Domain: lemmonlines.com
Server Adress: 208.122.217.104

privdayz.com

/home/httpd/html/sweetdesiresdessertlounge.com/
Dosya Yükle :
Current File : /home/httpd/html/sweetdesiresdessertlounge.com/sweetddl_db.sql

-- MariaDB dump 10.18  Distrib 10.4.17-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: sweetddl_db
-- ------------------------------------------------------
-- Server version	10.4.17-MariaDB

/*!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 */;
/*!40101 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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=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/','','2024-01-11 23:47:03','2024-01-11 23:47:03','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,'post-trashed','','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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=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_nf3_action_meta`
--

DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_action_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_action_meta`
--

LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(10,1,'email_message','{fields_table}','email_message','{fields_table}'),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','{system:admin_email}','to','{system:admin_email}'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','{field:email}','reply_to','{field:email}'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(68,4,'email_message','{fields_table}','email_message','{fields_table}'),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''),(79,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(80,1,'submitter_email','','submitter_email',''),(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),(84,1,'subs_expire_time','90','subs_expire_time','90');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_actions`
--

DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_actions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `active` tinyint(1) DEFAULT 1,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `label` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_actions`
--

LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2024-01-27 18:06:19','2024-01-27 18:06:19','Record Submission'),(2,'','','email',1,1,'2024-01-27 18:06:19','2024-01-27 18:06:19','Email Confirmation'),(3,'','','email',1,1,'2024-01-27 18:06:19','2024-01-27 18:06:19','Email Notification'),(4,'','','successmessage',1,1,'2024-01-27 18:06:19','2024-01-27 18:06:19','Success Message');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_chunks`
--

DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_chunks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_chunks`
--

LOCK TABLES `wp_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_field_meta`
--

DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_field_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=288 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_field_meta`
--

LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'),(253,1,'field_label','Name','field_label','Name'),(254,1,'field_key','name','field_key','name'),(255,2,'field_label','Email','field_label','Email'),(256,2,'field_key','email','field_key','email'),(257,3,'field_label','Message','field_label','Message'),(258,3,'field_key','message','field_key','message'),(259,4,'field_label','Submit','field_label','Submit'),(260,4,'field_key','submit','field_key','submit'),(261,1,'idAttribute','id','idAttribute','id'),(262,1,'label','Name','label','Name'),(263,1,'key','name','key','name'),(264,1,'type','textbox','type','textbox'),(265,1,'created_at','2024-01-27 18:06:17','created_at','2024-01-27 18:06:17'),(266,1,'custom_name_attribute','','custom_name_attribute',''),(267,1,'personally_identifiable','','personally_identifiable',''),(268,1,'value','','value',''),(269,2,'idAttribute','id','idAttribute','id'),(270,2,'label','Email','label','Email'),(271,2,'key','email','key','email'),(272,2,'type','email','type','email'),(273,2,'created_at','2024-01-27 18:06:18','created_at','2024-01-27 18:06:18'),(274,2,'custom_name_attribute','email','custom_name_attribute','email'),(275,2,'personally_identifiable','1','personally_identifiable','1'),(276,2,'value','','value',''),(277,3,'idAttribute','id','idAttribute','id'),(278,3,'label','Message','label','Message'),(279,3,'key','message','key','message'),(280,3,'type','textarea','type','textarea'),(281,3,'created_at','2024-01-27 18:06:18','created_at','2024-01-27 18:06:18'),(282,3,'value','','value',''),(283,4,'idAttribute','id','idAttribute','id'),(284,4,'label','Submit','label','Submit'),(285,4,'key','submit','key','submit'),(286,4,'type','submit','type','submit'),(287,4,'created_at','2024-01-27 18:06:18','created_at','2024-01-27 18:06:18');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_fields`
--

DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `field_label` longtext DEFAULT NULL,
  `field_key` longtext DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `required` bit(1) DEFAULT NULL,
  `default_value` longtext DEFAULT NULL,
  `label_pos` varchar(15) DEFAULT NULL,
  `personally_identifiable` bit(1) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_fields`
--

LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2024-01-27 18:07:12','2024-01-27 18:06:17','Name','name',1,'','','above','\0'),(2,'Email','email','email',1,'2024-01-27 18:07:12','2024-01-27 18:06:18','Email','email',2,'','','above',''),(3,'Message','message','textarea',1,'2024-01-27 18:07:12','2024-01-27 18:06:18','Message','message',3,'','','above','\0'),(4,'Submit','submit','submit',1,'2024-01-27 18:07:12','2024-01-27 18:06:18','Submit','submit',5,'\0','','','\0');
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_form_meta`
--

DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_form_meta`
--

LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2024-01-27 18:06:17','created_at','2024-01-27 18:06:17'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','1','editActive','1'),(7,1,'show_title','0','show_title','0'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(99,1,'allow_public_link','0','allow_public_link','0'),(100,1,'embed_form','','embed_form',''),(101,1,'form_title_heading_level','3','form_title_heading_level','3'),(102,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(103,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(104,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(105,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(106,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(107,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(108,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(109,1,'validateRequiredField','','validateRequiredField',''),(110,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(111,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(112,1,'currency','','currency',''),(113,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(114,1,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_forms`
--

DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `views` int(11) DEFAULT NULL,
  `subs` int(11) DEFAULT NULL,
  `form_title` longtext DEFAULT NULL,
  `default_label_pos` varchar(15) DEFAULT NULL,
  `show_title` bit(1) DEFAULT NULL,
  `clear_complete` bit(1) DEFAULT NULL,
  `hide_complete` bit(1) DEFAULT NULL,
  `logged_in` bit(1) DEFAULT NULL,
  `seq_num` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_forms`
--

LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES (1,'Contact',NULL,'2024-01-27 18:07:12','2024-01-27 18:06:17',NULL,NULL,'Contact','above','\0','','','\0',NULL);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_object_meta`
--

DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_object_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_object_meta`
--

LOCK TABLES `wp_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_objects`
--

DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_objects` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` longtext DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `object_title` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_objects`
--

LOCK TABLES `wp_nf3_objects` WRITE;
/*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_relationships`
--

DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_relationships` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `child_id` int(11) NOT NULL,
  `child_type` longtext NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_type` longtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_relationships`
--

LOCK TABLES `wp_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_upgrades`
--

DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_upgrades` (
  `id` int(11) NOT NULL,
  `cache` longtext DEFAULT NULL,
  `stage` int(11) NOT NULL DEFAULT 0,
  `maintenance` bit(1) DEFAULT b'0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_upgrades`
--

LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `wp_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:73:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2024-01-27 18:06:17\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:65:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2024-01-27 18:06:18\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2024-01-27 18:06:18\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2024-01-27 18:06:18\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-01-27 13:06:19\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-01-27 13:06:19\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-01-27 13:06:19\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-01-27 13:06:19\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:115:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:7:\"Contact\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-01-27 18:06:17\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:24:\"form_title_heading_level\";s:1:\"3\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0');
/*!40000 ALTER TABLE `wp_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=3740 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','https://sweetdesiresdessertlounge.com','yes'),(2,'home','https://sweetdesiresdessertlounge.com','yes'),(3,'blogname','sweetdesiresdessertlounge.com','yes'),(4,'blogdescription','where decadence meets dessert','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','stacy@verovine.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','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','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:267:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:27:\"index.php/portfolio-item/?$\";s:31:\"index.php?post_type=x-portfolio\";s:57:\"index.php/portfolio-item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=x-portfolio&feed=$matches[1]\";s:52:\"index.php/portfolio-item/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=x-portfolio&feed=$matches[1]\";s:44:\"index.php/portfolio-item/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=x-portfolio&paged=$matches[1]\";s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:49:\"index.php/cs_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:59:\"index.php/cs_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"index.php/cs_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"index.php/cs_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"index.php/cs_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:55:\"index.php/cs_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"index.php/cs_template/([^/]+)/embed/?$\";s:44:\"index.php?cs_template=$matches[1]&embed=true\";s:42:\"index.php/cs_template/([^/]+)/trackback/?$\";s:38:\"index.php?cs_template=$matches[1]&tb=1\";s:50:\"index.php/cs_template/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?cs_template=$matches[1]&paged=$matches[2]\";s:57:\"index.php/cs_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?cs_template=$matches[1]&cpage=$matches[2]\";s:46:\"index.php/cs_template/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?cs_template=$matches[1]&page=$matches[2]\";s:38:\"index.php/cs_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"index.php/cs_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"index.php/cs_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"index.php/cs_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"index.php/cs_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/cs_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"index.php/cs_user_templates/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:65:\"index.php/cs_user_templates/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"index.php/cs_user_templates/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/cs_user_templates/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/cs_user_templates/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"index.php/cs_user_templates/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"index.php/cs_user_templates/([^/]+)/embed/?$\";s:50:\"index.php?cs_user_templates=$matches[1]&embed=true\";s:48:\"index.php/cs_user_templates/([^/]+)/trackback/?$\";s:44:\"index.php?cs_user_templates=$matches[1]&tb=1\";s:56:\"index.php/cs_user_templates/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cs_user_templates=$matches[1]&paged=$matches[2]\";s:63:\"index.php/cs_user_templates/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?cs_user_templates=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/cs_user_templates/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?cs_user_templates=$matches[1]&page=$matches[2]\";s:44:\"index.php/cs_user_templates/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"index.php/cs_user_templates/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"index.php/cs_user_templates/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/cs_user_templates/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/cs_user_templates/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"index.php/cs_user_templates/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"index.php/cs_global_block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:63:\"index.php/cs_global_block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:83:\"index.php/cs_global_block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:78:\"index.php/cs_global_block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:78:\"index.php/cs_global_block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:59:\"index.php/cs_global_block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"index.php/cs_global_block/([^/]+)/embed/?$\";s:48:\"index.php?cs_global_block=$matches[1]&embed=true\";s:46:\"index.php/cs_global_block/([^/]+)/trackback/?$\";s:42:\"index.php?cs_global_block=$matches[1]&tb=1\";s:54:\"index.php/cs_global_block/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?cs_global_block=$matches[1]&paged=$matches[2]\";s:61:\"index.php/cs_global_block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?cs_global_block=$matches[1]&cpage=$matches[2]\";s:50:\"index.php/cs_global_block/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?cs_global_block=$matches[1]&page=$matches[2]\";s:42:\"index.php/cs_global_block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"index.php/cs_global_block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"index.php/cs_global_block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"index.php/cs_global_block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"index.php/cs_global_block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"index.php/cs_global_block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"index.php/cs_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/cs_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/cs_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/cs_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/cs_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/cs_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"index.php/cs_header/([^/]+)/embed/?$\";s:42:\"index.php?cs_header=$matches[1]&embed=true\";s:40:\"index.php/cs_header/([^/]+)/trackback/?$\";s:36:\"index.php?cs_header=$matches[1]&tb=1\";s:48:\"index.php/cs_header/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_header=$matches[1]&paged=$matches[2]\";s:55:\"index.php/cs_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_header=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/cs_header/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_header=$matches[1]&page=$matches[2]\";s:36:\"index.php/cs_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/cs_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/cs_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/cs_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/cs_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/cs_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"index.php/cs_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/cs_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/cs_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/cs_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/cs_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/cs_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"index.php/cs_footer/([^/]+)/embed/?$\";s:42:\"index.php?cs_footer=$matches[1]&embed=true\";s:40:\"index.php/cs_footer/([^/]+)/trackback/?$\";s:36:\"index.php?cs_footer=$matches[1]&tb=1\";s:48:\"index.php/cs_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_footer=$matches[1]&paged=$matches[2]\";s:55:\"index.php/cs_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_footer=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/cs_footer/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_footer=$matches[1]&page=$matches[2]\";s:36:\"index.php/cs_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/cs_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/cs_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/cs_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/cs_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/cs_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"index.php/cs_layout_single/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:64:\"index.php/cs_layout_single/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:84:\"index.php/cs_layout_single/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"index.php/cs_layout_single/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"index.php/cs_layout_single/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:60:\"index.php/cs_layout_single/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"index.php/cs_layout_single/([^/]+)/embed/?$\";s:49:\"index.php?cs_layout_single=$matches[1]&embed=true\";s:47:\"index.php/cs_layout_single/([^/]+)/trackback/?$\";s:43:\"index.php?cs_layout_single=$matches[1]&tb=1\";s:55:\"index.php/cs_layout_single/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?cs_layout_single=$matches[1]&paged=$matches[2]\";s:62:\"index.php/cs_layout_single/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?cs_layout_single=$matches[1]&cpage=$matches[2]\";s:51:\"index.php/cs_layout_single/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?cs_layout_single=$matches[1]&page=$matches[2]\";s:43:\"index.php/cs_layout_single/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"index.php/cs_layout_single/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"index.php/cs_layout_single/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"index.php/cs_layout_single/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"index.php/cs_layout_single/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"index.php/cs_layout_single/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"index.php/cs_layout_archive/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:65:\"index.php/cs_layout_archive/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"index.php/cs_layout_archive/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/cs_layout_archive/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/cs_layout_archive/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"index.php/cs_layout_archive/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"index.php/cs_layout_archive/([^/]+)/embed/?$\";s:50:\"index.php?cs_layout_archive=$matches[1]&embed=true\";s:48:\"index.php/cs_layout_archive/([^/]+)/trackback/?$\";s:44:\"index.php?cs_layout_archive=$matches[1]&tb=1\";s:56:\"index.php/cs_layout_archive/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cs_layout_archive=$matches[1]&paged=$matches[2]\";s:63:\"index.php/cs_layout_archive/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?cs_layout_archive=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/cs_layout_archive/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?cs_layout_archive=$matches[1]&page=$matches[2]\";s:44:\"index.php/cs_layout_archive/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"index.php/cs_layout_archive/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"index.php/cs_layout_archive/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/cs_layout_archive/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/cs_layout_archive/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"index.php/cs_layout_archive/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"index.php/cs_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/cs_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/cs_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/cs_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/cs_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/cs_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"index.php/cs_layout/([^/]+)/embed/?$\";s:42:\"index.php?cs_layout=$matches[1]&embed=true\";s:40:\"index.php/cs_layout/([^/]+)/trackback/?$\";s:36:\"index.php?cs_layout=$matches[1]&tb=1\";s:48:\"index.php/cs_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_layout=$matches[1]&paged=$matches[2]\";s:55:\"index.php/cs_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_layout=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/cs_layout/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_layout=$matches[1]&page=$matches[2]\";s:36:\"index.php/cs_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/cs_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/cs_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/cs_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/cs_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/cs_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"index.php/portfolio-item/([^/]+)/embed/?$\";s:44:\"index.php?x-portfolio=$matches[1]&embed=true\";s:45:\"index.php/portfolio-item/([^/]+)/trackback/?$\";s:38:\"index.php?x-portfolio=$matches[1]&tb=1\";s:65:\"index.php/portfolio-item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?x-portfolio=$matches[1]&feed=$matches[2]\";s:60:\"index.php/portfolio-item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?x-portfolio=$matches[1]&feed=$matches[2]\";s:53:\"index.php/portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?x-portfolio=$matches[1]&paged=$matches[2]\";s:60:\"index.php/portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?x-portfolio=$matches[1]&cpage=$matches[2]\";s:49:\"index.php/portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?x-portfolio=$matches[1]&page=$matches[2]\";s:41:\"index.php/portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"index.php/portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"index.php/portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:69:\"index.php/portfolio-item-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:64:\"index.php/portfolio-item-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:45:\"index.php/portfolio-item-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio-tag=$matches[1]&embed=true\";s:57:\"index.php/portfolio-item-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-tag=$matches[1]&paged=$matches[2]\";s:39:\"index.php/portfolio-item-tag/([^/]+)/?$\";s:35:\"index.php?portfolio-tag=$matches[1]\";s:74:\"index.php/portfolio-item-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:69:\"index.php/portfolio-item-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:50:\"index.php/portfolio-item-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio-category=$matches[1]&embed=true\";s:62:\"index.php/portfolio-item-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:44:\"index.php/portfolio-item-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=51&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:0;s:27:\"ninja-forms/ninja-forms.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','pro','yes'),(41,'stylesheet','pro','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','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a: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:1:{s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','23','yes'),(82,'page_on_front','51','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','19','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','1720568822','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,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','56657','yes'),(101,'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'),(102,'fresh_site','0','yes'),(103,'user_count','4','no'),(104,'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'),(105,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:5:{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\";}s:8:\"header-1\";a:0:{}s:8:\"header-2\";a:0:{}s:8:\"header-3\";a:0:{}s:8:\"header-4\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:10:{i:1706388423;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:1706399223;a:4:{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;}}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:1706399450;a:3:{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;}}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:1706399451;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:1706917623;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:1706965370;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;}}}i:1706983581;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706983583;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1709057240;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.4.2\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"query/style-rtl.css\";i:357;s:23:\"query/style-rtl.min.css\";i:358;s:15:\"query/style.css\";i:359;s:19:\"query/style.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),(123,'recovery_keys','a:0:{}','yes'),(124,'_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.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.2\";s:7:\"version\";s:5:\"6.4.2\";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:1706378771;s:15:\"version_checked\";s:5:\"6.4.2\";s:12:\"translations\";a:0:{}}','no'),(130,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1705151022;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,'finished_updating_comment_type','1','yes'),(183,'can_compress_scripts','1','yes'),(185,'recently_activated','a:0:{}','yes'),(202,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":3,\"critical\":2}','yes'),(228,'current_theme','Pro','yes'),(229,'theme_mods_pro','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:6:\"footer\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1706024791;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:5:{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\";}s:8:\"header-1\";a:0:{}s:8:\"header-2\";a:0:{}s:8:\"header-3\";a:0:{}s:8:\"header-4\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','yes'),(230,'theme_switched','','yes'),(231,'x_font_awesome_icon_type','webfont','yes'),(232,'cornerstone_version','7.4.9','yes'),(233,'pro_version','6.4.9','yes'),(234,'x_dismiss_update_notice','1','yes'),(235,'x_product_validation_key','a833c226-ff6e-46bb-8808-e3a04f9f1727','yes'),(236,'cs_max_courses','a:3:{s:13:\"hasMaxSupport\";b:0;s:13:\"hasAnySupport\";b:1;s:4:\"data\";a:5:{i:0;a:8:{s:11:\"external_id\";i:12;s:5:\"title\";s:18:\"Cornerstone Charts\";s:4:\"slug\";s:18:\"cornerstone-charts\";s:5:\"image\";s:83:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/cornerstone-charts.png\";s:9:\"tileImage\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:9:\"startDate\";i:1688166000;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:399:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\"><img src=\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/cornerstone-charts.png\" alt=\"Cornerstone Charts Poster\" class=\"img-fluid atto_image_button_text-bottom\" width=\"1920\" height=\"1080\"><br></p><p dir=\"ltr\" style=\"text-align: left;\">Meet the ultimate data visualization tool for WordPress and Cornerstone.<br></p></div>\";}i:1;a:8:{s:11:\"external_id\";i:9;s:5:\"title\";s:16:\"Web Design Magic\";s:4:\"slug\";s:16:\"web-design-magic\";s:5:\"image\";s:68:\"https://max.theme.co/pluginfile.php/178/course/overviewfiles/wdm.png\";s:9:\"tileImage\";s:85:\"https://max.theme.co/pluginfile.php/178/course/overviewfiles/z-max-webdesignmagic.png\";s:9:\"startDate\";i:1670889600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:188:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Discover the power of design systems and how to use them to build better, faster, and more beautiful websites.<br></p></div>\";}i:2;a:8:{s:11:\"external_id\";i:7;s:5:\"title\";s:9:\"Gridorama\";s:4:\"slug\";s:9:\"gridorama\";s:5:\"image\";s:88:\"https://max.theme.co/pluginfile.php/116/course/overviewfiles/course-poster-gridorama.png\";s:9:\"tileImage\";s:80:\"https://max.theme.co/pluginfile.php/116/course/overviewfiles/z-max-gridorama.png\";s:9:\"startDate\";i:1670889600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:280:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\"></p><p>Welcome to Gridorama! We\'ve put together a few notes on how to access\n the training, templates, and support. We look forward to joining you \nfor the journey…now let\'s make you a Grid Master!</p><p></p></div>\";}i:3;a:8:{s:11:\"external_id\";i:3;s:5:\"title\";s:13:\"Super Loopers\";s:4:\"slug\";s:13:\"super-loopers\";s:5:\"image\";s:86:\"https://max.theme.co/pluginfile.php/21/course/overviewfiles/super-loopers-postster.png\";s:9:\"tileImage\";s:82:\"https://max.theme.co/pluginfile.php/21/course/overviewfiles/z-max-superloopers.png\";s:9:\"startDate\";i:1668297600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:202:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Providers, Consumers, Oh my. Learn how to dynamically loop through arrays of data, and create reusable, data driven designs.<br></p></div>\";}i:4;a:8:{s:11:\"external_id\";i:2;s:5:\"title\";s:14:\"Modern Sliders\";s:4:\"slug\";s:14:\"modern-sliders\";s:5:\"image\";s:92:\"https://max.theme.co/pluginfile.php/14/course/overviewfiles/course-poster-modern-sliders.png\";s:9:\"tileImage\";s:83:\"https://max.theme.co/pluginfile.php/14/course/overviewfiles/z-max-modernsliders.png\";s:9:\"startDate\";i:1668297600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:217:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">We\'re so excited to have you on board for Modern Sliders. Here are a\n    few quick notes about going through the course and expansion pack.<br></p></div>\";}}}','yes'),(237,'x_max_plugins','a:1:{i:0;a:9:{s:4:\"slug\";s:18:\"cornerstone-charts\";s:6:\"plugin\";s:41:\"cornerstone-charts/cornerstone-charts.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:12:\"release_date\";s:16:\"October 30, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:11:\"external_id\";s:2:\"12\";s:6:\"tested\";s:3:\"6.2\";s:11:\"x-extension\";a:10:{s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";}}}','yes'),(238,'x_extension_list','a:27:{i:0;a:14:{s:4:\"slug\";s:7:\"acf-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.2.5\";s:7:\"package\";s:126:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/advanced-custom-fields-pro.zip\";s:5:\"title\";s:7:\"ACF Pro\";s:11:\"description\";s:130:\"The most powerful custom data management tool on WordPress comes to Themeco&apos;s suite of products with custom&nbsp;integration.\";s:3:\"hex\";s:7:\"#ff584c\";s:3:\"rgb\";s:11:\"255, 88, 76\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:104:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/acf-pro.png\";s:6:\"author\";s:13:\"Elliot Condon\";s:8:\"demo_url\";s:30:\"https://demo.theme.co/acf-pro/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:826:\"ACF Pro allows you to create custom fields for any post type with a vast array of display options, which you can pull through on the frontend. When adding a new field you\'ll be met with the form to create and name your field.\n\n![modfig|ACF 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/acf_pro/01.png)\n\nSelect your field type from a huge array of options:\n\n![modfig|ACF 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/acf_pro/02.png)\n\nUsing our included integration you can call the ACF field anywhere in your pages and posts with a simple shorthand like <code>&#123;&#123;acf:author_bio&#125;&#125;</code>. With that one simple and powerful piece of code, your custom field content will be output on the frontend of your site.\n\";}i:1;a:15:{s:4:\"slug\";s:11:\"convertplug\";s:6:\"plugin\";s:27:\"convertplug/convertplug.php\";s:11:\"new_version\";s:6:\"3.5.24\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/convertplug.zip\";s:9:\"docs_slug\";s:11:\"convertplus\";s:5:\"title\";s:11:\"ConvertPlus\";s:11:\"description\";s:132:\"Transform your website into a lead generation powerhouse! Fuel engagement, get more subscribers, and increase conversion&nbsp;rates.\";s:3:\"hex\";s:7:\"#fecd09\";s:3:\"rgb\";s:11:\"254, 205, 9\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/convertplug.png\";s:6:\"author\";s:16:\"Brainstorm Force\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/convertplug/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:1:{i:0;a:2:{s:5:\"label\";s:17:\"See Live Examples\";s:4:\"href\";s:47:\"https://www.convertplug.com/plus/popup-designs/\";}}}i:2;a:16:{s:4:\"slug\";s:41:\"cost-estimation-and-payment-forms-builder\";s:6:\"plugin\";s:38:\"WP_Estimation_Form/estimation-form.php\";s:11:\"new_version\";s:7:\"10.1.73\";s:7:\"package\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/WP_Estimation_Form.zip\";s:9:\"docs_slug\";s:24:\"estimation-payment-forms\";s:5:\"title\";s:26:\"Estimation & Payment Forms\";s:11:\"short_title\";s:25:\"WP Cost E&P Forms Builder\";s:11:\"description\";s:150:\"Easily sell any customized products or services creating your own flat and responsive cost calculator or payment forms (even with&nbsp;subscriptions)!\";s:3:\"hex\";s:7:\"#1dc4a6\";s:3:\"rgb\";s:12:\"29, 196, 166\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:130:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/cost-estimation-and-payment-forms.png\";s:6:\"author\";s:15:\"Charly (loopus)\";s:8:\"demo_url\";s:56:\"https://demo.theme.co/cost-estimation-and-payment-forms/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:15:\"Cost Estimation\";s:4:\"href\";s:81:\"http://www.wordpress-estimation-payment-forms.com/demo-of-a-cost-estimation-form/\";}i:1;a:2:{s:5:\"label\";s:20:\"Subscription Payment\";s:4:\"href\";s:86:\"http://www.wordpress-estimation-payment-forms.com/demo-of-a-subscription-payment-form/\";}i:2;a:2:{s:5:\"label\";s:4:\"Shop\";s:4:\"href\";s:55:\"http://www.wordpress-estimation-payment-forms.com/shop/\";}i:3;a:2:{s:5:\"label\";s:10:\"Components\";s:4:\"href\";s:74:\"http://www.wordpress-estimation-payment-forms.com/demo-of-some-components/\";}}}i:3;a:14:{s:4:\"slug\";s:14:\"envira-gallery\";s:6:\"plugin\";s:33:\"envira-gallery/envira-gallery.php\";s:11:\"new_version\";s:7:\"1.9.9.1\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/envira-gallery.zip\";s:5:\"title\";s:14:\"Envira Gallery\";s:11:\"description\";s:140:\"Envira Gallery is a fantastic responsive WordPress gallery plugin. Create beautiful photo and video galleries for your site in&nbsp;minutes.\";s:3:\"hex\";s:7:\"#8fb84a\";s:3:\"rgb\";s:12:\"143, 184, 74\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/envira-gallery.png\";s:6:\"author\";s:14:\"Thomas Griffin\";s:8:\"demo_url\";s:37:\"https://demo.theme.co/envira-gallery/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:6:\"Albums\";s:4:\"href\";s:42:\"http://enviragallery.com/demo/albums-demo/\";}i:1;a:2:{s:5:\"label\";s:10:\"Pagination\";s:4:\"href\";s:54:\"http://enviragallery.com/demo/gallery-pagination-demo/\";}i:2;a:2:{s:5:\"label\";s:8:\"Lightbox\";s:4:\"href\";s:52:\"http://enviragallery.com/demo/lightbox-gallery-demo/\";}i:3;a:2:{s:5:\"label\";s:7:\"Masonry\";s:4:\"href\";s:51:\"http://enviragallery.com/demo/masonry-gallery-demo/\";}i:4;a:2:{s:5:\"label\";s:5:\"Video\";s:4:\"href\";s:49:\"http://enviragallery.com/demo/video-gallery-demo/\";}}}i:4;a:14:{s:4:\"slug\";s:14:\"essential-grid\";s:6:\"plugin\";s:33:\"essential-grid/essential-grid.php\";s:11:\"new_version\";s:5:\"3.1.1\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/essential-grid.zip\";s:5:\"title\";s:14:\"Essential Grid\";s:11:\"description\";s:156:\"Essential Grid is an all-purpose grid building solution for WordPress that allows you to display various content formats in a highly customizable&nbsp;grid.\";s:3:\"hex\";s:7:\"#e43202\";s:3:\"rgb\";s:10:\"228, 50, 2\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/essential-grid.png\";s:6:\"author\";s:10:\"ThemePunch\";s:8:\"demo_url\";s:37:\"https://demo.theme.co/essential-grid/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:7:\"Gallery\";s:4:\"href\";s:82:\"https://essential.themepunch.com/template_library/joe-mullen-custom-image-gallery/\";}i:1;a:2:{s:5:\"label\";s:9:\"Portfolio\";s:4:\"href\";s:85:\"https://essential.themepunch.com/template_library/bernie-federko-2-portfolio-gallery/\";}i:2;a:2:{s:5:\"label\";s:15:\"Infinite Scroll\";s:4:\"href\";s:70:\"https://essential.themepunch.com/template_library/my-youtube-2-player/\";}i:3;a:2:{s:5:\"label\";s:10:\"Pagination\";s:4:\"href\";s:93:\"https://essential.themepunch.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";}}}i:5;a:14:{s:4:\"slug\";s:11:\"js_composer\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"new_version\";s:3:\"7.3\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/js_composer.zip\";s:9:\"docs_slug\";s:22:\"wp-bakery-page-builder\";s:5:\"title\";s:22:\"WP Bakery Page Builder\";s:11:\"description\";s:134:\"WP Bakery Page Builder is a page builder plugin for WordPress that allows you to build layouts through their graphical&nbsp;interface.\";s:3:\"hex\";s:7:\"#3c3c3c\";s:3:\"rgb\";s:12:\"132, 161, 57\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/wpbakery-page-builder.png\";s:6:\"author\";s:8:\"WPBakery\";s:8:\"demo_url\";s:38:\"https://demo.theme.co/visual-composer/\";s:6:\"status\";s:6:\"public\";}i:6;a:14:{s:4:\"slug\";s:11:\"layerslider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:11:\"new_version\";s:5:\"7.8.0\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/LayerSlider.zip\";s:5:\"title\";s:11:\"LayerSlider\";s:11:\"description\";s:148:\"LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over two hundred 2D and 3D&nbsp;transitions.\";s:3:\"hex\";s:7:\"#d44732\";s:3:\"rgb\";s:11:\"212, 71, 50\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/layerslider.png\";s:6:\"author\";s:14:\"Kreatura Media\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/layerslider/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:9:\"Discovery\";s:4:\"href\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";}i:1;a:2:{s:5:\"label\";s:9:\"3D Canyon\";s:4:\"href\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";}i:2;a:2:{s:5:\"label\";s:14:\"Vintage Photos\";s:4:\"href\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";}i:3;a:2:{s:5:\"label\";s:8:\"Aquarium\";s:4:\"href\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";}}}i:7;a:14:{s:4:\"slug\";s:22:\"modern-events-calendar\";s:6:\"plugin\";s:30:\"modern-events-calendar/mec.php\";s:11:\"new_version\";s:5:\"7.5.1\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/modern-events-calendar.zip\";s:5:\"title\";s:22:\"Modern Events Calendar\";s:11:\"description\";s:157:\"Modern Events Calendar is one of the most powerful event and ticketing solutions available for WordPress that both developers and site owners will&nbsp;love!\";s:3:\"hex\";s:7:\"#6dd6ee\";s:3:\"rgb\";s:13:\"109, 214, 238\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/modern-events-calendar.png\";s:6:\"author\";s:11:\"Webnus Team\";s:8:\"demo_url\";s:45:\"https://demo.theme.co/modern-events-calendar/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:4:\"Full\";s:4:\"href\";s:56:\"https://webnus.net/modern-events-calendar/full-calendar/\";}i:1;a:2:{s:5:\"label\";s:7:\"Monthly\";s:4:\"href\";s:75:\"https://webnus.net/modern-events-calendar/calendarmonthly-view-clean-style/\";}i:2;a:2:{s:5:\"label\";s:6:\"Weekly\";s:4:\"href\";s:54:\"https://webnus.net/modern-events-calendar/weekly-view/\";}i:3;a:2:{s:5:\"label\";s:6:\"Slider\";s:4:\"href\";s:61:\"https://webnus.net/modern-events-calendar/slider-view-type-1/\";}i:4;a:2:{s:5:\"label\";s:8:\"Carousel\";s:4:\"href\";s:58:\"https://webnus.net/modern-events-calendar/carousel-type-2/\";}}}i:8;a:15:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:11:\"new_version\";s:6:\"6.6.20\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/revslider.zip\";s:9:\"docs_slug\";s:17:\"slider-revolution\";s:5:\"title\";s:17:\"Slider Revolution\";s:11:\"description\";s:146:\"Create responsive sliders with must-see-effects and high end multi-layer capabilities, all while maintaining your search engine&nbsp;optimization.\";s:3:\"hex\";s:7:\"#ed3b3b\";s:3:\"rgb\";s:11:\"237, 59, 59\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:106:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/revslider.png\";s:6:\"author\";s:10:\"ThemePunch\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/slider-revolution/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:11:\"Art Gallery\";s:4:\"href\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";}i:1;a:2:{s:5:\"label\";s:13:\"Hero Selector\";s:4:\"href\";s:67:\"https://revolution.themepunch.com/church-website-template-selector/\";}i:2;a:2:{s:5:\"label\";s:10:\"Special FX\";s:4:\"href\";s:57:\"https://revolution.themepunch.com/nature-explorer-slider/\";}i:3;a:2:{s:5:\"label\";s:12:\"Dynamic News\";s:4:\"href\";s:56:\"https://revolution.themepunch.com/wordpress-news-slider/\";}}}i:9;a:14:{s:4:\"slug\";s:13:\"superfly-menu\";s:6:\"plugin\";s:22:\"superfly-menu/main.php\";s:11:\"new_version\";s:6:\"5.0.25\";s:7:\"package\";s:113:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/superfly-menu.zip\";s:5:\"title\";s:8:\"Superfly\";s:11:\"description\";s:131:\"Superfly brings modern and slick navigation to all WordPress users! Easily craft custom and engaging menu layouts and&nbsp;designs.\";s:3:\"hex\";s:7:\"#a86483\";s:3:\"rgb\";s:13:\"168, 100, 131\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/superfly-menu.png\";s:6:\"author\";s:13:\"Looks Awesome\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/superfly/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:9:\"Slide Out\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=1\";}i:1;a:2:{s:5:\"label\";s:12:\"Vertical Bar\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=7\";}i:2;a:2:{s:5:\"label\";s:16:\"Image Background\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=6\";}i:3;a:2:{s:5:\"label\";s:10:\"Panel Skew\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=8\";}i:4;a:2:{s:5:\"label\";s:11:\"Static Menu\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=3\";}i:5;a:2:{s:5:\"label\";s:10:\"Fullscreen\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=5\";}}}i:10;a:15:{s:4:\"slug\";s:9:\"soliloquy\";s:6:\"plugin\";s:23:\"soliloquy/soliloquy.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/soliloquy.zip\";s:5:\"title\";s:9:\"Soliloquy\";s:11:\"description\";s:156:\"Soliloquy is a responsive WordPress slider plugin that makes building sliders in WordPress a task that you will want to experience over and over&nbsp;again.\";s:3:\"hex\";s:7:\"#fb410e\";s:3:\"rgb\";s:11:\"251, 65, 14\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:106:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/soliloquy.png\";s:6:\"author\";s:14:\"Thomas Griffin\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/soliloquy/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:3:{i:0;a:2:{s:5:\"label\";s:8:\"Carousel\";s:4:\"href\";s:50:\"https://soliloquywp.com/demo/carousel-slider-demo/\";}i:1;a:2:{s:5:\"label\";s:8:\"Lightbox\";s:4:\"href\";s:50:\"https://soliloquywp.com/demo/lightbox-slider-demo/\";}i:2;a:2:{s:5:\"label\";s:5:\"Video\";s:4:\"href\";s:47:\"https://soliloquywp.com/demo/video-slider-demo/\";}}s:16:\"description_long\";s:1017:\"While the functionality of drag-and-drop sliders (such as Slider Revolution) is incredibly useful for certain applications, sometimes you just don\'t need all that power if you\'re simply looking to share some photographs. This is where Soliloquy comes in: a lightweight and efficient plugin that gives you everything you need (and nothing you don\'t) to build and manage photo sliders with ease.\n\nWhile there are quite a few options you can configure, the basic workflow goes like this: select your photos, specify your slider dimensions, publish, and then paste the generated shortcode in your page content. It\'s that easy! Soliloquy takes care of all the cropping and formatting giving you the exact images you need, keeping things fast.\n\nThere\'s also plenty of other settings to adjust such as timing events, style, controls, and more. It\'s easily cusotmizably via additional classes, and you can import and export sliders as needed. When it comes to simple photo sharing, it doesn\'t get much better than Soliloquy.\n\";}i:11;a:14:{s:4:\"slug\";s:8:\"the-grid\";s:6:\"plugin\";s:21:\"the-grid/the-grid.php\";s:11:\"new_version\";s:7:\"2.7.9.1\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/the-grid.zip\";s:5:\"title\";s:8:\"The Grid\";s:11:\"description\";s:159:\"The Grid comes with tons of features to build the perfect grid. Take a full control of all the details and create a layout that suits your website&nbsp;design.\";s:3:\"hex\";s:7:\"#37aaa1\";s:3:\"rgb\";s:12:\"55, 170, 161\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:105:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/the-grid.png\";s:6:\"author\";s:9:\"Theme-One\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/the-grid/\";s:6:\"status\";s:10:\"deprecated\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:15:\"Masonry Content\";s:4:\"href\";s:38:\"http://theme-one.com/the-grid/kampala/\";}i:1;a:2:{s:5:\"label\";s:12:\"Minimal Grid\";s:4:\"href\";s:39:\"http://theme-one.com/the-grid/brasilia/\";}i:2;a:2:{s:5:\"label\";s:13:\"Photo Gallery\";s:4:\"href\";s:37:\"http://theme-one.com/the-grid/lisboa/\";}i:3;a:2:{s:5:\"label\";s:9:\"3D Slider\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/slider-3d/\";}i:4;a:2:{s:5:\"label\";s:9:\"Instagram\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/instagram/\";}i:5;a:2:{s:5:\"label\";s:7:\"YouTube\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/youtube-2/\";}}}i:12;a:14:{s:4:\"slug\";s:8:\"ubermenu\";s:6:\"plugin\";s:21:\"ubermenu/ubermenu.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/ubermenu.zip\";s:5:\"title\";s:8:\"UberMenu\";s:11:\"description\";s:129:\"UberMenu is a user-friendly, highly customizable, responsive mega menu WordPress plugin that helps you build creative&nbsp;menus.\";s:3:\"hex\";s:7:\"#50bbd9\";s:3:\"rgb\";s:12:\"80, 187, 217\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:105:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/ubermenu.png\";s:6:\"author\";s:26:\"Chris Mavricos, SevenSpark\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/ubermenu/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:15:\"Flyout Submenus\";s:4:\"href\";s:29:\"http://wpmegamenu.com/flyout/\";}i:1;a:2:{s:5:\"label\";s:13:\"Mega Submenus\";s:4:\"href\";s:31:\"http://wpmegamenu.com/megamenu/\";}i:2;a:2:{s:5:\"label\";s:6:\"Images\";s:4:\"href\";s:29:\"http://wpmegamenu.com/images/\";}i:3;a:2:{s:5:\"label\";s:16:\"Advanced Content\";s:4:\"href\";s:56:\"http://wpmegamenu.com/custom-content-widgets-shortcodes/\";}i:4;a:2:{s:5:\"label\";s:4:\"Tabs\";s:4:\"href\";s:27:\"http://wpmegamenu.com/tabs/\";}i:5;a:2:{s:5:\"label\";s:15:\"Dynamic Content\";s:4:\"href\";s:30:\"http://wpmegamenu.com/dynamic/\";}}}i:13;a:14:{s:4:\"slug\";s:16:\"tco-content-dock\";s:6:\"plugin\";s:37:\"tco-content-dock/tco-content-dock.php\";s:11:\"new_version\";s:5:\"2.0.9\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-content-dock.zip\";s:5:\"title\";s:12:\"Content Dock\";s:11:\"description\";s:134:\"An incredibly simple and effective tool that allows you to place content or marketing offers in an elegant, non-intrusive&nbsp;manner.\";s:3:\"hex\";s:7:\"#ff9900\";s:3:\"rgb\";s:11:\"255, 153, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-content-dock.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:35:\"https://demo.theme.co/content-dock/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:7:\"Demo 01\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-1/\";}i:1;a:2:{s:5:\"label\";s:7:\"Demo 02\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-2/\";}i:2;a:2:{s:5:\"label\";s:7:\"Demo 03\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-3/\";}i:3;a:2:{s:5:\"label\";s:7:\"Demo 04\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-4/\";}i:4;a:2:{s:5:\"label\";s:7:\"Demo 05\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-5/\";}}}i:14;a:14:{s:4:\"slug\";s:14:\"tco-custom-404\";s:6:\"plugin\";s:33:\"tco-custom-404/tco-custom-404.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-custom-404.zip\";s:5:\"title\";s:10:\"Custom 404\";s:11:\"description\";s:154:\"Redirect your site’s 404 errors to a custom page that you have complete control over. Create any layout using page templates, Shortcodes, and&nbsp;more!\";s:3:\"hex\";s:7:\"#ff480f\";s:3:\"rgb\";s:11:\"255, 72, 15\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-custom-404.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/custom-404/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:848:\"Create anything you can imagine! Utilize simple text (with a bit of humor) if desired to lighten the mood.\n\n![modfig|Custom 404 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/custom_404/01.png)\n\nWith background images, the options are truly endless.\n\n![modfig|Custom 404 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/custom_404/02.png)\n\nAnd you can even take advantage of our shortcodes to implement any type of functionality you desire.\n\n![modfig|Custom 404 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/custom_404/03.jpg)\n\nFor a real life example, <a href=\"http://jamesb.com/404-error/\" target=\"_blank\">check out</a> what our good buddy James Brandon did with the 404 Extension and his son Isaac!\n\";}i:15;a:14:{s:4:\"slug\";s:19:\"tco-disqus-comments\";s:6:\"plugin\";s:43:\"tco-disqus-comments/tco-disqus-comments.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-disqus-comments.zip\";s:5:\"title\";s:15:\"Disqus Comments\";s:11:\"description\";s:133:\"Take advantage of powerful and unique features by integrating Disqus comments on your website instead of standard WordPress comments.\";s:3:\"hex\";s:7:\"#2e9fff\";s:3:\"rgb\";s:12:\"46, 159, 255\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-disqus-comments.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:38:\"https://demo.theme.co/disqus-comments/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:583:\"![modfig|Disqus Comments 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/01.png)\n\n![modfig|Disqus Comments 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/02.png)\n\n![modfig|Disqus Comments 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/03.png)\n\n![modfig|Disqus Comments 4](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/04.png)\n\";}i:16;a:14:{s:4:\"slug\";s:15:\"tco-email-forms\";s:6:\"plugin\";s:35:\"tco-email-forms/tco-email-forms.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-email-forms.zip\";s:5:\"title\";s:11:\"Email Forms\";s:11:\"description\";s:146:\"Creating custom optin forms has never been this easy (or fun)! Carefully craft every detail of your forms and subscribe users to&nbsp;a&nbsp;list.\";s:3:\"hex\";s:7:\"#7708f1\";s:3:\"rgb\";s:11:\"119, 8, 241\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email-forms.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/email-forms/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:551:\"![modfig|Email Forms 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/01.jpg)\n\n![modfig|Email Forms 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/02.jpg)\n\n![modfig|Email Forms 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/03.jpg)\n\n![modfig|Email Forms 4](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/04.jpg)\n\";}i:17;a:13:{s:4:\"slug\";s:21:\"tco-facebook-comments\";s:6:\"plugin\";s:47:\"tco-facebook-comments/tco-facebook-comments.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-facebook-comments.zip\";s:5:\"title\";s:17:\"Facebook Comments\";s:11:\"description\";s:135:\"Take advantage of powerful and unique features by integrating Facebook comments on your website instead of standard WordPress comments.\";s:3:\"hex\";s:7:\"#46629e\";s:3:\"rgb\";s:11:\"70, 98, 158\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-facebook-comments.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/facebook-comments/\";s:6:\"status\";s:6:\"public\";}i:18;a:13:{s:4:\"slug\";s:20:\"tco-google-analytics\";s:6:\"plugin\";s:45:\"tco-google-analytics/tco-google-analytics.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:7:\"package\";s:120:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-google-analytics.zip\";s:5:\"title\";s:16:\"Google Analytics\";s:11:\"description\";s:151:\"Simply drop in your Google Analytics code snippet, select where you’d like it to be output, and you’re good to go! Google Analytics made&nbsp;easy.\";s:3:\"hex\";s:7:\"#98ceed\";s:3:\"rgb\";s:13:\"152, 206, 237\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-google-analytics.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:39:\"https://demo.theme.co/google-analytics/\";s:6:\"status\";s:6:\"public\";}i:19;a:15:{s:4:\"slug\";s:21:\"tco-olark-integration\";s:6:\"plugin\";s:47:\"tco-olark-integration/tco-olark-integration.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-olark-integration.zip\";s:9:\"docs_slug\";s:5:\"olark\";s:5:\"title\";s:17:\"Olark Integration\";s:11:\"description\";s:150:\"Sign up for an Olark account and experience the easiest way to boost your sales, help solve issues, and understand your customers with live&nbsp;chat.\";s:3:\"hex\";s:7:\"#d54f27\";s:3:\"rgb\";s:11:\"213, 79, 39\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-olark-integration.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/olark-integration/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:377:\"![modfig|Olark 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/olark/01.jpg)\n\n![modfig|Olark 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/olark/02.jpg)\n\n![modfig|Olark 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/olark/03.jpg)\n\";}i:20;a:13:{s:4:\"slug\";s:17:\"tco-smooth-scroll\";s:6:\"plugin\";s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-smooth-scroll.zip\";s:5:\"title\";s:13:\"Smooth Scroll\";s:11:\"description\";s:147:\"Manage the physics of your scroll bar with Smooth Scroll! This fun effect is great if you happen to have a lot users who utilize a&nbsp;mousewheel.\";s:3:\"hex\";s:7:\"#689a68\";s:3:\"rgb\";s:13:\"104, 154, 104\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:112:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-smooth-scroll.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://demo.theme.co/smooth-scroll/\";s:6:\"status\";s:6:\"public\";}i:21;a:13:{s:4:\"slug\";s:7:\"snippet\";s:6:\"plugin\";s:19:\"snippet/snippet.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:7:\"package\";s:107:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/snippet.zip\";s:5:\"title\";s:7:\"Snippet\";s:11:\"description\";s:144:\"Snippet is the easiest to use structured data tool available for WordPress. Add your business, organization, or company details in&nbsp;minutes.\";s:3:\"hex\";s:7:\"#00b285\";s:3:\"rgb\";s:11:\"0, 178, 133\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:104:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/snippet.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/email-forms/\";s:6:\"status\";s:6:\"public\";}i:22;a:14:{s:4:\"slug\";s:16:\"tco-terms-of-use\";s:6:\"plugin\";s:37:\"tco-terms-of-use/tco-terms-of-use.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-terms-of-use.zip\";s:5:\"title\";s:12:\"Terms of Use\";s:11:\"description\";s:146:\"Add a simple terms that visitors must agree to before completing user registration. No attorneys were injured in the creation of this&nbsp;plugin.\";s:3:\"hex\";s:7:\"#ff2f67\";s:3:\"rgb\";s:12:\"255, 47, 103\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-terms-of-use.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:35:\"https://demo.theme.co/terms-of-use/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:733:\"Easily include a required checkbox to your site\'s registration form that ensures your users agree to your terms of use. The checkbox is easily visible, utilizes native integration and styling, and links out to your terms for users to review before signing up.\n\n![modfig|Terms of Use 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/terms_of_use/01.png)\n\nOur included form validation will ensure that if unchecked, the user will receive a notice that they have not agreed to the terms and must do so to complete the process. Simple and effective.\n\n![modfig|Terms of Use 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/terms_of_use/02.png)\n\";}i:23;a:14:{s:4:\"slug\";s:22:\"tco-under-construction\";s:6:\"plugin\";s:49:\"tco-under-construction/tco-under-construction.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-under-construction.zip\";s:5:\"title\";s:18:\"Under Construction\";s:11:\"description\";s:141:\"Got a little work that needs to be done under the hood? Say hello to the easiest maintenance plugin you’ll ever setup on your&nbsp;website.\";s:3:\"hex\";s:7:\"#6d9c9c\";s:3:\"rgb\";s:13:\"109, 156, 156\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-under-construction.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:41:\"https://demo.theme.co/under-construction/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:1277:\"Setting up a maintenance plugin shouldn\'t be a hassle. With Under Construction, you can easily activate a notice to anyone who isn\'t logged in with the click of the mouse. It\'s also incredibly easy to configure and provides plenty of flexibility. Go as minimal as you want:\n\n![modfig|Under Construction 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/01.png)\n\nOr you can add a little color and a countdown timer if you\'d like. Colors are customizable for all elements.\n\n![modfig|Under Construction 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/02.png)\n\nAdditionally, you can include links to your main social network profiles if you\'d like so that your visitors can keep up with things while you move stuff around.\n\n![modfig|Under Construction 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/03.png)\n\nYou can even place background images on your maintenance page, making the options truly endless for what you can create!\n\n![modfig|Under Construction 4](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/04.jpg)\n\";}i:24;a:14:{s:4:\"slug\";s:14:\"tco-video-lock\";s:6:\"plugin\";s:33:\"tco-video-lock/tco-video-lock.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-video-lock.zip\";s:5:\"title\";s:10:\"Video Lock\";s:11:\"description\";s:145:\"You’ve never seen a video marketing tool quite like Video Lock. Place offers and a call to action in front of your users without any&nbsp;fuss.\";s:3:\"hex\";s:7:\"#fbcb0e\";s:3:\"rgb\";s:12:\"251, 203, 14\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-video-lock.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/video-lock/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:7:\"Demo 01\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-1/\";}i:1;a:2:{s:5:\"label\";s:7:\"Demo 02\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-2/\";}i:2;a:2:{s:5:\"label\";s:7:\"Demo 03\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-3/\";}i:3;a:2:{s:5:\"label\";s:7:\"Demo 04\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-4/\";}i:4;a:2:{s:5:\"label\";s:7:\"Demo 05\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-5/\";}}}i:25;a:14:{s:4:\"slug\";s:23:\"tco-woo-checkout-editor\";s:6:\"plugin\";s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:7:\"package\";s:123:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-woo-checkout-editor.zip\";s:5:\"title\";s:19:\"Woo Checkout Editor\";s:11:\"description\";s:146:\"Easily update your WooCommerce checkout page to suit your needs by adding or removing extra fields as needed with the click of&nbsp;a&nbsp;button.\";s:3:\"hex\";s:7:\"#5d7299\";s:3:\"rgb\";s:12:\"93, 114, 153\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/woo-checkout-editor.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:42:\"https://demo.theme.co/woo-checkout-editor/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:707:\"Woo Checkout Editor is a simple and easy to use WooCommerce Extension that allows you to modify, edit, and remove fields from the WooCommerce checkout process. Allow customers to upload files, or add a new text area for your customers to enter any information you want.\n\n![modfig|Woo Checkout Editor 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/woo_checkout_editor/01.png)\n\nUse cases include terms of service (e.g. adding a checkbox and requiring users to agree before checking out), customization (e.g. allow a customer to upload an image or PDF with their design to be added to the product), custom billing (e.g. capturing extra details), and much more!\n\";}i:26;a:14:{s:4:\"slug\";s:15:\"tco-white-label\";s:6:\"plugin\";s:35:\"tco-white-label/tco-white-label.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-white-label.zip\";s:5:\"title\";s:11:\"White Label\";s:11:\"description\";s:128:\"Customize the WordPress login to suit your needs. Create a branded experience for your clients or company with White&nbsp;Label.\";s:3:\"hex\";s:7:\"#cbcbcb\";s:3:\"rgb\";s:13:\"203, 203, 203\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-white-label.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/white-label/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:413:\"Whether you do a lot of client work or simply like tweaking various details of your project, the White Label Extension is for you. Quickly swap out the WordPress logo on your login page with any custom image, instantly making your site feel more personal and branded to you.\n\n![modfig|White Label 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/white_label/01.png)\n\";}}','no'),(239,'themeco_update_cache','a:2:{s:6:\"themes\";a:1:{s:3:\"pro\";a:8:{s:5:\"theme\";s:3:\"pro\";s:11:\"new_version\";s:5:\"6.4.9\";s:12:\"release_date\";s:16:\"January 16, 2023\";s:3:\"url\";s:21:\"https://theme.co/pro/\";s:7:\"package\";s:94:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/pro_package/pro.zip\";s:14:\"stable_version\";s:5:\"6.3.9\";s:14:\"stable_package\";s:89:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/stable/pro.zip\";s:6:\"legacy\";a:2:{s:7:\"version\";s:5:\"5.1.5\";s:7:\"package\";s:89:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/legacy/pro.zip\";}}}s:7:\"plugins\";a:29:{s:27:\"cornerstone/cornerstone.php\";a:11:{s:4:\"slug\";s:11:\"cornerstone\";s:6:\"plugin\";s:27:\"cornerstone/cornerstone.php\";s:11:\"new_version\";s:5:\"7.4.9\";s:12:\"release_date\";s:16:\"January 16, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/cornerstone_package/cornerstone.zip\";s:14:\"stable_version\";s:5:\"7.3.9\";s:14:\"stable_package\";s:97:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/stable/cornerstone.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";s:6:\"legacy\";a:2:{s:7:\"version\";s:5:\"6.1.4\";s:7:\"package\";s:97:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/legacy/cornerstone.zip\";}}s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:7:\"acf-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.2.5\";s:12:\"release_date\";s:16:\"January 19, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:126:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/advanced-custom-fields-pro.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"convertplug/convertplug.php\";a:8:{s:4:\"slug\";s:11:\"convertplug\";s:6:\"plugin\";s:27:\"convertplug/convertplug.php\";s:11:\"new_version\";s:6:\"3.5.24\";s:12:\"release_date\";s:18:\"September 28, 2021\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/convertplug.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:38:\"WP_Estimation_Form/estimation-form.php\";a:8:{s:4:\"slug\";s:41:\"cost-estimation-and-payment-forms-builder\";s:6:\"plugin\";s:38:\"WP_Estimation_Form/estimation-form.php\";s:11:\"new_version\";s:7:\"10.1.73\";s:12:\"release_date\";s:15:\"January 9, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/WP_Estimation_Form.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.0\";}s:33:\"envira-gallery/envira-gallery.php\";a:8:{s:4:\"slug\";s:14:\"envira-gallery\";s:6:\"plugin\";s:33:\"envira-gallery/envira-gallery.php\";s:11:\"new_version\";s:7:\"1.9.9.1\";s:12:\"release_date\";s:17:\"November 27, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/envira-gallery.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.0\";}s:33:\"essential-grid/essential-grid.php\";a:8:{s:4:\"slug\";s:14:\"essential-grid\";s:6:\"plugin\";s:33:\"essential-grid/essential-grid.php\";s:11:\"new_version\";s:5:\"3.1.1\";s:12:\"release_date\";s:17:\"November 18, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/essential-grid.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"js_composer/js_composer.php\";a:8:{s:4:\"slug\";s:11:\"js_composer\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"new_version\";s:3:\"7.3\";s:12:\"release_date\";s:15:\"January 9, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/js_composer.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"LayerSlider/layerslider.php\";a:8:{s:4:\"slug\";s:11:\"layerslider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:11:\"new_version\";s:5:\"7.8.0\";s:12:\"release_date\";s:15:\"August 29, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/LayerSlider.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:30:\"modern-events-calendar/mec.php\";a:8:{s:4:\"slug\";s:22:\"modern-events-calendar\";s:6:\"plugin\";s:30:\"modern-events-calendar/mec.php\";s:11:\"new_version\";s:5:\"7.5.1\";s:12:\"release_date\";s:16:\"January 26, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/modern-events-calendar.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:23:\"revslider/revslider.php\";a:8:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:11:\"new_version\";s:6:\"6.6.20\";s:12:\"release_date\";s:15:\"January 9, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/revslider.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:22:\"superfly-menu/main.php\";a:8:{s:4:\"slug\";s:13:\"superfly-menu\";s:6:\"plugin\";s:22:\"superfly-menu/main.php\";s:11:\"new_version\";s:6:\"5.0.25\";s:12:\"release_date\";s:17:\"November 27, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:113:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/superfly-menu.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:23:\"soliloquy/soliloquy.php\";a:8:{s:4:\"slug\";s:9:\"soliloquy\";s:6:\"plugin\";s:23:\"soliloquy/soliloquy.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:12:\"release_date\";s:15:\"January 4, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/soliloquy.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:21:\"the-grid/the-grid.php\";a:8:{s:4:\"slug\";s:8:\"the-grid\";s:6:\"plugin\";s:21:\"the-grid/the-grid.php\";s:11:\"new_version\";s:7:\"2.7.9.1\";s:12:\"release_date\";s:15:\"Februry 9, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/the-grid.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:21:\"ubermenu/ubermenu.php\";a:8:{s:4:\"slug\";s:8:\"ubermenu\";s:6:\"plugin\";s:21:\"ubermenu/ubermenu.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:12:\"release_date\";s:17:\"Februray 28, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/ubermenu.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:37:\"tco-content-dock/tco-content-dock.php\";a:8:{s:4:\"slug\";s:16:\"tco-content-dock\";s:6:\"plugin\";s:37:\"tco-content-dock/tco-content-dock.php\";s:11:\"new_version\";s:5:\"2.0.9\";s:12:\"release_date\";s:16:\"October 17, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-content-dock.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:33:\"tco-custom-404/tco-custom-404.php\";a:8:{s:4:\"slug\";s:14:\"tco-custom-404\";s:6:\"plugin\";s:33:\"tco-custom-404/tco-custom-404.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:12:\"release_date\";s:14:\"March 20, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-custom-404.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:43:\"tco-disqus-comments/tco-disqus-comments.php\";a:8:{s:4:\"slug\";s:19:\"tco-disqus-comments\";s:6:\"plugin\";s:43:\"tco-disqus-comments/tco-disqus-comments.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-disqus-comments.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:35:\"tco-email-forms/tco-email-forms.php\";a:8:{s:4:\"slug\";s:15:\"tco-email-forms\";s:6:\"plugin\";s:35:\"tco-email-forms/tco-email-forms.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:12:\"release_date\";s:13:\"March 1, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-email-forms.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:47:\"tco-facebook-comments/tco-facebook-comments.php\";a:8:{s:4:\"slug\";s:21:\"tco-facebook-comments\";s:6:\"plugin\";s:47:\"tco-facebook-comments/tco-facebook-comments.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-facebook-comments.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:45:\"tco-google-analytics/tco-google-analytics.php\";a:8:{s:4:\"slug\";s:20:\"tco-google-analytics\";s:6:\"plugin\";s:45:\"tco-google-analytics/tco-google-analytics.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:12:\"release_date\";s:18:\"September 13, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:120:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-google-analytics.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:47:\"tco-olark-integration/tco-olark-integration.php\";a:8:{s:4:\"slug\";s:21:\"tco-olark-integration\";s:6:\"plugin\";s:47:\"tco-olark-integration/tco-olark-integration.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-olark-integration.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";a:8:{s:4:\"slug\";s:17:\"tco-smooth-scroll\";s:6:\"plugin\";s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-smooth-scroll.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:19:\"snippet/snippet.php\";a:8:{s:4:\"slug\";s:7:\"snippet\";s:6:\"plugin\";s:19:\"snippet/snippet.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:107:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/snippet.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:37:\"tco-terms-of-use/tco-terms-of-use.php\";a:8:{s:4:\"slug\";s:16:\"tco-terms-of-use\";s:6:\"plugin\";s:37:\"tco-terms-of-use/tco-terms-of-use.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:16:\"October 18, 2017\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-terms-of-use.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:49:\"tco-under-construction/tco-under-construction.php\";a:8:{s:4:\"slug\";s:22:\"tco-under-construction\";s:6:\"plugin\";s:49:\"tco-under-construction/tco-under-construction.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:12:\"release_date\";s:16:\"Jnauary 18, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-under-construction.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:33:\"tco-video-lock/tco-video-lock.php\";a:8:{s:4:\"slug\";s:14:\"tco-video-lock\";s:6:\"plugin\";s:33:\"tco-video-lock/tco-video-lock.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"December 30, 2022\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-video-lock.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";a:8:{s:4:\"slug\";s:23:\"tco-woo-checkout-editor\";s:6:\"plugin\";s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:12:\"release_date\";s:16:\"November 6, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:123:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-woo-checkout-editor.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:35:\"tco-white-label/tco-white-label.php\";a:8:{s:4:\"slug\";s:15:\"tco-white-label\";s:6:\"plugin\";s:35:\"tco-white-label/tco-white-label.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:14:\"March 14, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-white-label.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:41:\"cornerstone-charts/cornerstone-charts.php\";a:21:{s:4:\"slug\";s:18:\"cornerstone-charts\";s:6:\"plugin\";s:41:\"cornerstone-charts/cornerstone-charts.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:12:\"release_date\";s:16:\"October 30, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:11:\"external_id\";s:2:\"12\";s:6:\"tested\";s:3:\"6.2\";s:11:\"x-extension\";a:10:{s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";}s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";s:9:\"installed\";b:0;s:9:\"activated\";b:0;}}}','no'),(244,'cornerstone_font_items','[{\\\"name\\\":\\\"helvetica\\\",\\\"source\\\":\\\"system\\\",\\\"family\\\":\\\"Helvetica\\\",\\\"stack\\\":\\\"Helvetica, Arial, sans-serif\\\",\\\"weights\\\":[\\\"100\\\",\\\"200\\\",\\\"300\\\",\\\"400\\\",\\\"500\\\",\\\"600\\\",\\\"700\\\",\\\"800\\\",\\\"900\\\"],\\\"weightNormal\\\":\\\"400\\\",\\\"weightBold\\\":\\\"700\\\",\\\"title\\\":\\\"Font 1\\\",\\\"_id\\\":\\\"kalfQJcXOmfZwDeh4M\\\"}]','yes'),(245,'cornerstone_font_config','{}','yes'),(1701,'_site_transient_timeout_browser_71e6151d86a4e774ea496d1f321fcff2','1706547936','no'),(1702,'_site_transient_browser_71e6151d86a4e774ea496d1f321fcff2','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"121.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1784,'_site_transient_timeout_browser_821789b99f9168330b06379c53813800','1706628325','no'),(1785,'_site_transient_browser_821789b99f9168330b06379c53813800','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"120.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1812,'cornerstone_color_items','[{\\\"value\\\":\\\"#22b03e\\\",\\\"title\\\":\\\"Color 1\\\",\\\"_id\\\":\\\"YPs5WKD0gxJw1nPopK\\\"}]','yes'),(1818,'widget_fashion_designer_social_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1819,'widget_fashion_designer_about_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1820,'widget_fashion_designer_contact_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1821,'theme_mods_fashion-designer','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1706024880;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:24:\"woocommerce-shop-sidebar\";a:0:{}s:26:\"woocommerce-single-sidebar\";a:0:{}s:11:\"footer-icon\";a:0:{}}}}','yes'),(1825,'widget_vw_hotel_social_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1826,'widget_vw_hotel_about_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1827,'widget_vw_hotel_contact_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1828,'theme_mods_vw-hotel','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(1836,'_site_transient_timeout_browser_6bf9f47fa7833780f7fb47814ffc5090','1706629457','no'),(1837,'_site_transient_browser_6bf9f47fa7833780f7fb47814ffc5090','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"118.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1838,'pro_dismiss_update_notice','1','yes'),(1852,'cs_last_save','2024-01-27 18:56:13','yes'),(1919,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(2060,'x_stack','integrity','yes'),(2061,'x_integrity_design','light','yes'),(2062,'x_integrity_topbar_transparency_enable','','yes'),(2063,'x_integrity_navbar_transparency_enable','','yes'),(2064,'x_integrity_footer_transparency_enable','','yes'),(2065,'x_integrity_blog_header_enable','1','yes'),(2066,'x_integrity_blog_title','The Blog','yes'),(2067,'x_integrity_blog_subtitle','Welcome to our little corner of the Internet. Kick your feet up and stay a while.','yes'),(2068,'x_integrity_portfolio_archive_sort_button_text','Sort Portfolio','yes'),(2069,'x_integrity_portfolio_archive_post_sharing_enable','','yes'),(2070,'x_integrity_shop_header_enable','1','yes'),(2071,'x_integrity_shop_title','The Shop','yes'),(2072,'x_integrity_shop_subtitle','Welcome to our online store. Take some time to browse through our items.','yes'),(2073,'x_renew_topbar_background','#1f2c39','yes'),(2074,'x_renew_logobar_background','#2c3e50','yes'),(2075,'x_renew_navbar_background','#2c3e50','yes'),(2076,'x_renew_navbar_button_color','#ffffff','yes'),(2077,'x_renew_navbar_button_background','#3e5771','yes'),(2078,'x_renew_navbar_button_background_hover','#476481','yes'),(2079,'x_renew_footer_background','#2c3e50','yes'),(2080,'x_renew_topbar_text_color','#ffffff','yes'),(2081,'x_renew_topbar_link_color_hover','#959baf','yes'),(2082,'x_renew_footer_text_color','#ffffff','yes'),(2083,'x_renew_blog_title','The Blog','yes'),(2084,'x_renew_entry_icon_color','#dddddd','yes'),(2085,'x_renew_entry_icon_position','standard','yes'),(2086,'x_renew_entry_icon_position_horizontal','18%','yes'),(2087,'x_renew_entry_icon_position_vertical','25px','yes'),(2088,'x_renew_shop_title','The Shop','yes'),(2089,'x_icon_post_title_icon_enable','1','yes'),(2090,'x_icon_post_standard_colors_enable','','yes'),(2091,'x_icon_post_standard_color','#d1f2eb','yes'),(2092,'x_icon_post_standard_background','#16a085','yes'),(2093,'x_icon_post_image_colors_enable','','yes'),(2094,'x_icon_post_image_color','#d1eedd','yes'),(2095,'x_icon_post_image_background','#27ae60','yes'),(2096,'x_icon_post_gallery_colors_enable','','yes'),(2097,'x_icon_post_gallery_color','#d1eedd','yes'),(2098,'x_icon_post_gallery_background','#27ae60','yes'),(2099,'x_icon_post_video_colors_enable','','yes'),(2100,'x_icon_post_video_color','#e9daef','yes'),(2101,'x_icon_post_video_background','#8e44ad','yes'),(2102,'x_icon_post_audio_colors_enable','','yes'),(2103,'x_icon_post_audio_color','#cfd4d9','yes'),(2104,'x_icon_post_audio_background','#2c3e50','yes'),(2105,'x_icon_post_quote_colors_enable','','yes'),(2106,'x_icon_post_quote_color','#fcf2c8','yes'),(2107,'x_icon_post_quote_background','#f1c40f','yes'),(2108,'x_icon_post_link_colors_enable','','yes'),(2109,'x_icon_post_link_color','#f9d0cc','yes'),(2110,'x_icon_post_link_background','#c0392b','yes'),(2111,'x_icon_shop_title','The Shop','yes'),(2112,'x_ethos_topbar_background','#222222','yes'),(2113,'x_ethos_navbar_background','#333333','yes'),(2114,'x_ethos_sidebar_widget_headings_color','#333333','yes'),(2115,'x_ethos_sidebar_color','#333333','yes'),(2116,'x_ethos_post_carousel_enable','','yes'),(2117,'x_ethos_post_carousel_count','6','yes'),(2118,'x_ethos_post_carousel_display','most-commented','yes'),(2119,'x_ethos_post_carousel_display_count_extra_large','5','yes'),(2120,'x_ethos_post_carousel_display_count_large','4','yes'),(2121,'x_ethos_post_carousel_display_count_medium','3','yes'),(2122,'x_ethos_post_carousel_display_count_small','2','yes'),(2123,'x_ethos_post_carousel_display_count_extra_small','1','yes'),(2124,'x_ethos_post_slider_blog_enable','','yes'),(2125,'x_ethos_post_slider_blog_height','425px','yes'),(2126,'x_ethos_post_slider_blog_count','5','yes'),(2127,'x_ethos_post_slider_blog_display','most-commented','yes'),(2128,'x_ethos_post_slider_archive_enable','','yes'),(2129,'x_ethos_post_slider_archive_height','425px','yes'),(2130,'x_ethos_post_slider_archive_count','5','yes'),(2131,'x_ethos_post_slider_archive_display','most-commented','yes'),(2132,'x_ethos_filterable_index_enable','','yes'),(2133,'x_ethos_filterable_index_categories','','yes'),(2134,'x_ethos_shop_title','The Shop','yes'),(2135,'x_layout_site','full-width','yes'),(2136,'x_layout_site_max_width','1200px','yes'),(2137,'x_layout_site_width','88%','yes'),(2138,'x_layout_content','full-width','yes'),(2139,'x_layout_content_width','72%','yes'),(2140,'x_layout_sidebar_width','250','yes'),(2141,'x_design_bg_color','#6d4273','yes'),(2142,'x_design_bg_image_pattern','','yes'),(2143,'x_design_bg_image_full','','yes'),(2144,'x_design_bg_image_full_fade','750','yes'),(2145,'x_root_font_size_mode','stepped','yes'),(2146,'x_root_font_size_stepped_unit','px','yes'),(2147,'x_root_font_size_stepped_xs','14','yes'),(2148,'x_root_font_size_stepped_sm','14','yes'),(2149,'x_root_font_size_stepped_md','14','yes'),(2150,'x_root_font_size_stepped_lg','14','yes'),(2151,'x_root_font_size_stepped_xl','14','yes'),(2152,'x_root_font_size_scaling_unit','px','yes'),(2153,'x_root_font_size_scaling_min','14','yes'),(2154,'x_root_font_size_scaling_max','14','yes'),(2155,'x_root_font_size_scaling_lower_limit','500','yes'),(2156,'x_root_font_size_scaling_upper_limit','1000','yes'),(2157,'x_google_fonts_subsets','','yes'),(2158,'x_google_fonts_subset_cyrillic','','yes'),(2159,'x_google_fonts_subset_greek','','yes'),(2160,'x_google_fonts_subset_vietnamese','','yes'),(2161,'x_body_font_family','Lato','yes'),(2162,'x_body_font_color','#6b4171','yes'),(2163,'x_content_font_size_rem','1rem','yes'),(2164,'x_body_font_weight','400','yes'),(2165,'x_headings_font_family','Lato','yes'),(2166,'x_headings_font_color','#272727','yes'),(2167,'x_headings_font_weight','700','yes'),(2168,'x_h1_letter_spacing','-0.035em','yes'),(2169,'x_h2_letter_spacing','-0.035em','yes'),(2170,'x_h3_letter_spacing','-0.035em','yes'),(2171,'x_h4_letter_spacing','-0.035em','yes'),(2172,'x_h5_letter_spacing','-0.035em','yes'),(2173,'x_h6_letter_spacing','-0.035em','yes'),(2174,'x_headings_uppercase_enable','','yes'),(2175,'x_headings_widget_icons_enable','','yes'),(2176,'x_site_link_color','#663d6b','yes'),(2177,'x_site_link_color_hover','#e4a94c','yes'),(2178,'x_site_link_oembed','1','yes'),(2179,'x_site_link_oembed_own_site','1','yes'),(2180,'x_button_style','real','yes'),(2181,'x_button_shape','rounded','yes'),(2182,'x_button_size','regular','yes'),(2183,'x_button_color','#ffffff','yes'),(2184,'x_button_background_color','#6b4171','yes'),(2185,'x_button_border_color','#6c4172','yes'),(2186,'x_button_bottom_color','#6d4273','yes'),(2187,'x_button_color_hover','#ffffff','yes'),(2188,'x_button_background_color_hover','#c79c5f','yes'),(2189,'x_button_border_color_hover','#ffffff','yes'),(2190,'x_button_bottom_color_hover','#c49458','yes'),(2191,'x_navbar_positioning','static-top','yes'),(2192,'x_logo_navigation_layout','inline','yes'),(2193,'x_logobar_adjust_spacing_top','15px','yes'),(2194,'x_logobar_adjust_spacing_bottom','15px','yes'),(2195,'x_navbar_subindicator_icon','angles-down','yes'),(2196,'x_navbar_height','90px','yes'),(2197,'x_navbar_width','235px','yes'),(2198,'x_logo_text','','yes'),(2199,'x_logo_font_family','Lato','yes'),(2200,'x_logo_font_color','#272727','yes'),(2201,'x_logo_font_size','42px','yes'),(2202,'x_logo_font_weight','700','yes'),(2203,'x_logo_letter_spacing','-0.035em','yes'),(2204,'x_logo_uppercase_enable','','yes'),(2205,'x_logo_visually_hidden_h1','','yes'),(2206,'x_logo','','yes'),(2207,'x_logo_width','','yes'),(2208,'x_logo_adjust_navbar_top','22px','yes'),(2209,'x_logo_adjust_navbar_side','30px','yes'),(2210,'x_navbar_font_family','Lato','yes'),(2211,'x_navbar_link_color','#999999','yes'),(2212,'x_navbar_link_color_hover','#272727','yes'),(2213,'x_navbar_font_size','13px','yes'),(2214,'x_navbar_font_weight','700','yes'),(2215,'x_navbar_letter_spacing','0.085em','yes'),(2216,'x_navbar_uppercase_enable','1','yes'),(2217,'x_navbar_adjust_links_top','37px','yes'),(2218,'x_navbar_adjust_links_side','50px','yes'),(2219,'x_navbar_adjust_links_top_spacing','20px','yes'),(2220,'x_header_search_enable','','yes'),(2221,'x_navbar_adjust_button_size','24px','yes'),(2222,'x_navbar_adjust_button','20px','yes'),(2223,'x_header_widget_areas','2','yes'),(2224,'x_widgetbar_button_background','#000000','yes'),(2225,'x_widgetbar_button_background_hover','#444444','yes'),(2226,'x_topbar_display','','yes'),(2227,'x_topbar_content','','yes'),(2228,'x_breadcrumb_display','1','yes'),(2229,'x_footer_widget_areas','3','yes'),(2230,'x_footer_bottom_display','1','yes'),(2231,'x_footer_menu_display','1','yes'),(2232,'x_footer_social_display','1','yes'),(2233,'x_footer_content_display','1','yes'),(2234,'x_footer_content','<p>© Copyright 2024 Sweet Desires Dessert Lounge . All Rights Reserved Worldwide. Website & Marketing by Vero Beach Marketing. <a href=\"//theme.co/pro/\" title=\"Pro &ndash; rel=\"nofollow\"></a></p>','yes'),(2235,'x_footer_scroll_top_display','','yes'),(2236,'x_footer_scroll_top_position','right','yes'),(2237,'x_footer_scroll_top_display_unit','75%','yes'),(2238,'x_blog_style','standard','yes'),(2239,'x_blog_layout','sidebar','yes'),(2240,'x_blog_masonry_columns','2','yes'),(2241,'x_archive_style','standard','yes'),(2242,'x_archive_layout','sidebar','yes'),(2243,'x_archive_masonry_columns','2','yes'),(2244,'x_blog_enable_post_meta','','yes'),(2245,'x_blog_enable_full_post_content','','yes'),(2246,'x_blog_excerpt_length','60','yes'),(2247,'x_portfolio_enable','1','yes'),(2248,'x_custom_portfolio_slug','portfolio-item','yes'),(2249,'x_portfolio_enable_cropped_thumbs','','yes'),(2250,'x_portfolio_enable_post_meta','1','yes'),(2251,'x_portfolio_tag_title','Skills','yes'),(2252,'x_portfolio_launch_project_title','Launch Project','yes'),(2253,'x_portfolio_launch_project_button_text','See it Live!','yes'),(2254,'x_portfolio_share_project_title','Share this Project','yes'),(2255,'x_portfolio_enable_social','1','yes'),(2256,'x_portfolio_enable_facebook_sharing','1','yes'),(2257,'x_portfolio_enable_twitter_sharing','1','yes'),(2258,'x_portfolio_enable_linkedin_sharing','','yes'),(2259,'x_portfolio_enable_pinterest_sharing','','yes'),(2260,'x_portfolio_enable_reddit_sharing','','yes'),(2261,'x_portfolio_enable_email_sharing','','yes'),(2262,'x_bbpress_enable_templates','1','yes'),(2263,'x_bbpress_layout_content','sidebar','yes'),(2264,'x_bbpress_enable_quicktags','','yes'),(2265,'x_bbpress_header_menu_enable','','yes'),(2266,'x_buddypress_enable','1','yes'),(2267,'x_buddypress_templates_enable','1','yes'),(2268,'x_buddypress_layout_content','sidebar','yes'),(2269,'x_buddypress_header_menu_enable','','yes'),(2270,'x_buddypress_activity_title','Activity','yes'),(2271,'x_buddypress_groups_title','Groups','yes'),(2272,'x_buddypress_blogs_title','Sites','yes'),(2273,'x_buddypress_members_title','Members','yes'),(2274,'x_buddypress_register_title','Create An Account','yes'),(2275,'x_buddypress_activate_title','Activate Your Account','yes'),(2276,'x_buddypress_activity_subtitle','Meet new people, get involved, and stay connected.','yes'),(2277,'x_buddypress_groups_subtitle','Find others with similar interests and get plugged in.','yes'),(2278,'x_buddypress_blogs_subtitle','See what others are writing about. Learn something new and exciting today!','yes'),(2279,'x_buddypress_members_subtitle','Meet your new online community. Kick up your feet and stay awhile.','yes'),(2280,'x_buddypress_register_subtitle','Just fill in the fields below and we\'ll get a new account set up for you in no time!','yes'),(2281,'x_buddypress_activate_subtitle','You\'re almost there! Simply enter your activation code below and we\'ll take care of the rest.','yes'),(2282,'x_woocommerce_header_menu_enable','','yes'),(2283,'x_woocommerce_header_hide_empty_cart','','yes'),(2284,'x_woocommerce_header_cart_info','outer-inner','yes'),(2285,'x_woocommerce_header_cart_style','square','yes'),(2286,'x_woocommerce_header_cart_layout','inline','yes'),(2287,'x_woocommerce_header_cart_adjust','30px','yes'),(2288,'x_woocommerce_header_cart_content_inner','count','yes'),(2289,'x_woocommerce_header_cart_content_outer','total','yes'),(2290,'x_woocommerce_header_cart_content_inner_color','#ffffff','yes'),(2291,'x_woocommerce_header_cart_content_inner_color_hover','#ffffff','yes'),(2292,'x_woocommerce_header_cart_content_outer_color','#b7b7b7','yes'),(2293,'x_woocommerce_header_cart_content_outer_color_hover','#272727','yes'),(2294,'x_woocommerce_shop_layout_content','sidebar','yes'),(2295,'x_woocommerce_shop_columns','3','yes'),(2296,'x_woocommerce_shop_count','12','yes'),(2297,'x_woocommerce_shop_placeholder_thumbnail','','yes'),(2298,'x_woocommerce_product_tabs_enable','1','yes'),(2299,'x_woocommerce_product_tab_description_enable','1','yes'),(2300,'x_woocommerce_product_tab_additional_info_enable','1','yes'),(2301,'x_woocommerce_product_tab_reviews_enable','1','yes'),(2302,'x_woocommerce_product_related_enable','1','yes'),(2303,'x_woocommerce_product_related_columns','4','yes'),(2304,'x_woocommerce_product_related_count','4','yes'),(2305,'x_woocommerce_product_upsells_enable','1','yes'),(2306,'x_woocommerce_product_upsell_columns','4','yes'),(2307,'x_woocommerce_product_upsell_count','4','yes'),(2308,'x_woocommerce_cart_cross_sells_enable','1','yes'),(2309,'x_woocommerce_cart_cross_sells_columns','4','yes'),(2310,'x_woocommerce_cart_cross_sells_count','4','yes'),(2311,'x_woocommerce_ajax_add_to_cart_color','#545454','yes'),(2312,'x_woocommerce_ajax_add_to_cart_bg_color','#000000','yes'),(2313,'x_woocommerce_ajax_add_to_cart_color_hover','#ffffff','yes'),(2314,'x_woocommerce_ajax_add_to_cart_bg_color_hover','#46a546','yes'),(2315,'x_woocommerce_widgets_image_alignment','left','yes'),(2316,'x_social_facebook','','yes'),(2317,'x_social_twitter','','yes'),(2318,'x_social_linkedin','','yes'),(2319,'x_social_xing','','yes'),(2320,'x_social_foursquare','','yes'),(2321,'x_social_youtube','','yes'),(2322,'x_social_vimeo','','yes'),(2323,'x_social_instagram','','yes'),(2324,'x_social_pinterest','','yes'),(2325,'x_social_dribbble','','yes'),(2326,'x_social_flickr','','yes'),(2327,'x_social_github','','yes'),(2328,'x_social_behance','','yes'),(2329,'x_social_tumblr','','yes'),(2330,'x_social_whatsapp','','yes'),(2331,'x_social_soundcloud','','yes'),(2332,'x_social_rss','','yes'),(2333,'x_social_open_graph','','yes'),(2334,'x_social_fallback_image','','yes'),(2335,'x_custom_styles','','yes'),(2336,'x_custom_scripts','','yes'),(2337,'x_fixed_menu_scroll','overflow-visible','yes'),(2338,'x_enable_font_manager','1','yes'),(2339,'x_body_font_family_selection','system:helveticaneue','yes'),(2340,'x_body_font_weight_selection','fw-normal','yes'),(2341,'x_headings_font_family_selection','system:helveticaneue','yes'),(2342,'x_headings_font_weight_selection','fw-bold','yes'),(2343,'x_logo_font_family_selection','system:helveticaneue','yes'),(2344,'x_logo_font_weight_selection','fw-bold','yes'),(2345,'x_navbar_font_family_selection','system:helveticaneue','yes'),(2346,'x_navbar_font_weight_selection','fw-bold','yes'),(2347,'x_body_font_italic','','yes'),(2348,'x_headings_font_italic','','yes'),(2349,'x_logo_font_italic','','yes'),(2350,'x_navbar_font_italic','','yes'),(2351,'x_font_awesome_load_types_for_elements','','yes'),(2352,'x_font_awesome_shim_enable','1','yes'),(2353,'x_font_awesome_solid_enable','1','yes'),(2354,'x_font_awesome_regular_enable','1','yes'),(2355,'x_font_awesome_light_enable','1','yes'),(2356,'x_font_awesome_brands_enable','1','yes'),(2357,'x_font_awesome_sharp-light_enable','','yes'),(2358,'x_font_awesome_sharp-regular_enable','','yes'),(2359,'x_font_awesome_sharp-solid_enable','','yes'),(2360,'x_breakpoint_base','4','yes'),(2361,'x_breakpoint_ranges','a:4:{i:0;i:480;i:1;i:767;i:2;i:979;i:3;i:1200;}','yes'),(2362,'cs_global_parameter_json','','yes'),(2363,'cs_global_parameter_data','','yes'),(2401,'cs_component_cache','[[],[],[],[]]','yes'),(3308,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1706919320','no'),(3309,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','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'),(3363,'_site_transient_timeout_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_legacyManifest','1706382447','no'),(3364,'_site_transient_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_legacyManifest','a:28:{i:0;a:7:{s:2:\"id\";s:10:\"legacy:457\";s:5:\"title\";s:6:\"Church\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/church/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/457\";}i:1;a:7:{s:2:\"id\";s:10:\"legacy:460\";s:5:\"title\";s:10:\"Restaurant\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-1.jpg\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/restaurant/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/460\";}i:2;a:7:{s:2:\"id\";s:10:\"legacy:463\";s:5:\"title\";s:6:\"Agency\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-2.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/agency/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/463\";}i:3;a:7:{s:2:\"id\";s:10:\"legacy:466\";s:5:\"title\";s:3:\"Spa\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-3.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/spa/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/466\";}i:4;a:7:{s:2:\"id\";s:10:\"legacy:468\";s:5:\"title\";s:9:\"Education\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-4.jpg\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/education/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/468\";}i:5;a:7:{s:2:\"id\";s:10:\"legacy:471\";s:5:\"title\";s:4:\"Band\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-5.jpg\";s:8:\"demo_url\";s:27:\"https://demo.theme.co/band/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/471\";}i:6;a:7:{s:2:\"id\";s:10:\"legacy:473\";s:5:\"title\";s:7:\"Wedding\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-6.jpg\";s:8:\"demo_url\";s:30:\"https://demo.theme.co/wedding/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/473\";}i:7;a:7:{s:2:\"id\";s:10:\"legacy:476\";s:5:\"title\";s:10:\"Food Truck\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-7.jpg\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/food-truck/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/476\";}i:8;a:7:{s:2:\"id\";s:10:\"legacy:479\";s:5:\"title\";s:3:\"Gym\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-8.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/gym/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/479\";}i:9;a:7:{s:2:\"id\";s:10:\"legacy:483\";s:5:\"title\";s:3:\"App\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-9.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/app/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/483\";}i:10;a:7:{s:2:\"id\";s:10:\"legacy:487\";s:5:\"title\";s:4:\"Auto\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-10.jpg\";s:8:\"demo_url\";s:27:\"https://demo.theme.co/auto/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/487\";}i:11;a:7:{s:2:\"id\";s:10:\"legacy:490\";s:5:\"title\";s:9:\"Nonprofit\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-11.jpg\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/nonprofit/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/490\";}i:12;a:7:{s:2:\"id\";s:10:\"legacy:493\";s:5:\"title\";s:17:\"Bed And Breakfast\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-12.jpg\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/bed-and-breakfast/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/493\";}i:13;a:7:{s:2:\"id\";s:10:\"legacy:496\";s:5:\"title\";s:6:\"Lawyer\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-50.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/lawyer/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/496\";}i:14;a:7:{s:2:\"id\";s:10:\"legacy:695\";s:5:\"title\";s:18:\"Integrity Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc.jpg\";s:8:\"demo_url\";s:40:\"http://demo.theme.co/integrity-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/695\";}i:15;a:7:{s:2:\"id\";s:10:\"legacy:697\";s:5:\"title\";s:14:\"Renew Creative\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-1.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/renew-creative/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/697\";}i:16;a:7:{s:2:\"id\";s:10:\"legacy:699\";s:5:\"title\";s:15:\"Integrity Bands\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-2.jpg\";s:8:\"demo_url\";s:37:\"http://demo.theme.co/integrity-bands/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/699\";}i:17;a:7:{s:2:\"id\";s:10:\"legacy:701\";s:5:\"title\";s:11:\"Icon Simple\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-3.jpg\";s:8:\"demo_url\";s:33:\"http://demo.theme.co/icon-simple/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/701\";}i:18;a:7:{s:2:\"id\";s:10:\"legacy:703\";s:5:\"title\";s:14:\"Ethos Magazine\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-4.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/ethos-magazine/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/703\";}i:19;a:7:{s:2:\"id\";s:10:\"legacy:705\";s:5:\"title\";s:14:\"Renew Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-5.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/renew-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/705\";}i:20;a:7:{s:2:\"id\";s:10:\"legacy:707\";s:5:\"title\";s:12:\"Renew Agency\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-6.jpg\";s:8:\"demo_url\";s:34:\"http://demo.theme.co/renew-agency/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/707\";}i:21;a:7:{s:2:\"id\";s:10:\"legacy:709\";s:5:\"title\";s:12:\"Renew Lander\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-7.jpg\";s:8:\"demo_url\";s:34:\"http://demo.theme.co/renew-lander/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/709\";}i:22;a:7:{s:2:\"id\";s:10:\"legacy:711\";s:5:\"title\";s:11:\"Renew Bands\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-8.jpg\";s:8:\"demo_url\";s:33:\"http://demo.theme.co/renew-bands/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/711\";}i:23;a:7:{s:2:\"id\";s:10:\"legacy:713\";s:5:\"title\";s:9:\"Icon News\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-9.jpg\";s:8:\"demo_url\";s:31:\"http://demo.theme.co/icon-news/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/713\";}i:24;a:7:{s:2:\"id\";s:10:\"legacy:715\";s:5:\"title\";s:13:\"Icon Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-10.jpg\";s:8:\"demo_url\";s:35:\"http://demo.theme.co/icon-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/715\";}i:25;a:7:{s:2:\"id\";s:10:\"legacy:717\";s:5:\"title\";s:14:\"Ethos Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-11.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/ethos-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/717\";}i:26;a:7:{s:2:\"id\";s:10:\"legacy:719\";s:5:\"title\";s:17:\"Ethos Photography\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-12.jpg\";s:8:\"demo_url\";s:39:\"http://demo.theme.co/ethos-photography/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/719\";}i:27;a:7:{s:2:\"id\";s:10:\"legacy:908\";s:5:\"title\";s:6:\"Crafty\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2020/04/dc.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/crafty/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/908\";}}','no'),(3429,'_site_transient_timeout_community-events-397afd977b10ba8f4e1d9e5aeb1bc1a2','1706416240','no'),(3430,'_site_transient_community-events-397afd977b10ba8f4e1d9e5aeb1bc1a2','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"69.247.234.0\";}s:6:\"events\";a:0:{}}','no'),(3431,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1706416240','no'),(3432,'_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:\"Fri, 19 Jan 2024 21:43:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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-57364\";s:7:\"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:44:\"WP Briefing: Episode 71: New Year, New Blog!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 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=16745\";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:270:\"In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.\";s: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/2024/01/WPB071.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:18609:\"\n<p>In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.</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><a href=\"https://wordpress.org/download/\">WordPress 6.4.2 Download</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/\">WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/\">WordPress Themes</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li>&nbsp;<a href=\"https://make.wordpress.org/themes/2023/12/29/a-year-in-themes-team-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">A Year in Review With Themes Team</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">WordPress End-of-Year Celebrations!</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\" target=\"_blank\" rel=\"noreferrer noopener\">Leap into 2024 with these Site Editor Tools</a>\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/team-reps/\" target=\"_blank\" rel=\"noreferrer noopener\">2024 Team Reps</a>&nbsp;&#8211; Watch for updates as we move into 2024. Each team in the WordPress project goes through a process to review and elect new team reps. Those elections are happening now.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/01/19/big-picture-goals-2024/\">Big Pictures Goals 2024</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-16745\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;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.&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> Today, we&#8217;ve got a throwback episode about blogging. If you&#8217;re like me, you sometimes miss the early days of blogs, where the words were a little more pensive, and the images were a little less professional. If you&#8217;re on a slow hobby journey like so many of us are right now, give this one a listen.</p>\n\n\n\n<p>[00:00:58] (music interlude)</p>\n\n\n\n<p>[00:01:05]&nbsp;<strong>Josepha:</strong> You may be one of these contributors I keep mentioning. You may be an agency owner or freelancer. Maybe you&#8217;ve wondered how to make a WordPress blog for your big idea. Or maybe you&#8217;re one of the many people who use WordPress for their own project or business.&nbsp;</p>\n\n\n\n<p>Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool. We have long since outgrown that, but even 20 years into our journey, blogging is still a key part of what WordPress enables you to do. That&#8217;s because, even after those 20 years, the mission of WordPress is still the same, and that is to democratize publishing.</p>\n\n\n\n<p>To help people have a place online where they can tell their stories, or share their projects, or set up their businesses. If you&#8217;ve ever tried to set up a blog, you know that there isn&#8217;t a lot of information about what to know before you get going at all. So, I&#8217;m going to talk about that a little bit today.</p>\n\n\n\n<p>[00:02:06] <strong>Josepha:</strong> And just by the way, if you heard the word blog right now and thought, Oh, Jospeha, how old fashioned. I think it&#8217;s important to remember that there&#8217;s a business advantage to having well-written, relevant content on your website. And if you&#8217;re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. </p>\n\n\n\n<p>Anyway, back to the topic at hand, before we can get to any of the fancy things that WordPress can do nowadays, it&#8217;s important to know a few things as you get ready to set up your first-ever website. So let&#8217;s dive in. </p>\n\n\n\n<p>Here is how you need to get yourself started. First, have an idea and a plan. So, have an idea for what you&#8217;re doing, the concept of your content, who you want to reach, but also some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first, cause like, if you want the domain name WordPress.org, like, we own that, you can&#8217;t have that. But if you know that you want a domain like &#8216;WordPressbloggingforthefuture.com&#8217; like, that one might be more available. And if you know kind of the words you want in your domain, then you can be a bit flexible about what is there.&nbsp;</p>\n\n\n\n<p>[00:03:30] <strong>Josepha:</strong> The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mention all along the WordPress process that, like, you need a good host, but it&#8217;s not always clear where that decision has to happen. It happens right here at the start before you even know what WordPress is most of the time. So, the earliest question that you have to answer for yourself is, what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date. There&#8217;s this whole spectrum of hosting options, and they range from full service, where they will keep your WordPress software up to date and provide daily backups, and have customer support if something goes really wrong.</p>\n\n\n\n<p>[00:04:23] <strong>Josepha:</strong> So it ranges all the way from full service like that, all the way down to essentially zero service, just kind of hands off. They give you a space to keep your WordPress software, to keep your WordPress site, but they leave everything else up to you. They leave the backups up to you; they leave updating up to you, things like that.</p>\n\n\n\n<p>So that&#8217;s the first thing you have to ask yourself and the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software, and what you want, and what you need, and you have the ability to learn in the time that you have, the more that you can add on either services with the existing host that you chose or moving to a different host; however, that works out for you.</p>\n\n\n\n<p>[00:05:09] <strong>Josepha:</strong> So if that one sounds like the right option, then you choose a host, go to their site, and actually, most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it&#8217;s just one click, and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p>The other option that on the like zero, zero service side, that&#8217;s not quite fair, but you know, on the other side of that spectrum, that probably will be appealing to you if you are already familiar with code or already know how to manage a server, or you know how to work in this thing called cPanel, etc. So if you already have a lot of information on how all of that works, you can, if you want to, head over to WordPress.org/download and you can download a zip file of the WordPress software and set that up in your own environment. Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we&#8217;re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little, I&#8217;ve got you covered.</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> In the show notes, you&#8217;ll find a link to one of the LearnWP courses for getting started with WordPress. There&#8217;s a section on choosing a host, as well as various other early steps of this process. If you felt like I blazed through all of that, which, honestly, I kind of did. You can work through those lessons in that course at your own pace, and it&#8217;s really a very good guide.</p>\n\n\n\n<p>All right. So let&#8217;s pretend we did all of that. Now you&#8217;ve got yourself a website. The thing that you will want to do next, or rather the first thing that you&#8217;ll notice once you get your site up and running, is that there&#8217;s this &#8216;Hello World&#8217; post. There&#8217;s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>[00:07:03] <strong>Josepha:</strong> There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare, like, okay, the Hello World part over here on this page exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you&#8217;re more familiar with WordPress or CMSs in general, you can simply remove that and start fresh. We&#8217;ve got now a website. We know kind of how to look at our posts and create posts, where comments are, where they can be moderated, and stuff.</p>\n\n\n\n<p>And so, the most fun task for everyone is choosing a theme. But if it doesn&#8217;t sound like a fun task to you, I can help you kind of do some choose-your-own-adventure guiding questions here. Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words? Mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There&#8217;s like a filtering system where you can put in, like, you want, three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like that.&nbsp;</p>\n\n\n\n<p>[00:08:24] <strong>Josepha:</strong> There&#8217;s also a way to look for themes inside your instance, your WordPress site, but like, if you haven&#8217;t set that up yet, but you do still want to see kind of what your theme options are, you can go to WordPress.org/themes and take a look at what&#8217;s out there. Just as a quick side note, if you get to that theme directory, if you get to WordPress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically, so that you can see how things look right away. And there&#8217;s actually a theme that does come with every WordPress site, so if you&#8217;re not ready, you can skip this thing entirely. And just work with the theme that&#8217;s already there. Every WordPress instance ships with a theme, and it is fully functional when you get your site up and running, so you don&#8217;t need to choose a theme right now if you don&#8217;t feel ready. And then the other very fun thing that people do with their WordPress sites, is to add plugins to them.</p>\n\n\n\n<p>[00:09:20] <strong>Josepha:</strong> Plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality to it. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which themes.</p>\n\n\n\n<p>So, figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions? If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need.</p>\n\n\n\n<p>[00:10:05] <strong>Josepha:</strong> Also, there are just endless lists of recommended plugins out there. If that is something that you find valuable as part of your research, those are also easy to find. And as a general side note here as well, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don&#8217;t quite know the answers to the questions that I shared, and it&#8217;s going to be a while until you feel like you can know what those answers are. That&#8217;s totally fine. I&#8217;ll tell you this, I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms, and it can kind of help you figure out how to work with plugins in that way. So, yeah, I made it sound like you can get a WordPress website built in like seven minutes.</p>\n\n\n\n<p>And on the one hand, you definitely can. And on the other hand, it&#8217;s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem and, obviously, hear some things that could make you feel a little nervous about doing this for the first time.</p>\n\n\n\n<p>[00:11:10] <strong>Josepha</strong>: Things like the five-second installation, which WordPress has been famous for for years, but also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009, and I started learning how to use WordPress in 2010. </p>\n\n\n\n<p>I can say with confidence that once you learn it, it&#8217;s easy. We are the easiest of the hard options for CMSs like content management systems are just complicated. But we are the easiest one out there. And so, as you&#8217;re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you&#8217;re late to this blogging game like you should have had a website for years, I mean, sure, that could be true.</p>\n\n\n\n<p>[00:12:01] <strong>Josepha:</strong> And yes, the best time to plant a tree was 20 years ago, but the second best time to plant that tree is today. WordPress didn&#8217;t start out powering over 40% of the web, and your first site can&#8217;t be immediately measured in the millions of readers. So, what will your small beginning lead you to?</p>\n\n\n\n<p>[00:12:18] (Music interlude)</p>\n\n\n\n<p>[00:12:25] <strong>Josepha:</strong> And now, our small list of big things. Today we&#8217;ve got some look-back items and some look-forward items. So let&#8217;s hop right in. </p>\n\n\n\n<p>First thing is we have a year in review with the themes team. So much amazing work has been done by the themes team over the past year, both for reviewing themes and creating them. So I&#8217;ll leave a link to those in the show notes. </p>\n\n\n\n<p>We also have a post out that just has some general celebrations from teams around the community. I&#8217;ll leave a link to that. It probably has been linked in quite a few places, but you know, we don&#8217;t always embrace those moments of celebration. We don&#8217;t always embrace our wins. And so it&#8217;s always good to share those early and often. There are probably more than just those two. So if you posted one or you saw a really interesting one that you think that we should know about, don&#8217;t forget to share it.&nbsp;</p>\n\n\n\n<p>[00:13:16] <strong>Josepha:</strong> Next, we have a leap into 2024 with Site Editor tools. So, on the new Developer Blog, if you haven&#8217;t seen it yet, there is a lot of excellent content there for whether you are like an advanced developer in WordPress or you&#8217;re kind of intermediate and ready to move into your advanced developer era.&nbsp;</p>\n\n\n\n<p>The Site Editor will give you a powerful way to visually create every part of your site and tell your story. And this post will help you to kind of see how to handle everything from big style changes to simple copy updates, all in a single place. We want to make sure that you get the most out of your WordPress this year. And that post will give you a few standout tools and features that you&#8217;ll want to try.&nbsp;</p>\n\n\n\n<p>You&#8217;ll also want to keep an eye out for updates as we move into 2024 around team reps. So each team in the WordPress project goes through a process to review and elect team reps, and elections are happening now.</p>\n\n\n\n<p>[00:14:12] <strong>Josepha:</strong> Along with things that are happening now that you should keep an eye on, the annual goals, our big picture post has gone out as well. It went out at the end of the week last week. There&#8217;ll be a link to all of these in the show notes. And yeah, keep an eye out for, hopefully, a fantastic 2024 in WordPress.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. 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. And if you like 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:14:57] (Music outro)</p>\n\n\n\n<p>&nbsp;</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:\"16745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Data Liberation in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2024/01/data-liberation-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jan 2024 16:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16736\";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:314:\"Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called Data Liberation for 2024. Migrating your site to WordPress, [&#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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2885:\"\n<p>Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called <a href=\"https://wordpress.org/data-liberation/\" target=\"_blank\" rel=\"noreferrer noopener\">Data Liberation</a> for 2024. Migrating your site to WordPress, or exporting all your content from WordPress, should be possible in one click. I want WordPress’ export format to become the lingua franca of CMSes, whether coming to WordPress or moving within WordPress. </p>\n\n\n\n<p>I often hear about folks across the WordPress community duplicating efforts when creating scripts and workflows to move users to WordPress. Imagine if we shared those resources instead and built community-owned plugins that anyone could use! </p>\n\n\n\n<p>But it should be more than plugins; workflows, tutorials, and helper scripts should be shared, too. I want this resource to have space to include moving from social networks, moving from a page builder to core blocks, switching from classic to blocks, and improving WordPress current canonical plugins for importing. </p>\n\n\n\n<h2 class=\"wp-block-heading\">You can help!</h2>\n\n\n\n<p>Of course, the heart of any open source project is the community that shows up to build it. My hope is that this marks the start of a new contribution pathway, separate from core teams, that allows folks to contribute what they’ve learned and what they’ve created to help others move to WordPress. I expect this emphasis on migration will also influence future development, both in core and with recommended community or canonical plugins.</p>\n\n\n\n<p>There are a few things that I think will be key to making this project a success:</p>\n\n\n\n<ul>\n<li>A dedicated landing page on WordPress.org following a WordPress.org/and/[platform-name] format.</li>\n\n\n\n<li>A forum used for non-review user feedback and general discussion.</li>\n\n\n\n<li>A dedicated Slack channel.</li>\n\n\n\n<li>Moderation within hours rather than days.</li>\n\n\n\n<li>Listed on <a href=\"https://github.com/WordPress\">WordPress GitHub</a> with syncing for individual commits to SVN for history in both places.</li>\n</ul>\n\n\n\n<p>By complementing the community’s existing efforts—the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future program</a>, the <a href=\"https://learn.wordpress.org/\">Learn WordPress initiative</a>, a focus on internationalization, etc.—my hope is that this will help even more people see themselves in the WordPress project, providing fresh momentum for <a href=\"https://events.wordpress.org/\">WordCamps and meetups</a>. </p>\n\n\n\n<p>It’s never been more crucial to champion openness on the web. Bringing focused attention to improved portability will untether users and increase their freedom like never before.</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:\"16736\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WP Briefing: Episode 70: A Look Ahead at WordPress in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2024/01/episode-70-a-look-ahead-at-wordpress-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jan 2024 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=16677\";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:264:\"Curious about WordPress\'s big-picture items for 2024? Phase 3, Data Liberation, new meetups, and more, get the spotlight in this episode. Join Executive Director Josepha Haden Chomphosy for all this, plus a small list of big things coming up in the next two weeks.\";s: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/2024/01/WP070.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:8342:\"\n<p>Curious about WordPress&#8217;s big-picture items for 2024? Phase 3, Data Liberation, new meetups, and more, get the spotlight in this episode. Join Executive Director Josepha Haden Chomphosy for all this, plus a small list of big things coming up in the next two weeks.</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><a href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\">Real-Time Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/\">Make WordPress Core</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/\">Make WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://events.wordpress.org/\">WordCamp Events</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">Overflow Questions from State of the Word 2023 in Madrid, Spain</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a>&nbsp;&#8211; This is the final chance to share your feedback on WordPress meetups for 2024 and how we can improve the program in the future.&nbsp;</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-16677\"></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.&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Hello, my dears, and welcome to 2024. I hope you&#8217;ve had a lovely break. At the top of the year, I like to look around and gather the projects that the community is interested in. We can&#8217;t always commit to everything, and sometimes even the things we plan to do can&#8217;t make it across the finish line. In the next few weeks, I&#8217;ll be publishing kind of the big picture goals for the year, but I wanted to share a little bit about what I&#8217;ve collected so far.</p>\n\n\n\n<p>[00:01:05] <strong>Josepha:</strong> Firstly, we&#8217;ve got Phase 3. This has been called a few things over the years: collaborative editing, multiplayer, co-editing. But whatever it&#8217;s been called, the biggest changes to writing and design workflows are likely to happen in this phase. A redesigned workflow can be a bit of a shock. But fortunately, we already have a prototype out there.</p>\n\n\n\n<p>I&#8217;ll include a link to some resources in the show notes, or of course, you can always stop by make.WordPress.org/core for some insights. But I would encourage you to, at the very least, get your hands on that prototype to see what it looks like is coming in Phase 3 so that you can be aware and provide your feedback.</p>\n\n\n\n<p>The next thing on our list is Data Liberation. This is a new-to-us project that was introduced at State of the Word. Fortunately, though, it&#8217;s not a new concept overall. Data Liberation is actually one of the earliest ideas that sold me on WordPress. The idea that you could set up a site for a client, or yourself, and that hard work wasn&#8217;t lost if something went wrong, was really important to me. It&#8217;s been a long time since we put any effort into our importers and exporters, and I think this will be a good focus for the year.</p>\n\n\n\n<p>[00:02:14] <strong>Josepha:</strong> The next thing that I&#8217;ve picked up, kind of a list of three things, but there are three mid-sized areas that I want us to pay attention to this year: plugins, old tickets, and new meetups.&nbsp;</p>\n\n\n\n<p>Plugins, because they really have turned a corner on where they ended 2023. A lot of work has been done to make sure that they&#8217;ve streamlined some efforts, gotten some better onboarding for folks as they&#8217;re going in, and we could really use a hand to keep that momentum going.</p>\n\n\n\n<p>Old tickets, because it&#8217;s something that we hope for year after year when we&#8217;re talking to people about what they want in new releases. So often, part of what they say is some way to work through all of these old things that have been around forever, some with patches. And why not, after all?</p>\n\n\n\n<p>And then new meetups, because I really still think that meetups are the best intro to WordPress. No matter whether you&#8217;re wanting to become a developer eventually or, like, the community-building aspect is the thing that hooks you forever. Meetups are the place to encourage those and discover those.&nbsp;</p>\n\n\n\n<p>[00:03:20] <strong>Josepha:</strong> The next thing on my list is also two things. It&#8217;s two things, but kind of a guess at the moment. There are two summit items that I want us to try to consider this year.</p>\n\n\n\n<p>So the first one is contributor recognition. Acknowledgment and recognition, I think, are two different things, and there was an entire series of sessions at the summit where we talked about it. And so I think that it&#8217;s worth us digging in on that.</p>\n\n\n\n<p>The other thing from the summit that I would really like us to all kind of dig in on is accessibility, how we do it, how we confirm it, what we think we should do versus what we actually do, and see what we can move on the needle there.</p>\n\n\n\n<p>And the last thing is sort of a personal wish. I think it&#8217;s about time that we take a look at the way that we kind of manage ourselves as a project, the way that we do our meetings and report on our successes, things like that. And I realize that this is a big thing, and it might be a little bit scary. But, I mean, we&#8217;ve been doing this for a really long time, and it&#8217;s probably as good a time as any, frankly, to look at what we&#8217;re doing by habit or tradition and see if it still suits us.</p>\n\n\n\n<p>So, that&#8217;s my back of the napkin set of notes so far. Keep an eye out in the next couple of weeks for the annual Big Picture post so you can get some context, notes, and discussion opportunities. And, of course, anything that has shown up that&#8217;s a bit bigger, a bit more final will be in there as well.&nbsp;</p>\n\n\n\n<p>But first, our small list of big things. </p>\n\n\n\n<p>[00:04:52] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:05:00] <strong>Josepha:</strong> Firstly, State of the Word had nearly 200 questions submitted, and Matt has been answering the overflow on make.WordPress.org/project. So, I&#8217;ll include a link, but head on over there to that post if you would like to catch up on those.</p>\n\n\n\n<p>And then the second item, and last item, is that you&#8217;ve got a few more days left to give us feedback on WordPress meetups in 2023, and give us an idea of what we can do to improve those. I believe those close on January 14th. I really love my local meetup, and I hope that we can get some of that same sort of feeling going in all of yours, too.</p>\n\n\n\n<p>[00:05:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. 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 had questions about what you heard, you can share those with me at wpbriefing@WordPress.org.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Thanks again for tuning in for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:06:02] (Music outro)&nbsp;</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:\"16677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – December 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:72:\"https://wordpress.org/news/2024/01/the-month-in-wordpress-december-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, 05 Jan 2024 10:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=16680\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"As 2023 came to a close, WordPress bid farewell with the much-anticipated annual State of the Word and the 6.5 roadmap, among other exciting updates. Read on to learn more about the community’s end-of-year celebrations and catch a sneak peek of what’s in store for the year ahead. Highlights from State of the Word On [&#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:\"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:11236:\"\n<p>As 2023 came to a close, WordPress bid farewell with the much-anticipated annual State of the Word and the 6.5 roadmap, among other exciting updates.</p>\n\n\n\n<p>Read on to learn more about the community’s end-of-year celebrations and catch a sneak peek of what’s in store for the year ahead.</p>\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\">Highlights from State of the Word</h2>\n\n\n\n<p>On December 11, WordPress co-founder Matt Mullenweg delivered his annual <strong><a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote in Madrid, Spain</strong>, marking the first international edition of the event. Nearly 200 WordPress enthusiasts and tech industry leaders gathered in person to hear what’s next for WordPress—with a large audience joining online or from one of the 47 watch parties held across 18 countries.</p>\n\n\n\n<p>The keynote <a href=\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\">highlighted</a> last year’s milestones and showcased compelling demos, providing a glimpse into the upcoming developments for the Site Editor, Collaboration phase, and Admin redesign. Matt also introduced 2024’s focus on <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, aiming to unlock digital barriers and frictionless migrations into WordPress for a more open web.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/c7M4mBVgP3Y?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p>The event concluded with a <a href=\"https://www.youtube.com/watch?v=S01uBD2pyQY\">Q&amp;A session</a> and <a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">this follow-up post</a>.</p>\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\">Roadmap to WordPress 6.5</h2>\n\n\n\n<p>WordPress 6.5 is <a href=\"https://make.wordpress.org/core/6-5/\">scheduled</a> for release on <strong>March 26, 2024</strong>. This major release is set to introduce a new Font Library for easy global font management, support for Appearance Tools in Classic Themes, Data Views for templates and patterns, and more robust revisions across the editing experience, among other highlights.</p>\n\n\n\n<p>6.5 will also include new APIs like Interactivity, Custom Fields, and Block Binding that expand block capabilities and underpin features like Synced Pattern Overrides.</p>\n\n\n\n<p>Learn more about the features planned for WordPress 6.5 in <a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">this roadmap post</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Don’t wait for the next release to optimize your creative workflows with <a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\">these powerful Site Editor tools</a>.</p>\n</blockquote>\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 December:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/12/06/whats-new-in-gutenberg-17-2-6-december/\"><strong>Gutenberg 17.2</strong></a> introduced improvements to the site editing experience, including the ability to drag and drop blocks to the top and bottom of documents and sticky table headers. The update also enhanced the Interactivity API docs and addressed numerous bug fixes.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/\"><strong>Gutenberg 17.3</strong></a> featured a summary of changes in the global styles revision history, an updated preferences panel, and a new social icon for the Gravatar service, along with the ongoing development of Phase 3 features.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\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<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li>Openverse <a href=\"https://make.wordpress.org/openverse/2023/12/11/introducing-enhanced-content-safety-features-on-openverse/\">introduced new features to filter sensitive content</a>, aiming for a more accessible and safer browsing experience. This update marks the beginning of a significant initiative to enhance content safety tools.</li>\n\n\n\n<li>Matrix contributors <a href=\"https://make.wordpress.org/project/2023/12/12/update-on-matrix-migration-pausing-the-transition/\">announced</a> the decision to pause the Making WordPress Slack migration to Matrix and the factors contributing to it.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/meta/2023/12/15/developer-resources-gets-a-refresh/\">redesign of the Developer Resources section</a> went live last month.</li>\n\n\n\n<li>Are you searching for events in your local community? Explore the recently launched <a href=\"https://make.wordpress.org/community/2023/12/13/announcing-the-new-wordpress-events-page/\">WordPress.org Events page</a>—your new central hub for discovering upcoming events or applying to organize one.</li>\n\n\n\n<li>In 2023, WordPress significantly <a href=\"https://make.wordpress.org/core/2023/12/19/wordpress-performance-impact-on-core-web-vitals-in-2023/\">improved Core Web Vitals (CWV) across sites</a>. The overall passing rates went up from 28.31% to 36.44% on mobile and from 32.55% to 40.80% on desktop, making both WordPress and the whole web perform better.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/22/call-to-action-2024-major-releases-call-for-volunteers/\">Volunteers are needed</a> for 2024’s WordPress major releases. If you’re interested, now’s the time to get involved!</li>\n\n\n\n<li>Check out all the community <a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">achievements and contributions</a> that moved the WordPress project closer to its goals in 2023.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\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<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li>Complete the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a> before January 14, 2024, and help strengthen WordPress meetups in the future.</li>\n</ul>\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\">WordPress events</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 opened <a href=\"https://asia.wordcamp.org/2024/contributor-day-registration/\">registrations for its Contributor Day</a>. The conference will be held in Taipei, Taiwan, on March 7-9, 2024.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Europe’s <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers/\">call for speakers</a> is open until January 15, 2024. Don’t miss the chance to be part of this event by either submitting your speaking proposals or <a href=\"https://europe.wordcamp.org/2024/sponsors/call-for-sponsors/\">supporting it as a sponsor</a>.</li>\n\n\n\n<li>Mark your calendars! <a href=\"https://us.wordcamp.org/2024/\">WordCamp US 2024</a> is headed to Portland, Oregon, from September 17 to 20, as revealed during the State of the Word.</li>\n\n\n\n<li>Check out these WordPress events happening soon:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://events.wordpress.org/kolkata/2024/careercamp/\">Kolkata CareerCamp</a>, India on January 6, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png\" alt=\"🇳🇵\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://nepal.wordcamp.org/2024/\">WordCamp Nepal</a> on January 12-13, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://zaragoza.wordcamp.org/2024/\">WordCamp Zaragoza</a>, Spain on January 19-20, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://events.wordpress.org/jakarta/2024/web-challenge/\">WordPress Web Challenge</a>, Indonesia on January 27, 2024</li>\n</ul>\n</li>\n</ul>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/bernard0omnisend/\">Bernard Meyer</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, and <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a></em> <em>for contributing 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<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\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=16680\" 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:\"16680\";s: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:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n\n\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Leap into 2024 with these Site Editor Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/12/leap-into-2024-with-these-site-editor-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Dec 2023 18:35:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{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: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:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"Site 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:35:\"https://wordpress.org/news/?p=16658\";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:297:\"The Site Editor gives you a powerful way to visually create every part of your site and tell your story. It lets you handle everything from big stylistic changes to simple copy updates all in a single place. To help you make the most of this new way to WordPress, here are a few standout [&#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:9:\"enclosure\";a:6:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:70:\"https://wordpress.org/news/files/2023/12/Command-Palette-news-post.mp4\";s:6:\"length\";s:7:\"5553759\";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:70:\"https://wordpress.org/news/files/2023/12/Style-book-news-post-demo.mp4\";s:6:\"length\";s:8:\"30842905\";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:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:75:\"https://wordpress.org/news/files/2023/12/Styling-options-news-post-demo.mp4\";s:6:\"length\";s:8:\"27873396\";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:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:88:\"https://wordpress.org/news/files/2023/12/Distraction-free-and-preview-news-post-demo.mp4\";s:6:\"length\";s:8:\"24659305\";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:4;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:68:\"https://wordpress.org/news/files/2023/12/Patterns-news-post-demo.mp4\";s:6:\"length\";s:7:\"3617911\";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:5;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:69:\"https://wordpress.org/news/files/2023/12/List-View-news-post-demo.mp4\";s:6:\"length\";s:7:\"2163970\";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:8:\"annezazu\";s: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:9352:\"\n<p>The Site Editor gives you a powerful way to visually create every part of your site and tell your story. It lets you handle everything from big stylistic changes to simple copy updates all in a single place. To help you make the most of this new way to WordPress, here are a few standout tools and features you’ll want to try.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Command Palette</h3>\n\n\n\n<p>Think of the Command Palette as the ultimate shortcut tool, letting you do more with less clicks and without needing to remember where each option might be. It’s available across the editing experience, whether you’re switching between templates in the Site Editor or toggling open settings in the Post Editor, with specific contextual options depending on where you are.<strong> </strong>You can use the keyboard shortcut Cmd+K on Mac or Ctrl+K on Windows to activate it and get started.&nbsp;</p>\n\n\n\n<p>If you think of a command that doesn’t exist yet that would help with your workflow, open a <a href=\"https://github.com/WordPress/gutenberg/issues/new/choose\">feature request issue</a> so we can consider adding it.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Command-Palette-news-post.mp4\"></video></figure>\n\n\n\n<p class=\"is-style-default\"><a href=\"https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/\"><em>Read more</em></a><em> about everything you can do with the Command Palette, including a </em><a href=\"https://wordpress.org/documentation/article/site-editor-command-palette/#list-of-available-commands\"><em>list of available commands</em></a><em>.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Style Book</h3>\n\n\n\n<p>The Style Book helps you see all the blocks on your site as you style them. It’s built into the Styles section and can be toggled on/off as you’d like. This is especially useful when you’re aiming for design consistency for a client, trying to see how a change might impact a block that might not be visible, or wanting to get a different look at how a style variation will switch things up.</p>\n\n\n\n<p>Work is also underway for the next WordPress release to <a href=\"https://github.com/WordPress/gutenberg/pull/56800\">integrate the Style Book into Style revisions</a> to allow for an at-a-glance view of changes made. </p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Style-book-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tutorial/how-to-use-the-wordpress-stylebook-with-your-block-theme/\"><em>Learn more</em></a><em> about how best to use the Style Book.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Styling shortcuts</h3>\n\n\n\n<p>Sometimes you get a design just right—the color contrast, the perfect padding, the exact font size. Instead of needing to manually recreate the design or copy/paste the block to fill in with new content, you have two powerful options built into the editing experience: copy/paste styles and apply styles globally for all instances of the desired block.&nbsp;</p>\n\n\n\n<p>Copying and pasting styles is perfect for more nuanced and smaller changes, like headings on a landing page that you intentionally want to be distinct. Applying changes globally is best for blocks like buttons and for changes that are likely to work well across layouts, like setting a specific border radius and color. This helps keep the creativity flowing and makes achieving design consistency across your site much easier.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Styling-options-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"><em>Read more</em></a><em> about the various styling options available.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Distraction free mode</h3>\n\n\n\n<p>Just like an artist might need to take a few steps back to view their in-progress artwork, sometimes we need to get a different view of our site before diving back in. Distraction free offers you that alternate perspective with a pared-down experience that lets you focus purely on creating, like:</p>\n\n\n\n<ul>\n<li>Hiding the top toolbar until one intentionally hovers over where it typically sits.</li>\n\n\n\n<li>Removing many of the top toolbar buttons.</li>\n\n\n\n<li>Automatically closing any open sidebars, like block settings and list view.&nbsp;</li>\n\n\n\n<li>Hiding the insertion point indicator, reducing visual clutter.&nbsp;</li>\n\n\n\n<li>Hiding the block toolbar for individual blocks.</li>\n</ul>\n\n\n\n<p>It’s worth noting that this mode can be used when writing posts and pages too! For an added bonus and more views of your site, you can use the preview options to see how your site might look across different devices.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Distraction-free-and-preview-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/distraction-free-mode/\"><em>Learn more</em></a><em> about making the most out of Distraction free mode.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Patterns</h3>\n\n\n\n<p>Patterns are a collection of blocks that make it simple to add complex layouts and designs to any WordPress site without starting from scratch. They save time by reducing duplication and ensuring consistency. You can create your own, use theme-provided patterns, or <a href=\"https://wordpress.org/patterns/\">lean on the Pattern Directory</a>.&nbsp;</p>\n\n\n\n<p>You can also specify whether to sync your patterns so that one change applies to all parts of your site, or to keep them unsynced so you can customize each instance. For any patterns you create, you can assign categories to make them easy to find and organize. Use the Inserter with easy filtering options to add patterns to your content, and head to the dedicated Patterns section in the Site Editor to create or edit patterns to your liking.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/Patterns-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tutorial/creating-your-own-custom-synced-or-non-synced-patterns/\"><em>Learn more</em></a><em> about creating patterns.&nbsp;</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">List View</h3>\n\n\n\n<p>List View is the go-to tool for navigating between layers of your content, selecting exactly what you need, and getting a sense of how everything fits together. Similar to the Style Book and Distraction free mode, you can toggle it on/off as you’d like. It’s currently visible in the Top Toolbar and will remain open as you navigate through your site. Beyond providing a simple view of the layers of your site, there are more recent additions to List View that makes the tool even more powerful:</p>\n\n\n\n<ul>\n<li>See previews of your images for Image and Gallery blocks reflected in List View to make it easier to find what you need.</li>\n\n\n\n<li>The Escape key deselects blocks to make it easier to purely preview your content without any blocks selected.&nbsp;</li>\n\n\n\n<li>Lean on a keyboard shortcut for duplicating blocks quickly: CMD+Shift+D for Mac or Control + Shift + D for Windows.&nbsp;</li>\n\n\n\n<li>Drag and drop blocks at any level directly within List View.</li>\n\n\n\n<li>Rename Group blocks and have the custom name reflected in List View for improved organization.</li>\n</ul>\n\n\n\n<p>Here’s how a few of these improvements come together:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/12/List-View-news-post-demo.mp4\"></video></figure>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/list-view/\"><em>Learn more</em></a><em> about using List View. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>As you explore these tools, remember that, except for the Style Book, you can use these features when writing posts and pages too. Expect the Site Editor and other tools to evolve with each release. To get a sneak peek at what’s planned for the next major WordPress release in March, <a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">check out the roadmap</a> and stay tuned. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\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 wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p >\n						<a href=\"https://wordpress.org/news/?post_type=post&#038;p=16658\" 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>\n\n\n<p><em>Thank you to the contributors who collaborated on this post: <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/joen/\" data-type=\"link\" data-id=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</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:\"16658\";s: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: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 69: Reflections on 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/12/episode-69-reflections-on-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Dec 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=16654\";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:232:\"In this episode, WordPress Executive Director Josepha Haden Chomphosy reflects on the recent 2023 State of the Word, which took place in Madrid, Spain, and some of the highlights of the work across the WordPress open source project.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2023/12/WPB069.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:10686:\"\n<p>In this episode, WordPress Executive Director Josepha Haden Chomphosy reflects on the recent 2023 State of the Word, which took place in Madrid, Spain, and some of the highlights of the work across the WordPress open source project.</p>\n\n\n\n<p><em><strong>Have a question you’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><a href=\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\">State of the Word Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">WordPress End of Year Celebrations!</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/12/11/introducing-enhanced-content-safety-features-on-openverse/\" target=\"_blank\" rel=\"noreferrer noopener\">Introducing Enhanced Content Safety Features on Openverse</a>&nbsp;&#8211; Introducing new features for enhanced content safety on Openverse. </li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\" target=\"_blank\" rel=\"noreferrer noopener\">Alert: WordPress Security Team Impersonation Scams</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/12/02/join-the-plugin-review-team/\" target=\"_blank\" rel=\"noreferrer noopener\">Join the Plugin Review Team!</a> &#8211; The Plugin Review Team is looking for new members; the deadline to apply is on December 31, 2023.</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-16654\"></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’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]&nbsp;<strong>Josepha:</strong> We wrapped up State of the Word earlier this month, and while I was sitting there being the only person to clap for the love of cake, I realized just how much we have been able to accomplish this year. And on the one hand, I shouldn&#8217;t be surprised.</p>\n\n\n\n<p>After all, progress is radical over time yet incremental in time. But all told, 2023 has been a big year for WordPress. There&#8217;s been some radical progress in a few places. There are the things you know because you&#8217;ve heard them all year. You heard them in State of the Word.</p>\n\n\n\n<p>We turned 20, for instance. We shipped three on-time releases. We had three well-organized flagship events, and we prototyped essential parts of phase 3. But there&#8217;s a lot of work that happens outside of flagship events and software releases, and I&#8217;d like to highlight a few examples of operational excellence in our community and ecosystem.</p>\n\n\n\n<p>[00:01:31] <strong>Josepha:</strong> First highlight goes to the contributors who are building community. Going back to 2021, we&#8217;ve been working to bring people back together in person.</p>\n\n\n\n<p>And in that year, we had 19 events. In 2022, we had 24 events, so a modest increase of just over 30%. But then, in 2023, the WordPress community banded together on a campaign to reignite passion in our Meetup groups and encourage playfulness in our WordCamp planning. And not only did we see a 57% increase in active Meetup groups, But we also saw a 116% increase in WordCamps, 54 WordCamps in all. That&#8217;s about a third of the way to our all-time annual high of 142.</p>\n\n\n\n<p>And to complement these in-person opportunities, Learn also shipped 104 pieces of new content and hosted 258 online workshops because location should never be a barrier to entry for joining WordPress.&nbsp;</p>\n\n\n\n<p>[00:02:32] <strong>Josepha:</strong> Second highlight goes to the contributors who are managing our directories. We do have a lot of directories. We have Plugins, Themes, Photos, Block plugins. We got a lot.</p>\n\n\n\n<p>And I&#8217;m sure that everyone saw the consistent and borderline pleading calls to join the Plugin team this year. And for folks who&#8217;ve been around a bit, you probably recall a similar set of consistent and pleading calls to join the Theme team a few years back. Concurrent with the work to refill that contribution pipeline, folks over in Meta and across the project generally, were working on automating as many checks as possible, loosening guidelines where it was reasonable, and modernizing as many processes as we could.</p>\n\n\n\n<p>I&#8217;m happy to share that the theme wait time is at a historic low, with their longest wait sometimes just at a week. And as anxious as I am about the plugin wait times, we&#8217;re actually seeing a lot of progress there as well. As we follow a process similar to the one that we did on themes, I imagine it&#8217;s only gonna get better. So, in 2023, we&#8217;ve onboarded six new team members. And since September, the number of plugins awaiting initial review has been cut in half.</p>\n\n\n\n<p>And then coming up in Q1 of 2024, we&#8217;ll have a project focused entirely on automating as many checks as possible. So I still need you, but I also need you to know that your work there matters and is having an impact.</p>\n\n\n\n<p>[00:03:55] <strong>Josepha:</strong> The third highlight goes to the contributors who are doing outreach. This year, we launched a mentorship program with an 89% completion rate because we&#8217;ve seen time and again that our most prolific contributors had someone at the start that they felt safe asking dumb questions with. We launched and nurtured the developer blog, which was a need identified by the community because there was no place for intermediate and advanced developers to get excited about their cool explorations. And there were 53 posts there this year with thirteen thousand views, which is a 251% increase for the record, which is a ridiculous increase, but it&#8217;s a lot. Thirteen thousand views is a lot.</p>\n\n\n\n<p>We have focused on documentation as we suggested in Porto of 2022. And marketing, I know not always our favorite topic, but marketing, our ability to talk about ourselves to more than just ourselves, has increased dramatically this year.&nbsp;</p>\n\n\n\n<p>Not only have we started rolling out a modern design across our website, but we also are present and engaged on eight different platforms with 20-plus episodes of this very podcast and also video content that netted us seven and a half million views this year. That&#8217;s a lot of numbers, and there&#8217;s a post that goes with it.</p>\n\n\n\n<p>[00:05:10] <strong>Josepha:</strong> Check out the show notes. But if you&#8217;re not gonna check out the show notes because you listen to this on Pocket Casts or Google or something, go to make.WordPress.org/project, and it&#8217;ll be over there. But the point is, it&#8217;s been a banner year for the software, and I am grateful for every tester, designer, and developer that showed up for it. But I also know that what makes WordPress truly irreplaceable is our ecosystem, and it&#8217;s contributions like this and the contributors who do them that make our ecosystem vibrant and responsive and thriving on into the future.</p>\n\n\n\n<p>So, thank you all for the contributions you make to WordPress. Thank you for the shining example of how to do open source at scale, and thank you for another great year together.&nbsp;</p>\n\n\n\n<p>[00:06:04] <strong>Josepha:</strong> Which brings us now to our small list of big things. It is indeed a small this time. First up, I would like to introduce our enhanced content safety features on Openverse. By default, search results now exclude openly licensed media containing sensitive textual content. But this new feature adds additional filtering based on titles, tags, and descriptions of the work as well.</p>\n\n\n\n<p>[00:06:27] <strong>Josepha:</strong> The second thing on our small list of big things is that there is just a general alert. There&#8217;s a WordPress security team impersonation scam that&#8217;s going on out there. The team is aware of multiple ongoing phishing scams impersonating both the WordPress team and the WordPress security team in an attempt to convince administrators to install a plugin on their website which contains malware. I&#8217;ll include a link to that post just in case you have anyone that you think might need to be aware of that, but also all of our site administrators know. Like, WordPress is not gonna email you asking for passwords or anything ever. </p>\n\n\n\n<p>[00:07:02] <strong>Josepha:</strong> And item number three, I would like you to join the Plugin review team. I know I just said it in the body of the episode. But, the Plugin review team is looking for new members still who believe in our mission of guiding plugin authors in responsibly transforming their innovative ideas into reality and ensuring a great WordPress plugin experience for end users. There is a deadline to apply; it&#8217;s December 31st. And so you can get that done over the holidays, over a glass of eggnog if that&#8217;s how you choose to celebrate whatever it is that you do. </p>\n\n\n\n<p>And that&#8217;s it for your small list of big things.&nbsp;</p>\n\n\n\n<p>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 had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. See you again in a couple of weeks.&nbsp;</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:\"16654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"State of the Word 2023 Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Dec 2023 22:55:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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: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=16617\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:384:\"On December 11, WordPress co-founder Matt Mullenweg traveled to beautiful Madrid, Spain, to deliver his annual State of the Word keynote. It was the first time this event took place outside the United States. Against the backdrop of Palacio Neptuno—an iconic architectural gem and UNESCO World Heritage site—nearly 200 contributors, developers, extenders, and friends of [&#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:20461:\"\n<p>On December 11, WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> traveled to beautiful Madrid, Spain, to deliver his annual <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote. It was the first time this event took place outside the United States. Against the backdrop of <a href=\"https://www.palacioneptuno.com/\">Palacio Neptuno</a>—an iconic architectural gem and UNESCO World Heritage site—nearly 200 contributors, developers, extenders, and friends of the project came together to hear from Matt, with millions more joining online.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/c7M4mBVgP3Y?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">An introduction from the Executive Director</h2>\n\n\n\n<p>Kicking off the event, <a href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\" rel=\"noreferrer noopener\">Josepha Haden Chomphosy</a>, Executive Director of the WordPress project, spoke about the community’s heart and spirit as what fuels hope for the future, ensuring the freedoms of the open web for all. She invited Matt on stage with a closing statement of confidence that such values and characteristics will move the project forward into the next 20 years as it has for the last 20.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Josepha Haden Chomphosy, Executive Director of the WordPress project, speaking at a podium \" class=\"wp-image-16627\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Looking back at 2023</h2>\n\n\n\n<p>Taking the stage, Matt shared his excitement about the event being the first international State of the Word. He honored the Spanish WordPress community for hosting, citing their past WordCamp accomplishments. From there, Matt jumped right into a reflection of this year’s notable moments. He recalled the project’s 20th-anniversary celebrations, how the software has evolved, and how much more the community came together this year—doubling the number of WordCamps to 70, taking place in 33 countries.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\">\n<p class=\"has-text-align-center\">We’re always aiming to learn and improve. Tell us how to make meetups better.</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 has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey?p=1\" target=\"_blank\" rel=\"noreferrer noopener\">Take the 2023 Meetup Survey</a></div>\n</div>\n</div>\n\n\n\n<p>Matt continued with callouts to several resources on <a href=\"https://wordpress.org/\">WordPress.org</a>: the all-new <a href=\"https://events.wordpress.org/\">Events</a> page, the redesigned <a href=\"https://wordpress.org/showcase/\">Showcase</a>, a new <a href=\"https://wordpress.org/remembers/\">WordPress Remembers memorial</a>, and the <a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">award-winning Openverse</a>. He also demoed <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, a tool allowing users to experiment with WordPress directly in their browsers, as well as the versatile <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four default theme</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Matías Ventura, Lead Architect of Gutenberg, speaking on stage at State of the Word\" class=\"wp-image-16621\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Collaborative editing and more</h2>\n\n\n\n<p>Matt recapped the four phases of the Gutenberg project, noting that work has begun on Phase 3: Collaboration before passing the microphone to <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, Lead Architect of Gutenberg.&nbsp;</p>\n\n\n\n<p>After a quick interlude in Spanish, Matías acknowledged how much progress had been made on the software this year. He spoke about the aim of the Site Editor to become both an exemplary writing environment and a superior design tool while noting improvements to the&nbsp;<a href=\"https://wordpress.org/documentation/article/footnotes-block/\" target=\"_blank\" rel=\"noreferrer noopener\">Footnotes Block</a>&nbsp;and the ease of&nbsp;<a href=\"https://wordpress.org/documentation/article/distraction-free-mode/\" target=\"_blank\" rel=\"noreferrer noopener\">Distraction Free mode</a>.</p>\n\n\n\n<p>While there was no set timeline for collaboration and workflows, Matías was excited to share a working prototype in the Editor. He showcased some of the most interesting aspects of collaborative editing, including establishing a sync engine that allows real-time edits to be visible across sessions. He invited contributors to test the prototype in the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/52593\">share their feedback in Github</a>.</p>\n\n\n\n<p>From there, Matías highlighted other exciting developments, including the emphasis on Patterns and their continued evolution as a powerful tool for workflows, and the ability to connect blocks to custom fields. He was thrilled to speak about performance improvements, noting that work is in progress to make the Editor <a href=\"https://www.codevitals.run/project/gutenberg\">at least twice as fast</a>. Speaking about front-end performance, he shared what’s to come with a <a href=\"https://wpmovies.dev/\">demo of the Interactivity API</a>, showcasing how it can make transitions, search, and other interactions instant—all with standard WordPress blocks and features.&nbsp;</p>\n\n\n\n<p>Matías concluded with a look at how the Admin redesign will take cues from the Site Editor, eventually allowing users to shape their WordPress Admin experience based on their unique needs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"WordPress co-founder Matt Mullenweg speaking at a podium\" class=\"wp-image-16624\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">AI and Data Liberation</h2>\n\n\n\n<p>Matt returned to the stage to expand on the future of WordPress, reinforcing his past advice to <em>learn AI deeply</em>. He expressed his excitement about what can be accomplished with the wealth of AI tools available, how contributors are already experimenting with natural language processing and WordPress Playground to create and build.</p>\n\n\n\n<p>Finally, Matt introduced an additional focus for the project in 2024: <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, with the goal to make importing from other platforms into WordPress as frictionless as possible. He spoke about the tendency of content management systems to keep users locked in as part of his motivation to <em>unlock digital barriers</em>. The Data Liberation initiative will work on one-click migration and the export format from WordPress.&nbsp;</p>\n\n\n\n<p>More than just tools, Data Liberation reflects the project’s ethos to allow seamless contributions. With that, Matt invited anyone interested to jump into the action, noting a new <a href=\"https://github.com/wordpress/data-liberation\">Data Liberation GitHub repository</a> and forthcoming <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack</a> channels as places to get started.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Questions and answers</h2>\n\n\n\n<p>Following the presentation, Matt fielded questions from the live-stream and in-person audiences during an interactive question-and-answer session hosted by <a href=\"https://profiles.wordpress.org/monchomad/\">Jose Ramón Padrón (Moncho)</a>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/S01uBD2pyQY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p>Additional questions from the live session will be answered in a follow-up post on <a href=\"https://make.wordpress.org/project\">make.WordPress.org/project</a>. Subscribe to our blog notifications to be sure you don’t miss it. And don’t forget to mark your calendars for next year’s <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a> (Taipei, Taiwan), <a href=\"https://europe.wordcamp.org/2024/\">WordCamp Europe</a> (Torino, Italy), and WordCamp US (Portland, Oregon, United States).</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:34.98661%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16628\" data-link=\"https://wordpress.org/news/?attachment_id=16628\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg\" data-width=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16618\" data-link=\"https://wordpress.org/news/?attachment_id=16618\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:65.01339%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16626\" data-link=\"https://wordpress.org/news/?attachment_id=16626\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:75.87343%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1500&#038;ssl=1 1500w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1800&#038;ssl=1 1800w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1920&#038;ssl=1 1920w\" alt=\"\" data-height=\"1080\" data-id=\"16632\" data-link=\"https://wordpress.org/news/?attachment_id=16632\" data-url=\"https://wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png\" data-width=\"1920\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:24.12657%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?strip=info&#038;w=720&#038;ssl=1 720w\" alt=\"\" data-height=\"1280\" data-id=\"16630\" data-link=\"https://wordpress.org/news/?attachment_id=16630\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg\" data-width=\"720\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:63.00314%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16620\" data-link=\"https://wordpress.org/news/?attachment_id=16620\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg\" data-width=\"1280\" src=\"https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:36.99686%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16619\" data-link=\"https://wordpress.org/news/?attachment_id=16619\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg\" data-width=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16629\" data-link=\"https://wordpress.org/news/?attachment_id=16629\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div></div></div>\n\n\n\n<p><em><em>Thank you to <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, <a href=\'https://profiles.wordpress.org/nilovelez/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nilovelez</a>, <a href=\'https://profiles.wordpress.org/fepr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fepr</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and the many others who made this event and post possible.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 68: Toward a More Interconnected Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/12/episode-68-toward-a-more-interconnected-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Dec 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=16569\";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:235:\"In this episode, WordPress Executive Director, Josepha Haden Chomphosy articulates the vision for a collaborative ecosystem where knowledge sharing and contributions to open source tools lead to a more interconnected and empowered web.\";s: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/12/WPB068.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:14552:\"\n<p>In this episode, WordPress Executive Director, Josepha Haden Chomphosy articulates the vision for a collaborative ecosystem where knowledge sharing and contributions to open source tools lead to a more interconnected and empowered web.</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><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a></li>\n\n\n\n<li><a href=\"https://thephp.foundation/\">PHP Foundation</a></li>\n\n\n\n<li>Josepha&#8217;s <a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">Big Picture Goals 2022</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> has been released and is <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">available for download</a>! The latest release includes new enhancements, bug fixes, and continued work on Phase 3 features.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Announcing the 2023 Annual Meetup Survey</a> &#8211; The Community team proposed a survey for all meetup members and organizers. Please complete the <a href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a>  by January 14, 2024– even if you haven&#8217;t participated in a meetup recently!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/11/29/request-for-feedback-lesson-handbook-pages/\" target=\"_blank\" rel=\"noreferrer noopener\">Request for feedback: Lesson Handbook pages</a> &#8211; As the Training team progresses towards the 2024 launch of <a href=\"https://make.wordpress.org/training/2023/07/07/project-thread-learning-pathways-on-learn-wordpress/\">Learning Pathways</a>, they&#8217;re developing a set of content creation guidelines to streamline and scale the process. These guidelines will focus on efficient methods for developing, reviewing, and updating content. To gather input, a <a href=\"https://docs.google.com/document/d/1twvDGmVZsyjBZbi9abiqoA_a2G7O_WNis_iGL2Sccg0/edit#heading=h.srkdcrt4k0v8\">Google Doc</a> has been created where you can share your ideas. Please provide your feedback and comments on this document by Tuesday, December 19, 2023.</li>\n\n\n\n<li><a href=\"https://playground.wordpress.net/\">WordPress Playground</a> makes WordPress instantly accessible for users, learners, extenders, and contributors.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">Embracing Matrix for Enhanced Communication</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-16569\"></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> If you&#8217;re already familiar with the WordPress project, and if you&#8217;re listening to this podcast, I feel like it&#8217;s a safe assumption that you&#8217;re probably also familiar with the fact that we are what&#8217;s considered a free and open source software project. We adhere to the four freedoms of open source. We track bugs in the open, and we believe that knowledge sharing can only improve our products. </p>\n\n\n\n<p>But you might not be aware of the other open source projects that are foundational to ours and otherwise are integral to our commitment to the open web. At last year&#8217;s State of the Word, Matt mentioned that one of the coolest things about being a plugin or theme author in WordPress is that you get to run your open source project on the same infrastructure that WordPress runs on. So, no matter whether you have five installs or five thousand, you&#8217;re getting the benefits of our bug trackers, messaging, and network of project sites. But beyond those, which are, of course, near and dear to us, we also support projects like PHP and its foundation. Openverse and its founding organization Creative Commons, and of course, the two that we&#8217;re hearing a lot about this year and next, Playground and Matrix.</p>\n\n\n\n<p>[00:01:52] <strong>Josepha:</strong> That&#8217;s a lot of projects and not even a comprehensive list. And honestly, it can seem, I don&#8217;t know, a little weird. Like, we&#8217;re a FOSS CMS, right? You probably know why we contribute back to PHP. It&#8217;s the same reason we ask people to contribute to WordPress. But why are we giving so much time to a media search engine, or a Web Assembly implementation, or even a messaging protocol?</p>\n\n\n\n<p>At first glance, there are, of course, a lot of quick and easy answers. For instance, like, open source is open source. Any open source contribution is going to be a good contribution. All open source in the world increases good and freedom in the world. Like, open source is open source. Makes sense, right?</p>\n\n\n\n<p>Another quick and easy answer is, you know, they&#8217;re part of us. And that&#8217;s true, definitely, for PHP, like, they&#8217;re part of us, and so we should be contributing back to them. Because we rely on them so much. And then a third quick and easy answer is that we, as the biggest open source CMS on the planet, basically, we can, spare a lending hand. We can offer a little bit of help to those around us.&nbsp;</p>\n\n\n\n<p>[00:03:03] <strong>Josepha:</strong> And those are all true. I don&#8217;t think that anyone would disagree with any of that. But the thing that ties it all together for me is something that&#8217;s a little harder to see. In the 2022 goals that I posted, I said that my second goal for our year was to support open source alternatives for all site-building necessities.</p>\n\n\n\n<p>At the time, I was primarily talking about Openverse and the directory of photos that was being created as a CC-first source. But that also applies to all of our directories. It did then, just as it does now. And Trac, and our vast network of WordPress sites. All the tools we use in order to collaborate with, and lead for, and learn from each other.</p>\n\n\n\n<p>I want us to be able to do everything it takes to build an online presence using open source tools and methods because WordPress is just a glorious little microcosm of the interconnected web. It reminds me of this art installation I had the privilege of experiencing. It&#8217;s called Meow Wolf. I went to the one in Denver, but there are a few different installations across the U.S.&nbsp;The one that I went to is this massive art installation, and it is designed to be interactive, but it wasn&#8217;t until you started sharing your experience sharing your knowledge with other people that you realized it was also collaborative, a set of buttons you pushed in one room would cause a light show in some other room.</p>\n\n\n\n<p>[00:04:34] <strong>Josepha:</strong> So you were enhancing the experience of strangers in some completely disconnected room to yours, and they couldn&#8217;t distinguish it from an automation or something they did, or just plain old magic. And that&#8217;s what we&#8217;re doing by supporting these other open source tools. Yes, every new open source contribution results in more freedom in the world. Yes, we owe support to the components that got us where we are today. And yes, we absolutely can and should pay it forward. But more importantly than all that, we&#8217;re creating the opportunity for new interactions, new brilliance, and new defenders of the open web every time that we work on these open source products.</p>\n\n\n\n<p>[00:05:20] <strong>Josepha:</strong> And it doesn&#8217;t matter if we will ever see any of those people. And it doesn&#8217;t matter if they will ever thank us. What matters is that we see that knowledge like this is worth preserving and worth sharing. Because knowledge shared, information shared is like light. The more you share it, the more there is.</p>\n\n\n\n<p>And I want you to be able to take that sharing and use it to light the world. I want you to be able to go out and tell people how open source has changed your life, how WordPress has opened doors for you, or how much these tools have empowered your clients. I want you to remember why you came to WordPress in the first place, and I need you to hear me when I say that I need you here in WordPress today because every little ripple of good that we create makes the world a little more good.</p>\n\n\n\n<p>[00:06:12] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:20] <strong>Josepha:</strong> (SLBT) And now, my friends, that brings us to our time for the small list of big things. I&#8217;ve got a kind of a big list because I always kind of have a big list anymore, but the first thing on my list is Gutenberg 17.1. That has been released and is available for download. It includes several new enhancements, loads of bug fixes, and continues that work on phase three features that we are starting to see come through. If you don&#8217;t have it already, go out and grab it, test it, break it, and tell us what you tested and how it broke things.&nbsp;</p>\n\n\n\n<p>[00:06:52] <strong>Josepha:</strong> The second thing on my small list of big things is that there is currently an annual meetup survey out. So, we&#8217;ve had an increase in our meetup events, and certainly an increase in the active number of meetup groups that we have, but the community team is proposing a unified survey for all meetup members and organizers, and if you haven&#8217;t participated in it yet go and fill it out. You don&#8217;t have to have actually gone to a meetup event recently in order to take it, but, you know, it might be helpful. Either way, you have until January 14, 2024, to fill that out.</p>\n\n\n\n<p>[00:07:30] <strong>Josepha:</strong> The third thing on my small list of big things is a request for feedback. The training team is working toward launching Learning Pathways in 2024. They&#8217;re looking to create a new set of content creation guidelines that enables the learning pathways to scale with a straightforward process for developing, reviewing, and updating that content. There&#8217;s a Google doc for you where you can contribute your ideas, and that doc will be open for feedback through this week and into next week. I believe it closes on Tuesday, the 19th of December, 2023.</p>\n\n\n\n<p>[00:08:04] <strong>Josepha:</strong> And then the final thing on my small list of big things is actually, it&#8217;s a dual call-in. I already said with my first one about the Gutenberg plugin: get in there and test it and break it, and then tell us how it broke and what you were doing when you were testing it and broke it. And I encourage you to do that also for Matrix and Playground.</p>\n\n\n\n<p>So Playground has been a really big deal all year long. It was a big deal at the end of last year. It showed up for us in November 2022 and has been really just growing in surprising ways all the way through 2023. So if you have not yet seen it, you haven&#8217;t gotten your hands on it yet, it&#8217;s a WordPress installation that is loaded entirely in the browser, totally server-free, and we&#8217;re looking at a couple of new implementations that make it easier for users who are trying to, like, kick the tires of WordPress before they decide, and developers who are wanting to test new pull requests and things like that.</p>\n\n\n\n<p>So keep an eye out if it sounds interesting; it is interesting. And wander over and figure out how that&#8217;s working. And the other thing in that last call for collective testing is Matrix. So Matrix is an open source federated messaging protocol, and like so many technology projects out there at the moment, we are trying to make sure that we are preparing ourselves for the future arrival of Web 3 and all of the things that are coming along with current advancements in federated everything and AI and etc., etc.</p>\n\n\n\n<p>And so, Matrix is an open source messaging protocol. There are a lot of different ways to get connected. I&#8217;ll share a link to one of the posts in the show notes over on WordPress.org/news. But if you&#8217;re interested in learning a bit about it and you don&#8217;t really want to like figure out what sort of client is comfortable for you to use. There&#8217;s also on-site chat implementations for, I want to say, like 10 or 12 of our largest or most regularly meeting groups that we have. You can go to parts of the website like make.WordPress.org/core/chat and check those out. If you have a WordPress.org account, then you can have access to that on-site chat, and that is it.</p>\n\n\n\n<p>That&#8217;s the whole low barrier to entryway of figuring that out with us. Come and break stuff with us, everyone, and tell us how to make it better.&nbsp;</p>\n\n\n\n<p>[00:10:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. 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 had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thank you 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:11:00] (Music outro)&nbsp;</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:\"16569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – November 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:72:\"https://wordpress.org/news/2023/12/the-month-in-wordpress-november-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, 08 Dec 2023 11:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16575\";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:251:\"November is usually a busy month for the WordPress project, and this year is no different. Following the empowering release of WordPress 6.4, the energy continues to build, setting the stage for the anticipated State of the Word and upcoming projects.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:11827:\"\n<p>November is usually a busy month for the WordPress project, and this year is no different. Following the empowering release of WordPress 6.4, the energy continues to build, setting the stage for the anticipated State of the Word and upcoming projects.&nbsp;</p>\n\n\n\n<p>Read on for all the exciting updates that marked the past month.</p>\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\">Get ready for State of the Word</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/11/SOTW-Blue.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word 2023\" class=\"wp-image-16438\" style=\"object-fit:cover\" 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>Mark your calendars—State of the Word 2023 is approaching fast. In this annual keynote, WordPress co-founder Matt Mullenweg 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 in WordPress history, the event will be held outside North America, in the vibrant city of <a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\">Madrid, Spain, on December 11, 2023</a>.</p>\n\n\n\n<p>If you’re unable to attend the State of the Word in person, you can watch it live on the <a href=\"https://www.youtube.com/live/1MwT9EEkguE?si=TYwAe5qnKA3DlRMX\">WordPress YouTube channel</a> or join one of the many community-led watch parties. <a href=\"https://wordpress.org/state-of-the-word\">Find one near you</a> or <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/state-of-the-word-watch-parties/\">organize one</a>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-4 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/state-of-the-word/\">Learn more about State of the Word 2023</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\">Meet Twenty Twenty-Four</h2>\n\n\n\n<p>Along with the release of <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> “Shirley,” the new default <a href=\"https://wordpress.org/news/2023/11/introducing-twenty-twenty-four/\">Twenty Twenty-Four theme was introduced</a>.</p>\n\n\n\n<p>This theme breaks away from the tradition of previous default themes that focused on a specific topic or style. Instead, Twenty Twenty-Four was created to fit any website and explore different use cases for entrepreneurs, artists, and writers.</p>\n\n\n\n<p>You’ll find more than 35 beautiful patterns, including full-page patterns for templates like homepage, search, and more. Twenty Twenty-Four boasts the latest site editing capabilities and a sophisticated aesthetic inspired by contemporary design trends.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-5 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://playground.wordpress.net/?theme=twentytwentyfour\">Check out Twenty Twenty-Four now</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<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/10/whats-new-in-gutenberg-17-0-9-november/\">Gutenberg 17.0</a> was released on November 9, 2023. It introduced improvements to the Command Palette, an alternative implementation of the DropdownMenu component, additional visual cues for LinkControl, and various accessibility and performance iterations.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> shipped on November 22, 2023. In addition to several accessibility and writing flow enhancements, this version brought a new block spacing control in the Quote block.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\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<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">WordPress is switching to Matrix</a> in replacement of the Making WordPress Slack. The move stems from the project&#8217;s commitment to implementing a new chat system aligned with WordPress&#8217;s open source values. If you haven&#8217;t already, now is the time to explore Matrix and share your questions.</li>\n\n\n\n<li>With phishing scams on the rise, the WordPress Security team is actively monitoring the current threat and has posted <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">an advisory to help you protect your site</a>.</li>\n\n\n\n<li>The Plugin Review team is now <a href=\"https://make.wordpress.org/plugins/2023/12/02/join-the-plugin-review-team/\">reopening applications to join their team</a>. They’re looking for three new members who can improve the state of the plugin review queue and help create a diverse and inclusive team.</li>\n\n\n\n<li>Over the past few months, contributors have been working on <a href=\"https://make.wordpress.org/meta/2023/11/22/redesigning-developer-resources-and-a-call-for-testing/\">redesigning the WordPress.org Developer Resources</a> section.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/06/proposal-2024-major-release-timing/\">This post</a> outlines proposed dates for major WordPress releases in 2024.</li>\n\n\n\n<li>The Meta team shared an <a href=\"https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/\">improved version of the plugin preview feature</a>. This version builds on feedback and allows plugin developers to safely test the preview experience for their plugins in a <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> environment.</li>\n\n\n\n<li>Polyglots and Meta contributors introduced <a href=\"https://make.wordpress.org/meta/2023/11/29/create-tours-for-make-p2s/\">a new plugin called Tour</a>, which enables the creation of tours to guide contributors through a Make WordPress blog.</li>\n\n\n\n<li>Are you looking to broaden your knowledge and improve your WordPress skills? See <a href=\"https://make.wordpress.org/updates/2023/12/01/whats-new-on-learn-wordpress-in-november-2023/\">what’s new on Learn WordPress in November 2023</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features back-end web developer <a href=\"https://wordpress.org/news/2023/12/people-of-wordpress-artemy-kaydash/\">Artemy Kaydash</a> from Ukraine.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\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<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li>The Community team announced the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a>. Both event attendees and organizers are encouraged to provide feedback in this 5-minute survey to help strengthen WordPress meetups in the future.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/11/23/mobile-team-update-november-22nd/\">Version 23.7</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\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\">WordPress events</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 opened the <a href=\"https://asia.wordcamp.org/2024/the-third-batch-of-tickets-on-sale-now/\">third round of ticket sales</a> and announced that <a href=\"https://asia.wordcamp.org/2024/announcing-our-first-speaker-matt-mullenweg/\">their first speaker is WordPress co-founder Matt Mullenweg</a>. The conference will be held in Taipei, Taiwan, on March 7-9, 2024.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Europe <a href=\"https://europe.wordcamp.org/2024/call-for-sponsors/\">opened its call for sponsors</a> and <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers/\">speakers</a> for their conference slated to take place in Torino, Italy, on June 13-15, 2024.&nbsp;</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://ahmedabad.wordcamp.org/2023/\">WordCamp Ahmedabad 2023</a>, India on December 9, 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://lahore.wordcamp.org/2023/\">WordCamp Lahore 2023</a>, Pakistan on December 9-10, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/bernard0omnisend/\">Bernard Meyer</a> for contributing 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<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\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=16575\" 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:\"16575\";s: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:50:\"WordPress 6.4.2 Maintenance &amp; Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/12/wordpress-6-4-2-maintenance-security-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:\"Wed, 06 Dec 2023 17:03:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16562\";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:352:\"WordPress 6.4.2 is now available! This minor release features 7 bug fixes in Core. The fixes include a bug fix for an issue causing stylesheet and theme directories to sometimes return incorrect results. This release also features one security fix. Because this is a security release, it is recommended that you update your sites immediately. [&#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:12:\"Aaron Jorbin\";s: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:6255:\"\n<h2 class=\"wp-block-heading\">WordPress 6.4.2 is now available!</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.4.2&amp;groupdesc=1&amp;group=resolution&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority\">7 bug fixes</a> in Core. The fixes include a bug fix for an issue causing stylesheet and theme directories to sometimes return incorrect results.</p>\n\n\n\n<p>This release also features one security fix. Because this is a security release, <strong>it is recommended that you update your sites immediately</strong><strong>.</strong></p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.4.2.zip\">download WordPress 6.4.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>WordPress 6.4.2 is a short-cycle release. The next major release will be version 6.5 released in early 2024.</p>\n\n\n\n<p>For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team addressed the following vulnerability in this release.</p>\n\n\n\n<ul>\n<li>A Remote Code Execution vulnerability that is not directly exploitable in core, however the security team feels that there is a potential for high severity when combined with some plugins, especially in multisite installs.</li>\n</ul>\n\n\n\n<p>To help the security team and WordPressers around the world, you are encouraged to <a href=\"https://hackerone.com/wordpress?type=team\">responsibly report vulnerabilities</a>. This allows vulnerabilities to be fixed in future releases.</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 <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.4.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/atachibana\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/angelasjin\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/Bernhard%20Reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/coreyw\">Corey Worrell</a>, <a href=\"https://profiles.wordpress.org/crstauf\">crstauf</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet\">Erik</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/priethor\">Héctor Prieto</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/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kharisblank\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/krupalpanchal\">Krupal Panchal</a>, <a href=\"https://profiles.wordpress.org/kdowns\">Kylen Downs</a>, <a href=\"https://profiles.wordpress.org/meta4\">meta4</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/partyfrikadelle\">partyfrikadelle</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/NekoJonez\">Pieterjan Deneys</a>, <a href=\"https://profiles.wordpress.org/rawrly\">rawrly</a>, <a href=\"https://profiles.wordpress.org/rebasaurus\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</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, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p>As a final reminder, The WordPress Security Team will never email you requesting that you install a plugin or theme on your site, and will never ask for an administrator username and password. <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">Please stay vigilant against phishing attacks</a>.</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a> and <a href=\"https://wordpress.slack.com/team/U02SVSW3U\">@desrosj</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:\"16562\";s: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:\"Sat, 27 Jan 2024 16:30:40 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, 22 Jan 2024 12:00:00 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:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20240111234617\";}','no'),(3433,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1706416240','no'),(3434,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1706373040','no'),(3435,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1706416241','no'),(3436,'_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: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:53:\"HeroPress: Changing WordPress Core By Four Characters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6470\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"https://heropress.com/changing-wordpress-core-by-four-characters/#utm_source=rss&utm_medium=rss&utm_campaign=changing-wordpress-core-by-four-characters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11629:\"<img width=\"768\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2025/01/65065b3b1fc601de4.31201295-1536x2048-1-768x1024.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"A brown and white Cavalier King Charles Spaniel sleeping on the back of a grey couch.\" /><div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6470_46a173-c4\"><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-id6470_b7187a-f7 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-column6470_3c9bee-ee inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6470_7b7304-0f wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">HeroPress.com</a> &#8211; <a href=\"https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/\">My Journey as an Engineer with WordPress – エンジニアとしての WordPress の旅</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/\"><img width=\"300\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2024/01/aki_hamano-300x300.jpg\" alt=\"Aki Hamano\" class=\"wp-image-6446\" /></a></div>\n\n\n\n<p>Aki Hamano is from Tokyo, Japan. Several years ago he found a flaw in Gutenberg and submitted a patch for just four characters.  Now he is a Gutenberg Core Contributor.</p>\n\n\n\n<p><em>I was so excited to imagine that the code I had written, even though it was just a small change, would become part of WordPress itself and be spread around the world.</em></p>\n\n\n\n<p>Aki&#8217;s essay is <a href=\"https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/\">available</a> on <a href=\"https://heropress.com\">HeroPress.com</a>.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6470_52ba8f-9d\"><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-id6470_66cf1f-78 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-column6470_5696f9-6f inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6470_755721-50 wp-block-kadence-advancedheading\"><a href=\"https://hallwaychats.com\">WPPhotos.Info</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image\">\n<img width=\"225\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2025/01/205659a80d88ec860.47192763-scaled-1-225x300.jpeg\" alt=\"The barn owl(Tyto alba). From Kozhikode, Kerala.\" class=\"wp-image-6476\" /></div>\n\n\n\n<p>This week&#8217;s <a href=\"https://wpphotos.info\">WPPhotos Info</a> is called &#8220;<a href=\"https://wpphotos.info/free-to-fly/\">Free to fly</a>&#8220;. </p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/mbigul/\">Bigul Malayi</a> was able to catch this rare owl at his sister in law’s house, one Sunday in Kerala, India.</p>\n\n\n\n<p>Unlikely, he added, this type of owl is traded in black market –&nbsp;<a href=\"https://wildlifesos.org/chronological-news/wildlife-sos-seizes-barn-owl-in-gujarat-raid/\" target=\"_blank\" rel=\"noreferrer noopener\">https://wildlifesos.org/chronological-news/wildlife-sos-seizes-barn-owl-in-gujarat-raid/</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://wpphotos.info/free-to-fly/\">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-6470_a73735-97\"><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-id6470_7ea3b4-46 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-column6470_131702-3a inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6470_4acea9-c3 wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\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\n<p>There were <em>twenty-six</em> WordPress podcast episodes released this week!</p>\n\n\n\n<ul>\n<li><a href=\"https://potencia.pro/276-los-mejores-plugins-para-desarrolladores-de-wordpress/#new_tab\">Potencia Pro 276: Los mejores plugins para desarrolladores de WordPress</a> from <a href=\"https://wppodcasts.com/podcast/potencia-pro-wordpress-y-cozas/\">Potencia Pro, WordPress y cozas</a></li>\n\n\n\n<li><a href=\"https://wpwatercooler.com/wpwatercooler/ep473-write-it-down-blogging-for-fun-and-making-friends/#new_tab\">EP473 – Write It Down Blogging for Fun and Making Friends</a> from <a href=\"https://wppodcasts.com/podcast/wpwatercooler-weekly-wordpress-talk-show/\">WPwatercooler &#8211; Weekly WordPress Talk Show</a></li>\n\n\n\n<li><a href=\"https://wppodcasts.com/supercharging-enterprise-wordpress-with-mecum-auctions/\">Supercharging Enterprise WordPress with Mecum Auctions</a> from <a href=\"https://wppodcasts.com/podcast/the-wordpress-edge/\">The WordPress Edge</a></li>\n\n\n\n<li><a href=\"https://www.wppodcast.cat/podcast/objectius-del-2024/#new_tab\">12. Objectius del 2024</a> from <a href=\"https://wppodcasts.com/podcast/wordpress-podcast-catala/\">WordPress Pòdcast (català)</a></li>\n\n\n\n<li><a href=\"https://podcasters.spotify.com/pod/show/the-sdm-show/episodes/Episode-386-Client-Portals-with-Laura-Elizabeth-e2eqqp2#new_tab\">Episode 386 Client Portals with Laura Elizabeth</a> from <a href=\"https://wppodcasts.com/podcast/the-sdm-show/\">The SDM Show</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-6470_b6841e-c9\"><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-id6470_1cc895-27 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-column6470_1770ad-7f inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"wpphotos\" class=\"kt-adv-heading6470_7db119-fb 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<a href=\"https://wordpress.org/photos/photo/5065b2ac38/\"><img width=\"768\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/01/5065b2ac3875f441.77191056-768x1024.jpg\" alt=\"A grey squirrel eating on the railing of a deck.\" class=\"wp-image-6481\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/5065b2ac38/\">photo</a> by <a href=\"https://wordpress.org/photos/author/desrosj/\">Jonathan Desrosiers</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/6965b15ced/\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/6965b15ced813cb3.94794038-1024x768.jpg\" alt=\"Sin and Flesh Brook in the woods of Fort Barton in Tiverton, Rhode Island.\" class=\"wp-image-6482\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/6965b15ced/\">photo</a> by <a href=\"https://wordpress.org/photos/author/desrosj/\">Jonathan Desrosiers</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/10065b1411/\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/10065b1411dbe2447.94999518-2048x1536-1-1024x768.jpeg\" alt=\"A porcupine laying down and stretching it\'s arms\" class=\"wp-image-6478\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/10065b1411/\">photo</a> by <a href=\"https://wordpress.org/photos/author/codente/\">Jamie VanRaalte</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/16665b31b8/\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/16665b31b8e5e4fe6.56360090-1024x768.jpg\" alt=\"Local fish awaiting to be fried.\" class=\"wp-image-6479\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/16665b31b8/\">photo</a> by <a href=\"https://wordpress.org/photos/author/quizzycal/\">quizzycal</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/01/29465b1287d1ec979.23867727-2048x1536-1.jpg\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/29465b1287d1ec979.23867727-2048x1536-1-1024x768.jpg\" alt=\"Snow piled on picnic tables outside a restaurant.\" class=\"wp-image-6477\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/29465b1287/\">photo</a> by <a href=\"https://wordpress.org/photos/author/topher1kenobe/\">Topher</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/70765b2c58/\"><img width=\"683\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/01/70765b2c58cc3a856.87499092-683x1024.jpeg\" alt=\"A snow man sculpture. From Belvedere Palace, Vienna.\" class=\"wp-image-6480\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/70765b2c58/\">photo</a> by <a href=\"https://wordpress.org/photos/author/mbigul/\">Bigul Malayi</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\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/165659692d/\">photo</a> by <a href=\"https://wordpress.org/photos/author/mahfuznafi/\">mahfuznafi</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/changing-wordpress-core-by-four-characters/\">Changing WordPress Core By Four Characters</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, 26 Jan 2024 17:42:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:79:\"Do The Woo Community: Do the Woo is an Official Media Partner at CloudFest 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/do-the-woo-is-an-official-media-partner-and-cloudfest/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:404:\"<p>Do the Woo will be covering both the hackathon and the conference during CloudFest 2024 at Europa-Park in Germany.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/do-the-woo-is-an-official-media-partner-and-cloudfest/\">Do the Woo is an Official Media Partner at CloudFest 2024</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, 26 Jan 2024 11:36: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: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:80:\"Do The Woo Community: Woo Feature Request Board and WooCommerce Plugins for Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/woo-feature-request-board-and-woo-plugins-for-sale/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:427:\"<p>In WooBits I amplify a hidden feature request board on Woo.com and 5 WooCommerce premium plugins for sale by our host Katie Keith at Barn2.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woo-feature-request-board-and-woo-plugins-for-sale/\">Woo Feature Request Board and WooCommerce Plugins for Sale</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, 26 Jan 2024 08:46:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Do The Woo Community: The Importance of Product Testing 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:28:\"https://dothewoo.io/?p=78926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/importance-of-product-testing-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:390:\"<p>WordPress contributors Pooja, Brian and Anand discuss how product testing is crucial and the learning process behind it. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/importance-of-product-testing-in-wordpress/\">The Importance of Product Testing in WordPress</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, 25 Jan 2024 08:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"BuddyPress: BP Classic 1.3.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=332939\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2024/01/bp-classic-1-3-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:2102:\"<p>Dear end users &amp; site owners,</p>\n\n\n\n<p>Please note <a href=\"https://downloads.wordpress.org/plugin/bp-classic.1.3.0.zip\">BP Classic 1.3.0</a> is now available for upgrade/download. 1.3.0 is a maintenance release of the BuddyPress backwards compatibility <a href=\"https://buddypress.org/2023/07/bp-classic-1-0-0/\">Add-on</a> helping you to stay <em>classic</em> so that you can carry on:</p>\n\n\n\n<ul>\n<li>enjoying 3rd party BP plugins / themes that are not ready yet for the <strong>modern</strong> BuddyPress (12.0.0 &amp; up);</li>\n\n\n\n<li>and / or using the deprecated BuddyPress Legacy widgets;</li>\n\n\n\n<li>and / or using the deprecated BP Default theme.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What about 1.3.0 changes?</h2>\n\n\n\n<p>4 issues have been fixed:</p>\n\n\n\n<ul>\n<li>Switch to BP root blog when migrating directories if necessary (See <a href=\"https://github.com/buddypress/bp-classic/pull/33\">#33</a>).</li>\n\n\n\n<li>Make sure BP Tooltips are used in Legacy widgets (See <a href=\"https://github.com/buddypress/bp-classic/issues/35\">#35</a> &amp; <a href=\"https://github.com/buddypress/bp-classic/issues/39\">#39</a>).</li>\n\n\n\n<li>Use a npm script to get BP Default (See <a href=\"https://github.com/buddypress/bp-classic/issues/37\">#37</a>).</li>\n\n\n\n<li>Improve how we check BP Nouveau is the current BP Template Pack in use (See <a href=\"https://github.com/buddypress/bp-classic/issues/41\">#41</a>)</li>\n</ul>\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-is-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:\"Wed, 24 Jan 2024 19:52:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:110:\"WPTavern: #107 – Michelle Frechette on Advocating for Accessibility and Diversity in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=152560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/podcast/107-michelle-frechette-on-advocating-for-accessibility-and-diversity-in-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59972:\"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 has a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, advocating for accessibility and diversity in the WordPress community.</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 Michelle Frechette.</p>\n\n\n\n<p>This is going to sound like a lot, and that&#8217;s because it is.</p>\n\n\n\n<p>Michelle Frechette is the director of community engagement for StellarWP at Liquid Web. She was called the busiest woman in WordPress by Matt Mullenweg at WordCamp US 2022. She is also the host of the WP Coffee Talk Podcast, co-founder of Underrepresented in Tech creator of WP Speakers and WP Career Pages, president of the board for Big Orange Heart, Director of Community Relations and contributor at Post Status, co-host of the WP Motivate and Audacity Marketing Podcasts, host of the WP Constellations Podcast, author, and frequent organizer and speaker at WordPress events. Michelle lives outside of Rochester, New York, where she&#8217;s an avid nature photographer. You can learn more about Michelle at meetmichelle.online.</p>\n\n\n\n<p>You see, like I said, that&#8217;s a lot.</p>\n\n\n\n<p>This willingness to engage in all manner of WordPress projects has given Michelle a voice. And she&#8217;s on the podcast today to discuss a topic which is close to her heart. Diversity equity, inclusion and belonging.</p>\n\n\n\n<p>She talks about her experiences at WordPress events, and how they were not always easy for her to attend and be a part of. Michelle uses a scooter to get around, and there have been situations in which she could not enter venues and access all the facilities.</p>\n\n\n\n<p>This frustration made her take action, and, as you&#8217;ll hear, effect change at subsequent event she attended.</p>\n\n\n\n<p>It&#8217;s not all about events though. Michelle talks about the wider goals of making all aspects of the WordPress community more open and inclusive.</p>\n\n\n\n<p>Being one of the voices promoting this message has not always been easy. And we hear about how Michelle copes with those who disagree with her quest to create change.</p>\n\n\n\n<p>If you&#8217;re interested in thinking about inclusivity and how embracing diverse perspectives can impact the WordPress community, this episode is for you.</p>\n\n\n\n<p>If you want to find 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 Michelle Frechette.</p>\n\n\n\n<p>I am joined on the podcast by Michelle Frechette. Hello Michelle.</p>\n\n\n\n<p>[00:03:40] <strong>Michelle Frechette:</strong> Hi Nathan, how are you?</p>\n\n\n\n<p>[00:03:41] <strong>Nathan Wrigley:</strong> I am very good. Michelle has been called the busiest woman in WordPress, I think that&#8217;s the right wording, by Matt Mullenweg. And if I was to read out her bio, which I&#8217;m not going to do, I&#8217;ll let Michelle introduce herself. You would have some understanding of why that happened.</p>\n\n\n\n<p>So I&#8217;m going to give you an opportunity right at the beginning, you can go as deep as you like, Michelle. Give us your bio, give us your story about your relationship with WordPress, and the different projects that you are in, before we begin our conversation.</p>\n\n\n\n<p>[00:04:09] <strong>Michelle Frechette:</strong> So my day job, I always feel like a superhero when I say that. By day I am the Director of Community Engagement for StellarWP, and all of our plugins and themes, that are part of that company at Liquid Web. And my external projects though, are the ones that I think you are more interested in talking about today, perhaps.</p>\n\n\n\n<p>Which are things like WP Career Pages, WP Speakers, and underrepresentedintech.com. So a lot of the side projects that I do, and the things that I do within the WordPress community, really are community oriented projects that are to help others find their footing and move forward in the work that they want to do within WordPress, and within the WordPress community. So I really enjoy doing those kinds of things.</p>\n\n\n\n<p>[00:04:52] <strong>Nathan Wrigley:</strong> How did you discover WordPress?</p>\n\n\n\n<p>[00:04:55] <strong>Michelle Frechette:</strong> Oh, that&#8217;s a good story actually. It has to do with spaghetti. So actually, one of my best friends and I, we had started a nonprofit together. I was working at a massage school, as the director of the massage school. She was a massage therapist, and graduate of the program. And she came to me and she said, after a thousand hours of working in this program, you graduate, you take an exam, and then you&#8217;re just on your own spinning in the wind. Because you really have no idea how to build a business, how to get clientele, all of these things. You know how to do massage, but that&#8217;s about it.</p>\n\n\n\n<p>And so we started a nonprofit to help massage therapists actually have careers. So we did classes, we had, you know, meetings. We did all of these different things, special education and continuing education, those kinds of things. And so we decided we needed a website, and her husband was a WordPress developer.</p>\n\n\n\n<p>So he created this beautiful website for us. And so we started sending him content. And he&#8217;s like, hold up ladies, no. These are your logins, you log in and you put your content in. I built you the frame. Have fun. I was terrified. I like logged in and I thought, what button am I going to press that&#8217;s going to make the whole thing come crashing down? And I&#8217;m going to have to say to him, I broke this site.</p>\n\n\n\n<p>But of course that doesn&#8217;t happen really. So I remember putting information on the homepage, hitting update, and then quickly opening a new tab to see what happened, right? And the fact that there was all of these words that I just wrote, out there for the whole world to see. Nobody saw it, because nobody knew about the site at that particular moment. But the idea that they could, that somebody in Europe could open up this website, and see that I had put words out into the universe, was incredibly intoxicating.</p>\n\n\n\n<p>And so I started doing more and more with that site. I decided I could do this for a living, or at least for a side project. And so I contacted him and I said, okay, I understand how to use WordPress, and I understand how to buy a domain. What I don&#8217;t understand is, how do I have hosting in one spot and a domain in the other, and actually put those two things together so that I have a domain on the web?</p>\n\n\n\n<p>He said, Christine&#8217;s working almost every night this week, if you come over and make spaghetti for the kids, because they had four kids, I will show you how to do WordPress. And so I went over there, the kids helped me. We made spaghetti, all of the things that go with the dinner like that. The kids cleaned up dinner. We sat down at his dining room table, opened up, and he showed me how to buy a domain, how to buy hosting, and then how to put WordPress on that hosting.</p>\n\n\n\n<p>I wish I still had it. I had a little blue piece of paper that had four steps. The third step I remember was, change the salt keys. We don&#8217;t really do any of that anymore, right. But I remember doing that. And so from that, I started building websites for other people. I left higher education at some point and said, I think I could do this as a full-time job. Hung a shingle, figuratively. And within a few weeks I had so many clients that I was doing marketing for, and building websites for. Yeah, it&#8217;s kind of like the rest is history.</p>\n\n\n\n<p>[00:07:46] <strong>Nathan Wrigley:</strong> That&#8217;s absolutely fascinating. The thing that I&#8217;ve noticed about you, apart from the fact that you&#8217;ve built websites, is you&#8217;re heavily, heavily involved in the WordPress community. And it can be quite a jump, going from WordPress user to WordPress community member. In fact, I&#8217;d go as far as saying that, you know, most people that have contact with WordPress, probably have absolutely no idea that there is a community of any description at all.</p>\n\n\n\n<p>So how did that happen? How did it become such an integral part your life? How did you discover the community, events and so on? And how did it become the fulcrum of so much in your life?</p>\n\n\n\n<p>[00:08:20] <strong>Michelle Frechette:</strong> Same person. So, you know, shout out to Christine&#8217;s husband, Rob. But he said, hey, you know, we have this meetup in Rochester for WordPress users. And I said, okay. He said, well, this is the next one, this is where it is. And I showed up to that meetup. It was in a darkened room, because they had a slide projector, you know, overhead going so they could show what&#8217;s going on with this website.</p>\n\n\n\n<p>The topic that day was Digital Ocean. I had no idea what was happening. And then they showed some CSS, and I was like CS what? And so I was the only woman, in a dark room filled with men, talking about things I had no concept of. And it took me two years to go back.</p>\n\n\n\n<p>After two years, he had also said, look, you got to look at this thing called WordCamps. And so I went to WordCamp Buffalo, and I literally sat there all day learning from people whose names I had heard of but had never been, you know, in their presence. And thought for $25, I think at that time it was $20, I just got so much information, and lunch. You know, it was amazing. And so I thought that&#8217;s pretty cool.</p>\n\n\n\n<p>And so the next year, Rob said, I can&#8217;t, first of all, he was organising meetups on a whim. Hey, we haven&#8217;t had one in a while, is everybody free next Tuesday? My brain can&#8217;t operate that way. It&#8217;s like, I need structure. So when he said, I can&#8217;t run this anymore, does anybody want to step in? I was like, me, I&#8217;ll do it, I&#8217;ll do it.</p>\n\n\n\n<p>And so we have regular meetups, at the same time every month. Same day, every month. And things got a little organised that way. I went to WordCamp US, and said to Andrea Middleton at the time, yeah, maybe someday we&#8217;ll have a Word camp in Rochester. And she said, why not this year? And so I was like, okay. So we had the first WordCamp Rochester.</p>\n\n\n\n<p>I was speaking at that time at different WordCamps all over New York and Canada, actually, eastern part of Canada. And things just kind of started to snowball from there, I guess, where I got asked to speak in more places. My name started to be recognised here and there, and I&#8217;m not a developer, so I was constantly surprised that people wanted to hear what I had to say. But that&#8217;s where I really started to learn that the majority of our community are WordPress users, not necessarily developers.</p>\n\n\n\n<p>And that it takes everybody in our ecosystem to make WordPress the product that it is today, and that you can be a marketer and contribute to WordPress. You can be an, you know, a community person, contribute to WordPress, and that it really takes everybody. If it was just software, without the rest of us, it would not be nearly what we are today as WordPress, and what we know as WordPress. So, yeah, I don&#8217;t know if I answered question.</p>\n\n\n\n<p>[00:10:46] <strong>Nathan Wrigley:</strong> No, that&#8217;s really interesting. There&#8217;s an awful lot that&#8217;s gone on. And you&#8217;ve obviously, right from the get go of finding WordPress decided that you wanted to, well, you had that 2 year hiatus, but after that you were in with both feet.</p>\n\n\n\n<p>More recently, I think it&#8217;s fair to say that there are some areas of the WordPress community that you&#8217;ve taken on as, well, crusade is the wrong word, but you&#8217;ve got issues which you think are important. And you&#8217;ve made them the focus and the fulcrum of what you do. And we&#8217;re going to get into some of these today.</p>\n\n\n\n<p>So let&#8217;s, first of all, just introduce the acronym under discussion a lot today, and it&#8217;s the acronym DEIB. It may very well be that people have no idea what that means. So first of all, can we unpick that? What do those letters stand for, and how does it in any way go with WordPress and community, and all of that?</p>\n\n\n\n<p>[00:11:33] <strong>Michelle Frechette:</strong> So DEIB, the acronym itself stands for diversity, equity, inclusion and belonging. And so the idea is that there are entire groups of underrepresented folks in any organisation, in any community. And those are going to be the people that are either minority groups of some sort or another, whether it&#8217;s racial, ethnic minority, whether it&#8217;s ability minority, whether it&#8217;s age.</p>\n\n\n\n<p>There&#8217;s so many different ways that somebody can be in an underrepresented group, the LGBTQ+ community for example. And so, what DEIB activities try to do is kind of level the play field a little bit, and make sure that everybody has access to whatever the community is. So in our case, of course, WordPress.</p>\n\n\n\n<p>And not just access to WordPress, anybody can download WordPress, as long as you&#8217;re in a country that doesn&#8217;t restrict access. Of course, we know that that does exist too. But it&#8217;s more than just having access to the software, it&#8217;s having access to representation within the community.</p>\n\n\n\n<p>And so what we do at Underrepresented in Tech, what I&#8217;ve done with some of the other projects that I do, is really seek to make sure that everybody has an opportunity to be heard. Have a voice in the community. And see others like themselves on stages, in podcasts, writing for blogs, and CEO or C-suite positions, things like that.</p>\n\n\n\n<p>So we actually have a better community when it isn&#8217;t just one homogeneous group. I don&#8217;t know why that never rolls off my tongue right. But we don&#8217;t just have one group of people. In our case, you know, white, straight, males, who are running everything.</p>\n\n\n\n<p>It&#8217;s important, if we are going to have truly the best product that we could ever have, that different voices, different perspectives, different experiences help shape what that looks like going forward. And so DEIB really does, the DEIB movements and the things that we can do for that, is super important in order for us to have the best product ever.</p>\n\n\n\n<p>A lot of times you&#8217;ll hear it referred to just as DEI. A lot of companies have DEI. But the B part of it, that belonging part of it, that brings it from tokenisation to actually inclusion. That inclusive part of it is so important.</p>\n\n\n\n<p>It&#8217;s not just enough that a CEO decides that they have a black person on the cover of their website, or on the cover of their brochure, and things like that to show, hey, look at us, we&#8217;re with it. We know what this is all about. Anybody can use a stock photo, but what do you really do? How are you really including people and how are you celebrating differences? That&#8217;s what&#8217;s important.</p>\n\n\n\n<p>[00:13:52] <strong>Nathan Wrigley:</strong> I don&#8217;t know what your experience is outside of WordPress in the recent past, but do you feel, do you have an intuition that the WordPress community is actually quite open to these kind of discussions? Do you sense that there&#8217;s an acceptance that this is an issue, which needs to be air and talked about?</p>\n\n\n\n<p>Because I can well imagine that in any community, there&#8217;s going to be people who think, well, you know what, the core thing is, for example, the code. That&#8217;s the thing that counts, so that&#8217;s what we should all concentrate on, and all these other things are not for me to worry about, and we don&#8217;t need to worry about them.</p>\n\n\n\n<p>I have this intuition that WordPress might be ahead of the curve on these kind of things, and addressing these issues, but, what do you think?</p>\n\n\n\n<p>[00:14:27] <strong>Michelle Frechette:</strong> I think it&#8217;s grown over the last few years. So few years back, we had the first, what was originally called the all women&#8217;s release squad. And then it was the all women non-binary release. And at that point in time, lots of people got behind it. It was a wonderful thing.</p>\n\n\n\n<p>But there&#8217;s always a faction of people who grumble and say it&#8217;s not necessary. I think it was Joost de Valk posted in the Advanced WordPress Facebook Group, how exciting it was that this was all happening. And I think by the time they closed that thread, there were over 300 responses to that one post. The majority of which were negative, and then replies to those negative responses.</p>\n\n\n\n<p>And this was what, three years ago? It wasn&#8217;t that long ago. And so, to be able to look at that and say, wow, that many people, not just men, but majority men, were against having a release squad that was all women and non-binary folks. Saying that it couldn&#8217;t possibly be the best release that it ever could be, because men weren&#8217;t involved.</p>\n\n\n\n<p>Assuming that, just because it was women and non-binary folks, that it would not be the best that it could be. And that&#8217;s just, that&#8217;s just rubbish, to use a British term. It&#8217;s rubbish. There are women and non-binary people, who can absolutely code as good as any man, and we can lead, we can do other things.</p>\n\n\n\n<p>And so I think that that really was, perhaps not the beginning, but that was that snowball starting to get some more traction, and build bigger as we came down that hill. Because we had champions behind that, like Josepha, because Matt was behind that kind of movement as well.</p>\n\n\n\n<p>After that, and because my voice started to grow within our community, people would start to approach me and Ali Nimmons and say, we really do want to have like more diversity at this WordCamp, or at this event. Do you know a black person who would be willing to speak? Do you know a woman who would be willing to speak there?</p>\n\n\n\n<p>And we thought, well, how do we respond to this, right? How do we tell people, well, check with this person, check with that person. And so we started to build a spreadsheet for ourselves, of people that we could recommend. And about 20 people into that spreadsheet, and literally two days after we started it, were like this doesn&#8217;t feel right.</p>\n\n\n\n<p>Number one, we don&#8217;t know everybody, right? Believe it or not, I don&#8217;t know every black person in WordPress. I just don&#8217;t. I don&#8217;t know every disabled person. I don&#8217;t know every woman in WordPress. And so for me to only recommend 20 or 30 people, means that the other people aren&#8217;t necessarily getting recommended by me.</p>\n\n\n\n<p>And I understand networking, you know who you know. But we started to talk about the fact that we could build something that people could opt into, and others could search without us have to either gatekeep or be the go-between. And so we built Underrepresented in Tech for that reason. There&#8217;s a whole database there.</p>\n\n\n\n<p>If you want to find somebody for your podcast, you&#8217;re looking to hire somebody, you can go there. You don&#8217;t necessarily know why they&#8217;re underrepresented, so you might look at something, you might search WordPress and see what looks like a white male. Which you don&#8217;t know if he&#8217;s sitting in a wheelchair, because you only see his face, or you don&#8217;t see anything. You don&#8217;t know if he&#8217;s part of the LGBTQ+ community.</p>\n\n\n\n<p>Because it&#8217;s not our job to out people with what their disability or their gender is, or their sexual preference and orientation, or their abilities, things like that. So that&#8217;s not up to us. We do vet everybody that&#8217;s in the database. You have to trust that that person is who they say they are, and that we&#8217;ve vetted that.</p>\n\n\n\n<p>But we wanted to give an opportunity for people to be found. That grew into what we started as a vlog. Because we were like, well, let&#8217;s be cutting edge. Let&#8217;s go back, let&#8217;s be retro, let&#8217;s have a vlog. Which quickly like, all right, we scrapped that idea, and turned it into a podcast. We have over a hundred episodes, over 10,000 downloads of our podcast, which is Underrepresented in Tech, where we talk about those issues.</p>\n\n\n\n<p>We talk about what it&#8217;s like to be an underrepresented person in technology. We sometimes bring in guests, so we get their perspectives as well. But the whole idea is that me as a 50 something year old woman, 55 now, but at the time wasn&#8217;t right. 50 something year old woman who has a disability, in tech, and a young black queer woman in tech, we kind of ticked a lot of those boxes, right, of what it means to be underrepresented.</p>\n\n\n\n<p>And so we have perspectives, and we have ways that we can engage with people. But also people started listening, and people started learning. And the things that we write, and the things that we say, sometimes come under incredible scrutiny. But more often than not help inform, and also effect change within organisations, and within the community, to be more inclusive, and to at least understand and be aware of the fact that not everybody experiences the world and the WordPress community in the way that the person listening to it does.</p>\n\n\n\n<p>[00:19:06] <strong>Nathan Wrigley:</strong> I wonder if geography has anything to play here. So there&#8217;s a whole raft of things that I want to ask you on back of what you&#8217;ve just said, but let&#8217;s begin there. So, for example, if I live in your part of the world, so you are in North America. The complexion of countries in North America may very well be different to, I don&#8217;t know, for example, South America, or the Middle East, or Australia, you know, pick any part of the world.</p>\n\n\n\n<p>Is there anything in that, or do the proclivities of North America, do they spread across the board? So let&#8217;s just take two events. Let&#8217;s take Word Camp US and Word Camp Asia. If we were to try to apply criteria, would they be the same criteria in your estimation? Or, does geography in any way play a role in how you would want that event to look, based upon where it is?</p>\n\n\n\n<p>[00:19:55] <strong>Michelle Frechette:</strong> It&#8217;s definitely going to play a role, because underrepresentation is going to look different ethnically, within different places. It&#8217;s not going to change how many women are included. It&#8217;s not going to change the LGBTQ+ acceptance, in a particular community. It&#8217;s not going to change ability and disabilities.</p>\n\n\n\n<p>So if I go to an event and nobody at all, there&#8217;s very few women on stage. Everybody looks the same. Everybody has the same physical abilities. Then I&#8217;m not seeing a lot of diversity there. That&#8217;s not to say that people aren&#8217;t, right? Sometimes you don&#8217;t see diversity. You can&#8217;t know that somebody is disabled necessarily, because they can walk. I don&#8217;t, but other people do, and still are disabled folks.</p>\n\n\n\n<p>And so, yes, you&#8217;re not always going to be able to tell just by looking at the lineup, or looking at the room. And certainly, ethnic inclusion around the world is going to look different. After we started Underrepresented in Tech, Nigel Rogers invited me to speak to his meetup, which was, and I&#8217;m never going to remember, I never remember where he is. But he is in one of the African nations.</p>\n\n\n\n<p>And so I get online, I&#8217;m talking to this group of, it was all men I believe, all black men. And one of them said, we&#8217;re not minorities. And I said, I understand that in your community, you are not minorities. I would be the minority in your community.</p>\n\n\n\n<p>However, globally, if you look at the entire WordPress community globally, yes. If you look at all the people who have contributed to core. If you look at all the people who have been part of release squads. If you look at the stages of all of the WordCamps around the world, you are still the minority.</p>\n\n\n\n<p>Your faces do not have equal representation, in the entire community, and all of the different places. And that&#8217;s what we&#8217;re striving for, is that when we look at a global level, who is holding power? Who are the people who are being uplifted? And, can we make sure that other people have those opportunities too?</p>\n\n\n\n<p>[00:21:43] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s a difficult tightrope to tread that one, isn&#8217;t it? Because obviously if you were to, for example, put on an event in, as you just described, say Africa, or in the center of Europe, the makeup of those communities would be different. And so casting the net wider and saying, well, this is about the world, that&#8217;s kind of interesting, isn&#8217;t it?</p>\n\n\n\n<p>Because we&#8217;re really in the first generation of people that have been able to sort of do that really. Because we&#8217;ve got, you know, we&#8217;ve got instant communication, and things like that. And so we can have this much bigger perspective.</p>\n\n\n\n<p>Okay, so that&#8217;s really interesting. If somebody&#8217;s putting an event on, and again, we&#8217;ll just take those as an example, let&#8217;s say Africa, or Europe, or wherever you know, something different from North America. Is there a correct amount of different things that you need to do, to satisfy these DEIB, well, I think criteria is the wrong word, but recommendations is maybe a better word, I&#8217;m not sure?</p>\n\n\n\n<p>In other words, do we have to see in the speaker lineup, okay, there needs to be 4 of this thing, and 8 of this thing, and 12 of this thing and, you get what saying? Does need to be so prescriptive, or is it more of, okay, we&#8217;ll try our best? We&#8217;ll do what we can, and we&#8217;ll accept what comes out the other end.</p>\n\n\n\n<p>[00:22:54] <strong>Michelle Frechette:</strong> There&#8217;s a little bit of a combination, that&#8217;s kind of a spectrum. And somewhere in the middle of those two things that you just said is what I would love to expect. And part of that is, take a look at the, what you&#8217;re doing to recruit. If all you do is put it out, and just say anybody, this is what I&#8217;ve been told. It&#8217;s out there, anybody can apply. I can&#8217;t help it if minorities aren&#8217;t applying.</p>\n\n\n\n<p>Well, yes and no, because you can invite people to apply. If traditionally your event has had white faces, and mostly male on stage, do people who are not white faces and mostly male, feel encouraged to apply? Do they feel that&#8217;s a space that they&#8217;re welcomed in? Do they feel that that&#8217;s a space where they have a voice?</p>\n\n\n\n<p>What have you done to make sure that those people feel that they could be included, and not excluded, because of what you historically have had on stage, or historically have had as your outreach, or historically have had as your organising team?</p>\n\n\n\n<p>So if you really do want to make a difference going forward, what can we do? We can invite people to speak. Just because we have always had it as the luck of the draw, doesn&#8217;t mean it has to be that way. We can say, I want to make sure that I am inviting people to apply.</p>\n\n\n\n<p>And one of the things that I&#8217;ve suggested in the past is, don&#8217;t just say, Sarah Smith over here, you have a darker face than Michelle does, we want you to speak. And then hope that she&#8217;s going to suggest a topic, or apply with a topic that fits. So what I&#8217;ve always said is, we really do want you to speak, I want to make sure you&#8217;re in our lineup, can you suggest three topics? And then we can make sure that one of those topics fits within everything else.</p>\n\n\n\n<p>So for example, if everybody wants to talk about SEO, unless it&#8217;s an SEO conference, that&#8217;s not a good lineup, right? So you need to make sure that the topics work too. But if Sarah Smith says, I could talk about SEO, I can talk about building your public persona, and I can talk about outreach to underrepresented communities.</p>\n\n\n\n<p>You&#8217;ve given Sarah three different things, and one of those topics is most likely to be able to be in your speaker sessions, in your topics, without overlapping other people&#8217;s topics. So there are definite ways that you can increase your diversity on your stage, by making sure that you&#8217;re inviting people to speak, at the very least encouraging.</p>\n\n\n\n<p>[00:24:55] <strong>Nathan Wrigley:</strong> So there is a process of, there&#8217;s work to be done basically. If you are, let&#8217;s say you are putting on an event as described, in the scenario that you are suggesting, merely saying there&#8217;s the form, it&#8217;s online, everybody can access that form. That&#8217;s possibly not going to be enough because of history, really.</p>\n\n\n\n<p>If you&#8217;ve been to a WordPress event as me, then all of the pieces of the jigsaw puzzle kind of fit. I should probably say, if you haven&#8217;t seen my face before, I am a white male. And so, you know, if I attend any of these events, there&#8217;s really no impediment to anything for me.</p>\n\n\n\n<p>But is what you are saying that, if it&#8217;s not a situation where you see people on the stage that look like you, think like you, behave like you, it&#8217;s unlikely that you are going to make the effort to go in the first place. And so you need to take steps to redress that balance. And those steps have to be proactive, because it&#8217;s not going to happen by accident, given what we&#8217;ve got in the past, the history of these things.</p>\n\n\n\n<p>[00:25:55] <strong>Michelle Frechette:</strong> And think about the history of a disabled person. Think about the history of a minority person. Think about the history of women. Not only have we not seen ourselves there, but in many cases, we&#8217;ve been discouraged and actively barred from access to those kinds of events.</p>\n\n\n\n<p>So, if as a disabled person, I&#8217;ve tried to go someplace, there&#8217;s no curb cuts, there&#8217;s stairs, there&#8217;s escalators. I have to go in through the kitchen to have access to an event. I would be discouraged from attending that event. Would I love to be on stage, yeah. But if I can&#8217;t actually get on the stage, what good is it, right?</p>\n\n\n\n<p>And that&#8217;s just from the perspective of a disabled person. If I walked into a dark room of a meetup, and I&#8217;m the only woman, with 10 men in a darkened room, how does that make me feel welcomed? That doesn&#8217;t. Because now I&#8217;ve put myself in a position where mothers all over the world say, never put yourself in a dark room with a bunch of men, right?</p>\n\n\n\n<p>So there&#8217;s just history that comes along with being in an underrepresented group, that says to us, and whether that&#8217;s passed on through oral tradition or, you know, our families have taught us, or it&#8217;s just our own experiences in the past. We can sense, by looking at something in the history of something, whether or not we would traditionally be included in that event.</p>\n\n\n\n<p>And we have people like me, who just like try to break those barriers open. Because I have broad shoulders and thick skin. I want to make sure that other people behind me feel welcomed, and have the access to those things. So I&#8217;m willing to be the person to suffer the slings and arrows, as Shakespeare would say, to make sure that it&#8217;s easier for other people to go through.</p>\n\n\n\n<p>I think of myself as that icebreaker ship, that&#8217;s going through, you know, the Arctic, making it possible for other ships to follow through in my path. It&#8217;s not easy. And sometimes there are sleepless nights involved with some of those things, because you put yourself out there in a way that says, I need to see access for more people.</p>\n\n\n\n<p>And other people who have traditionally held those positions, aren&#8217;t necessarily willing to give them up. And I understand that because power is a powerful thing, and we like being in a position of power, traditionally. And so the idea of seeding some of that power to other people, whether that&#8217;s a space on a stage, whether that&#8217;s in a boardroom, you know, that you bring people on your board, whatever that looks like. It&#8217;s not easy to include people that don&#8217;t look like us, and might have other ideas than us.</p>\n\n\n\n<p>But that&#8217;s truly how we make a better community, and better products. I use this example all the time when I talk about inclusion. Back in the forties and fifties, they marketed vacuum cleaners to men, by showing pictures of vacuum cleaners with women in their pearls, and there are high heels and beautiful smiles, vacuuming their houses. Do you know how we market vacuum cleaners today? It&#8217;s how they work.</p>\n\n\n\n<p>You know, we see a picture, a dog is knocked over a plant, and the Roomba, or somebody else is vacuuming it up. Kids spill Cheerios, let&#8217;s cut to a picture of that vacuum cleaner picking up the Cheerios. We talk about what the product does, not how pretty the woman looks using it. Because guess how many women actually want a vacuum cleaner for Christmas? Zero. That should not be a gift.</p>\n\n\n\n<p>And so the idea is, more women started to join boardrooms, and more women started to be marketing and ad people, in the seventies and eighties, and we started to see some of that change. Because traditionally, women are the one now buying those kinds of products for the home. Let&#8217;s appeal to her, instead of show a man how happy your wife will be if you bring home a vacuum cleaner.</p>\n\n\n\n<p>The same thing is true in every place, is you bring more people who have different experiences into those decision making processes, and you make a better product or a better service, to appeal for more sales. So it&#8217;s just good business. For your bottom line, much less, let&#8217;s be inclusive and let&#8217;s do the right thing.</p>\n\n\n\n<p>[00:29:27] <strong>Nathan Wrigley:</strong> Do you prefer carrot or stick for this? And, is it necessary to sometimes deploy both. My intuition is that you are going to prefer carrot. But maybe the stick has to come out at various times. And I have seen those, I don&#8217;t really know what the right word is, but I&#8217;ve seen those miniature battles, if you know what I mean, where people have said one thing, and then there&#8217;s been people reacting and saying, we don&#8217;t need this, and they&#8217;re trying to explain it, and what have you.</p>\n\n\n\n<p>So yeah, carrots or stick? Would you rather that we were able to introduce this idea and everybody came on board? Or, do we have to at some point say, look, nope, this is just what&#8217;s going to happen, you&#8217;ve got to come along for the ride?</p>\n\n\n\n<p>[00:30:05] <strong>Michelle Frechette:</strong> Obviously carrot would be the better thing. If we can show people why inclusion is better, and how they can make their products and services better by bringing in more perspectives, and bringing in more experiences that people have. Those lived experiences are really what enrich the whole product and the whole process.</p>\n\n\n\n<p>Like I said, whether it&#8217;s a service or it&#8217;s a product. How are people using it? If we only approach things from one perspective, we could only sell to that perspective, plus or minus maybe one standard deviation. But if we can make that bell curve wider instead of narrower, we have an opportunity to do more, and affect good for more people through what it is that we have created.</p>\n\n\n\n<p>In order to do that, we have to understand how more people are using our products and services, or what we intend our products and service to be, so that we can appeal to all of those people.</p>\n\n\n\n<p>[00:30:50] <strong>Nathan Wrigley:</strong> Do you have a sense that during the time that you&#8217;ve been in the community, things have changed? Can you, for example, give us an anecdote or a story about something that you know has changed, as a result of something maybe that you said, or somebody else said, which can just deliver the message that, well, everything is not set in stone. Things that were once the way they were can be altered.</p>\n\n\n\n<p>[00:31:09] <strong>Michelle Frechette:</strong> So WordCamp US, the first one after the pandemic had shut everything down, was in San Diego. It was a very small event. They only sold, I think, 650 tickets, including sponsors and speakers. So it was, you know, that&#8217;s still a big event, don&#8217;t get me wrong, but as a global event, a very, very small.</p>\n\n\n\n<p>I was there with my scooter, and tried to navigate an entire event. And by the end of the second day, I was in tears, because it was so difficult to be there as a disabled person. I got stuck in the bathroom, in the lobby bathroom, not in my hotel room. But in the lobby bathroom, because of the way that the room was built, and the exit was built, and where the trash can was, I couldn&#8217;t get close enough to the door to be able to open it, pull it to the side, and then go through the door. I literally had to wait until somebody came through. I would&#8217;ve texted somebody, I would&#8217;ve called somebody if somebody hadn&#8217;t come through, you know, fairly soon.</p>\n\n\n\n<p>But somebody else had to come through that door to let me out. And that&#8217;s not, we&#8217;d like to be as independent as possible. When you&#8217;re a disabled person, you don&#8217;t want to have to rely on people to do everything for you. That doesn&#8217;t ingratiate you to the community, when you&#8217;re constantly begging and asking for assistance.</p>\n\n\n\n<p>But that wasn&#8217;t the only problem that I had there. Several of the doors to access buildings didn&#8217;t have paddles, so they wouldn&#8217;t open themselves. So I had to ask people to help me get in and out of doors. My room, which was tagged as a handicapped accessible room, had a tub that I would&#8217;ve had to step over and into, which is dangerous for me. So I wasn&#8217;t able to actually take a shower or a bath. I had to, you know, sink bathe for five days.</p>\n\n\n\n<p>And there was just so many things that just were inaccessible for me. And at the end of that, I did talk to people about it, and told them that it was coming. But I wrote an article for Post Status called Five Days Without a Shower. I very unemotionally explained what had happened, and how things were difficult for me. I pointed out what worked, and the people who were very helpful in it. But then I also gave a list of things that I think could be done, looking at future events, to make them more accessible to other people.</p>\n\n\n\n<p>I know that I have a voice in our community. I know that people, you know, I&#8217;ve thousands of followers on Twitter, and I speak a lot, and that people know who I am. And so I realised that what I say in the community might be listened to more than people who don&#8217;t have that kind of following. And I don&#8217;t take that lightly. And I do try to use that for good.</p>\n\n\n\n<p>And so I wrote this article. I gave copies of it to, you know, to Angela Gin, and I sent it to Matt Mullenweg and just, this is the experience, this is what I think we could do better. As a result of that, Wordcamp Asia, which I attended this year, reached out to me and said, we want to make sure, but this is what we&#8217;ve put in place and I think that everything is accessible to you. And it was.</p>\n\n\n\n<p>The places that had stairs, they had put temporary ramps, so that I could get to them. The stage I was speaking on, I didn&#8217;t have to try to walk up three stairs, they had a ramp there for me. So everything was accessible.</p>\n\n\n\n<p>WordCamp US this year, we had a team specifically for accessibility. You know, Alex was on that team, and he was looking at the accessibility from, no pun intended, looking at the accessibilities from the perspective of blind man.</p>\n\n\n\n<p>But he was looking over the website. He was making sure that there were things in place, that he couldn&#8217;t get lost in a space that big if he wasn&#8217;t, you know, always having somebody on his side. So we had phone numbers in place where, if he literally couldn&#8217;t find his way out, somebody could come to him, and help him navigate.</p>\n\n\n\n<p>We made sure that every place was accessible with wheels. We made sure that people who were neurodivergent, who might need quiet spaces, had the ability to step out and find a space that was just listed as a quiet space. We made sure that there were rooms for nursing mothers, that they could sit and nurse their children, or pump if they needed to. And not have to do that in a bathroom, which is not sanitary.</p>\n\n\n\n<p>That was one of my suggestions, is that we had a person or a committee to look at the venue, to see what needed to change, in order for it to be an accessible event. So that was just one thing. One article that I wrote that was taken seriously, and that there&#8217;s a page in the handbook now for WordCamps, to make sure that you&#8217;re looking at things like curb cuts, like elevators. That there&#8217;s no place that, in a WordCamp, is inaccessible to somebody who can&#8217;t walk.</p>\n\n\n\n<p>And so there&#8217;s lots of things that I&#8217;ve been able to, because I have a voice in this community, put out there, that have then been able to be accommodated. WordCamp Europe was terrified, that because it was old, such an old city, that I would have difficulty.</p>\n\n\n\n<p>But I was in constant contact with Estela Rueda, who made sure that everything that there was, you know, she said, this is where you can go. Some places have stairs, but this is the way to get around that. If you get stuck, here&#8217;s my number. Like there was lots of things, there was constant communication, in order to be able to know that not just me, but anybody with, physical disabilities would be accommodated.</p>\n\n\n\n<p>And so, is it easy to put myself out there as the disabled person who needs accommodations all the time? It&#8217;s not, right? So nobody likes to say, hey, my legs don&#8217;t work. I&#8217;m not a perfect person, and I can&#8217;t do the things that everybody else does. But by me being able to do that, hopefully means that I&#8217;ve, not only opened doors electronically for other folks, but put ramps in place, and given access to people who might not have had access otherwise. And so, yeah, I think there&#8217;s things that I&#8217;ve been able to say and do that have had an impact, positively, in our community.</p>\n\n\n\n<p>[00:36:13] <strong>Nathan Wrigley:</strong> The curious thing, especially in terms of events, which is what we&#8217;ve just been talking about, is it doesn&#8217;t lessen the experience for people that don&#8217;t require it. You know, if there&#8217;s a ramp there, it&#8217;s no more difficult for me to use that. And so I think that&#8217;s brilliant. That&#8217;s such a nice tale of something actually changing, not in a heartbeat, but in a fairly short space of time. And so, well, bravo, firstly for writing the article.</p>\n\n\n\n<p>I guess it does beg the question, do these things get thought about, unless there is somebody like you who has to go through, well, let&#8217;s call it the pain or something like that? You know, somebody&#8217;s got to go through it, in order to live that experience, so that they can report back on what needs to be fixed.</p>\n\n\n\n<p>Do you sense that there&#8217;s still people having to go through pain in the future, or do you think that as a community we are getting better, you know, at a fair pace, so that it&#8217;ll be approaching perfect soon? Anything like perfect soon, have we still got a long way to go?</p>\n\n\n\n<p>[00:37:11] <strong>Michelle Frechette:</strong> I think it depends on the location. I think some cities, some countries, it&#8217;s not as easy for them to pivot and be as accessible, just because of the history of the city. You know, there are places I said, oh, I&#8217;d love to go there. And somebody said, I don&#8217;t think you&#8217;d be able to. Disabled people in that city have a tremendous difficulty getting around.</p>\n\n\n\n<p>Even in Asia. So, in Thailand, the cars are smaller, so to accommodate, to put me in an Uber, and also my scooter, which does come apart, some of that had to be at my feet and on the seat next to me, because it didn&#8217;t all fit in their trunk, for example. And so there are places that it might not be possible.</p>\n\n\n\n<p>Also, like, I was in Phoenix Arizona earlier this year, and I called for an Uber, and I knew exactly what the person looked like, I knew what their car looked like, and I knew what their license plate was because that&#8217;s on the app. And this person pulled up, saw me in my scooter and sped away, because they didn&#8217;t want to deal with my scooter.</p>\n\n\n\n<p>They canceled it, but they didn&#8217;t say, hey, I&#8217;m sorry I don&#8217;t have room in my trunk. Like they didn&#8217;t even communicate with me. They literally just drove away, and that was a terrible experience. And that was here in the United States, where we&#8217;re supposedly really accommodating to people with disabilities.</p>\n\n\n\n<p>And so, yeah, it&#8217;s not always easy. I don&#8217;t think we&#8217;re ever going to not have to look at it, and make sure that things are accessible. And I think that there will always be places that are historically more accessible than others.</p>\n\n\n\n<p>They actually, in Athens now you can, with a wheelchair, go up on the Acropolis. I didn&#8217;t because my daughter didn&#8217;t want to, even though I wanted to. But I was also told that once you get up the top of there, of course it&#8217;s just this ruins. And that&#8217;s not easy to navigate in wheels either. But they&#8217;ve done everything they can, even to make things like the Acropolis accessible.</p>\n\n\n\n<p>And so is everything always going to be accessible? No. There are apartments with only stairs. I will never be able to visit friends who live upstairs, in apartments that have only stairs. But being able to access public spaces, and finding ways to accommodate with temporary ramps, and things like that, I think is super important.</p>\n\n\n\n<p>And I hope that as long as I&#8217;m in the community, and I continue to talk about these things, that people will think about them for their events. And make sure that as many people possible can attend.</p>\n\n\n\n<p>[00:39:13] <strong>Nathan Wrigley:</strong> You always seem very jolly, and we would say in the UK, fairly chipper. You know, you&#8217;ve got the glass is half full, kind of approach. Or at least that&#8217;s the impression that I have. But does this, so we&#8217;re going to stray into something maybe personal, you may not wish to reveal this, it&#8217;s entirely up to you.</p>\n\n\n\n<p>Do these issues make you angry? Do you get a little bit annoyed on behalf of other people? Is there a bit of you that thinks, this is just not on? You know, it cannot be that events haven&#8217;t thought this through. It cannot be that these people aren&#8217;t represented. I&#8217;m just wondering, what the emotions it stirs in you are.</p>\n\n\n\n<p>[00:39:44] <strong>Michelle Frechette:</strong> I would say frustration more than anger. It&#8217;s frustrating to me. Anger would come into place, if people acknowledged it and chose not to act. That&#8217;s anger. Not even looking, or not even thinking about it is the frustration. I think, traditionally, if somebody thinks about it, then they will try to be as accommodating as possible.</p>\n\n\n\n<p>But to think about it and then not act, which is to make a deliberate decision not to include others. That&#8217;s when anger would come into play. But traditionally, anytime I&#8217;ve challenged or I&#8217;ve said, hey, have you thought about, most people are like, oh my gosh, I never even thought about that.</p>\n\n\n\n<p>For example, WordCamp Buffalo this year. I was the mentor, I was part of the organising team for that event. And it was in an old school building. And the only way for me to get there was to go in the back of the building, up a little delivery ramp. And, was I angry? No, because I could still get in there. It was an old building that that was the only way to accommodate me, that&#8217;s fine.</p>\n\n\n\n<p>If I&#8217;m going into a restaurant, I don&#8217;t want to come in through the kitchen. To me, that&#8217;s anger. They haven&#8217;t thought about it. They don&#8217;t want to include people in wheelchairs, if there&#8217;s no way to get in, when you&#8217;re trying to be open to the whole public. There&#8217;s ways that you can be accommodating. There&#8217;s just lack of understanding, lack of thinking, lack of thought to inclusion, that&#8217;s frustration. Deliberately denying access, that&#8217;s anger.</p>\n\n\n\n<p>[00:40:59] <strong>Nathan Wrigley:</strong> Are you ever on the receiving end of other people&#8217;s frustration and anger? Do the causes that you champion, do sometimes you find that your social media is full of people who disagree with you, and perhaps, maybe disagree as too polite term there? Does it sometimes descend into things that you&#8217;d rather didn&#8217;t happen? In other words, is it always equanimous, the kind of conversations you have, or does it sometimes get a little bit fraught and frayed?</p>\n\n\n\n<p>[00:41:24] <strong>Michelle Frechette:</strong> It does. A year and a half ago, I think, I wrote an article for a Post Status, called Misogyny In WordPress Is Real. And talked about the fact that women are still denied access, and still undervalued in a lot of places. And, you know, specifically, I pointed to that thread of all those people talking about the all women non-binary release, when Joost had posted about it in Advanced WordPress and Facebook.</p>\n\n\n\n<p>There are other things that I&#8217;ve pointed to specifically, some of it tech related, some of it&#8217;s specific to WordPress. And the amount of people that attacked me, men, I will say. The number of men who posted replies to that post or comments on that post, completely misogynistic. It&#8217;s like, oh, look you&#8217;ve proven my point.</p>\n\n\n\n<p>And attacked me openly on, you know, Twitter and things like that. I mean, it irritating, right? But it doesn&#8217;t anger me, because I&#8217;m like, okay, so you are just set in your misogynistic ways. Block. I will just block you.</p>\n\n\n\n<p>People talk about me all the time. They don&#8217;t necessarily say kind things. I can&#8217;t own what somebody else thinks of me, that&#8217;s on them. So, you know, block them and move on. That&#8217;s the best way to be. I could be all angsty and carry it with me in a negative way, but I know that the work that I&#8217;m doing in our community, to try to level the playing field, to try to forward inclusion, the DEIB work, means that I&#8217;m going to encounter people that don&#8217;t agree with me.</p>\n\n\n\n<p>Okay, fine. Move on. I&#8217;m going to try to talk to the people who do, who want to learn. If I can educate in a way that helps people learn, and they at least consider, if not actually enact change, I&#8217;ve done some good. And if there are people who are absolutely going to stonewall, because they like the way that things are, I can&#8217;t move a stonewall. I&#8217;m going to move on to the people that I can help. And so those are the kinds of things that I look at.</p>\n\n\n\n<p>And, am I always cheery? No. That is what you&#8217;re going to see publicly, of course. But you know, I referenced the fact that, by day two of WordCamp, I was literally bursting into tears, because I was so frustrated by the fact that I couldn&#8217;t access things.</p>\n\n\n\n<p>Does it feel good when you get attacked? No, it doesn&#8217;t. You know, I challenged WordCamp Europe this past year, because the first couple of, it was three or four I think, announcements of the speaker lineup were less than 20% women.</p>\n\n\n\n<p>It&#8217;s always hard to judge ethnicity, and you can never tell by looking at a person that they might not be an ethnic minority. You can&#8217;t tell if somebody&#8217;s part of the LGBTQ+ community. You don&#8217;t know if somebody&#8217;s non-binary. I acknowledged all of that, and I said I really hope that we see more of a balance going forward, with the rest of the announcement.</p>\n\n\n\n<p>And that one tweet has almost 30,000 impressions, because people either said, yes, absolutely, we need this, or you don&#8217;t understand how it is in Europe, Michelle. It&#8217;s not the same as it is in the US. I acknowledge that. But you have women in Europe, right? You do have minorities, you have people of color, you have people with different abilities. You have all of the different things that make up underrepresentation. So to only show us a bunch of white men, really starts to make you wonder, well, what is the rest of the lineup going to look like?</p>\n\n\n\n<p>I say I created controversy, I actually pointed out the controversy. I did not create controversy. The controversy already existed. I was simply the conduit, by which the rest of the world started to notice it. Because we&#8217;re so used to seeing so many white men in every lineup, but we need to make sure that that changes.</p>\n\n\n\n<p>And so I had people, I mean, I went to WordCamp Europe. I had people there telling me things like, you don&#8217;t understand. I had people sign up on my calendar, just to tell me how wrong I was, and to say that you have a big voice in this community, you need to use it better. And I said, well, I did.</p>\n\n\n\n<p>I&#8217;m not always going to be everybody&#8217;s favorite person. I actually have a sticker, I will bring one to you next time I see you, Nathan, that says, I&#8217;m not everybody&#8217;s cup of tea, and I&#8217;m okay with that. Because if you&#8217;re going to be a change agent, if you&#8217;re going to try to help things be better, there will be people who don&#8217;t like what you do.</p>\n\n\n\n<p>There will be people who feel challenged by what you&#8217;re doing. And there will be people who just flat out disagree with you. And that&#8217;s okay. Those are not the people that I&#8217;m going to change. The people that you can actually influence, are the people who want to do better, and don&#8217;t realise that they haven&#8217;t been to that point.</p>\n\n\n\n<p>And so, if you listen to my words and you think, gosh, I could be more accommodating, I could outreach to people who don&#8217;t look like me, and really make the speaker lineup more diverse. If those people have listened to me and enact a change, and really think about the way they do things, then I can say my work is done. Or at least you know, part of my work is done, and I will continue to fight the good fight.</p>\n\n\n\n<p>[00:45:46] <strong>Nathan Wrigley:</strong> That&#8217;s the perfect segue then to probably round it off. And if I ask you, Michelle, where can people contact you? Should they have those intuitions, and they do wish to speak to you. Where&#8217;s the best place? What&#8217;s the selection of things that you, are you most frequently using?</p>\n\n\n\n<p>[00:46:01] <strong>Michelle Frechette:</strong> Yeah. So I am still on, I like to call Twitter, but X. You can&#8217;t change your name on there, once you have so many links back to you. Yes, you physically can change your name, but I&#8217;m still @michelleames on Twitter and X. But if you go to meetmichelle.online, you will find access to all of the different things that I&#8217;ve done, my projects, WP Speakers, Underrepresented in Tech, WP Career Pages. All of those things that I&#8217;ve done for the community, to try to help people find jobs, help people find speakers, and just make the world a little bit more balanced.</p>\n\n\n\n<p>[00:46:31] <strong>Nathan Wrigley:</strong> I will make sure that every single one of those is listed in the show notes. So if you head to WP Tavern, at the very least, you&#8217;ll know that they are there. Michelle Frechette, thank you so much for chatting to me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:46:44] <strong>Michelle Frechette:</strong> It was my pleasure. Thank you for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://meetmichelle.online/\">Michelle Frechette</a>.</p>\n\n\n\n<p>This is going to sound like a lot, and that’s because it is.</p>\n\n\n\n<p>Michelle Frechette is the Director of Community Engagement for StellarWP at Liquid Web. She was called &#8220;The busiest woman in WordPress,&#8221; by Matt Mullenweg at WCUS 2022. She is also the host of the WP Coffee Talk podcast, co-founder of Underrepresented in Tech, creator of WP Speakers and WP Career Pages, president of the board for Big Orange Heart, Director of Community Relations and contributor at Post Status, co-host of the WP Motivate and Audacity Marketing podcasts, host of the WP Constellations podcast, author, and a frequent organiser and speaker at WordPress events. Michelle lives outside of Rochester, NY where she’s an avid nature photographer. You can learn more about Michelle at meetmichelle.online.</p>\n\n\n\n<p>You see, like I said, that’s a lot.</p>\n\n\n\n<p>This willingness to engage in all manner of WordPress projects has given Michelle a voice, and she’s on the podcast today to discuss a topic which is close to her heart, diversity, equity, inclusion, and belonging.</p>\n\n\n\n<p>She talks about her experiences at WordPress events, and how they were not always easy for her to attend and be a part of. Michelle uses a scooter to get around and there have been situations in which she could not enter venues and access all the facilities. This frustration made her take action and, as you’ll hear, effect change at subsequent events she attended.</p>\n\n\n\n<p>It’s not all about events though. Michelle talks about the wider goals of making all aspects of the WordPress community more opening and inclusive.</p>\n\n\n\n<p>Being one of the voices promoting this message has not always been easy, and we hear about how Michelle copes with those who disagree with her quest to create change.</p>\n\n\n\n<p>If you&#8217;re interested in thinking about inclusivity, and how embracing diverse perspectives can impact the WordPress community, 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://stellarwp.com/\">StellarWP</a></p>\n\n\n\n<p><a href=\"https://www.liquidweb.com/\">Liquid Web</a></p>\n\n\n\n<p><a href=\"https://wpcareerpages.com/\">WP Career Pages</a></p>\n\n\n\n<p><a href=\"https://wpspeakers.com/\">WP Speakers</a></p>\n\n\n\n<p><a href=\"https://www.underrepresentedintech.com/\">Underrepresented in Tech</a></p>\n\n\n\n<p><a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> article</p>\n\n\n\n<p><a href=\"https://poststatus.com/misogyny-in-wordpress-is-real/\">Misogyny in WordPress is Real</a> article</p>\n\n\n\n<p><a href=\"https://twitter.com/michelleames\">Michelle on Twitter</a></p>\n\n\n\n<p><a href=\"https://meetmichelle.online/\">Michelle&#8217;s website</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, 24 Jan 2024 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: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:92:\"Do The Woo Community: Content Strategies for Woo and WordPress Businesses with Adam and Emma\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/content-strategies-for-woo-and-wordpress-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:438:\"<p>Adam and Emma talking about all things content when it comes to building brand recognition and trust for your Woo and WordPress business.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/content-strategies-for-woo-and-wordpress-businesses/\">Content Strategies for Woo and WordPress Businesses with Adam and Emma</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, 24 Jan 2024 10:30: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: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:100:\"HeroPress: My Journey as an Engineer with WordPress – エンジニアとしての WordPress の旅\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=6450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=my-journey-as-an-engineer-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20935:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/01/012324-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Your action may save the world. あなたのアクションが世界を救うかもしれない\" /><p><a href=\"https://heropress.com/feed/#japanese\">この記事は日本語でも読む事が出来ます。</a></p>\n\n\n\n<p>I currently live in Tokyo, Japan, and work as a freelance engineer. I would like to talk about what my life was like before I met WordPress, how I met WordPress, and the freedom it has brought me.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-before-i-met-wordpress\">Before I met WordPress</h2>\n\n\n\n<p>If I remember correctly, the first time I touched a computer was when I was in junior high school. I remember a big all-in-one desktop machine coming to my house with Windows 3.1 OS.</p>\n\n\n\n<p>In Japan at the time, magazines dealing with computers and programming were being published for users. It&#8217;s unthinkable now, but the magazine had pages and pages of &#8220;printed&#8221; code to run small tools and games! I remember typing that code line by line into the computer and being so excited to see the incredibly simple racing game working.</p>\n\n\n\n<p>Around the same time I was in middle school, I met the guitar. From then on, I fell in love with music and spent most of my time from middle school to my 20s playing the guitar, forming bands with friends, and performing at live shows.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meet-with-programming\">Meet with Programming</h2>\n\n\n\n<p>However, of course, it is not easy to earn money in the music world and make it my lifelong career. When I was around 30 years old, I started thinking about my future.</p>\n\n\n\n<p>Up until then, I had experienced various jobs in order to earn income for my music activities. Many of these jobs were Internet and computer-related, such as helping end-users improve their Internet experience and configure hardware over the phone. At the same time, I was also using music software to compose music. I decided to take advantage of these experiences and become an engineer.</p>\n\n\n\n<p>However, at that time I was already over 30 years old. Generally speaking, it&#8217;s probably a late age to start programming or gain experience as an engineer.</p>\n\n\n\n<p>In order to fill that gap, I studied hard and obtained several qualifications necessary to become an engineer. Fortunately, I was able to get a job as a programmer even though I had no experience as an engineer.</p>\n\n\n\n<p>At that company, I was able to work on languages such as HTML, CSS, PHP, and C#. However, in a desperate attempt to make up for the lack of experience, I probably pushed myself too hard. After two years of work, I lost my mental and physical balance and quit my job.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meet-with-wordpress\">Meet with WordPress</h2>\n\n\n\n<p>Of course, we need money to survive. I started working as a freelancer, and at first I gradually increased my abilities and experience through small projects.</p>\n\n\n\n<p>Some of those projects involved customizing already published WordPress sites. The first time I met WordPress was around 2018.</p>\n\n\n\n<p>After that, I developed WordPress sites from the beginning by myself and got involved in larger projects, so projects related to WordPress started to take up most of my work.</p>\n\n\n\n<p>While searching for information about WordPress on the internet, I learned about the existence of the community. In 2020, I also attended <a href=\"https://www.meetup.com/tokyo-wordpress-meetup/events/271290548/\">an online Meetup event</a> for the first time. At that time, I didn&#8217;t fully understand what &#8220;open source&#8221; or &#8220;contribution&#8221; meant. However, as I met people who were willing to generously share their technology and experience and who were contributing to making open source better, I became more fascinated with WordPress and wanted to get involved in the community in some way and contribute in any way I could.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-first-contribution-with-code\">My First Contribution with Code</h2>\n\n\n\n<p>I was just developing a WordPress theme. I was looking through the browser&#8217;s developer tools to see what CSS was applied to the block on the block editor. By chance, I discovered a small CSS typo.</p>\n\n\n\n<p>At the time, I knew very little about Git and had never used a CLI tool. However, it turns out that this code is contained in a project called Gutenberg, which is managed on GitHub.</p>\n\n\n\n<p>This is my first ever pull request to the Gutenberg project, and my first contribution with code to the WordPress community. Just one line change!</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/6GI1ZS0N-0MRgSYh9IupC93IGHvMnMCvDmDReeb17bs-FZJbTm9NRN8CLnKG6VhMkRktfzvk4zYSJnaFpKjthkxml1PQsoO8SuwL8gMMOUyqCZ70hQhBLAIcW4tV1kHLsrCkntyr3ZWWwPrcRAPqmA\" alt=\"Screenshot of Github\" />My first pull request to the Gutenberg GitHub repository\n\n\n\n<p>I was so excited to imagine that the code I had written, even though it was just a small change, would become part of WordPress itself and be spread around the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-deep-dive-into-gutenberg\">Deep Dive into Gutenberg</h2>\n\n\n\n<p>After that, I started checking out Gutenberg issues and sending small pull request whenever I had time. Through that experience, I learned that WordPress was created by a huge number of people and is evolving at an alarming speed every day.</p>\n\n\n\n<p>In February 2022, I became part of the Gutenberg team. In June 2023, I was honored to be invited to join the Gutenberg Core team. I became more immersed in contributing to Gutenberg, discussing things with other members through Slack and GitHub Issues, and working on solving more complex problems.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-economic-freedom\">Economic Freedom</h2>\n\n\n\n<p>Many members of the WordPress community contribute as volunteers. I&#8217;m one of them, and I was struggling to find time to contribute to the WordPress community while also working to make money.</p>\n\n\n\n<p>In July 2023, <a href=\"https://loos.co.jp/\">LOOS Co., Ltd.</a>, a company represented by a member of the Japanese WordPress community that sells WordPress themes and plugins, will support my contribution activities to WordPress. Thanks to his support, I have been able to spend more time contributing to WordPress and earn a good income at the same time.</p>\n\n\n\n<p>My contributions to the Gutenberg project also made my GitHub account very active. I believe that this, more than any other resume, objectively proves what I can do. I believe that there are clients who have come to commission work from me after seeing my history of activities like this.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-first-wordcamp\">My First WordCamp</h2>\n\n\n\n<p>In October 2023, I attended <a href=\"https://tokyo.wordcamp.org/2023/\">WordCamp Tokyo 2023</a> held in Japan. This was the first offline WordCamp I ever attended, and the first time I was a WordCamp speaker. I was able to meet many friends that I had only interacted with through the internet and video calls.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://www.flickr.com/photos/wctokyo/53304247147/in/album-72177720312401523/\"><img src=\"https://live.staticflickr.com/65535/53304247147_2138125dc4_z.jpg\" alt=\"WordCamp Tokyo 2023\" width=\"640\" height=\"480\" /></a>\n</div>Photo by Chiharu Nagatomi / <a href=\"https://creativecommons.org/licenses/by/4.0/deed.ja\">CC BY 4.0</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-be-open-and-positive\">Be Open and Positive</h2>\n\n\n\n<p>Whether it&#8217;s an issue or a pull request, the WordPress community raises, discusses, and makes decisions every day.</p>\n\n\n\n<p>There are three things that I think are very important in this process:</p>\n\n\n\n<ul>\n<li>Everything is done in the open</li>\n\n\n\n<li>Thinking rationally based on objective facts and listening to each other&#8217;s opinions</li>\n\n\n\n<li>Always be positive and strive to create something better</li>\n</ul>\n\n\n\n<p>Almost every discussion and decision made in the WordPress community should be based on these three ideals. With the development of social media, we now have many opportunities to come into contact with negative emotions, and this psychological safety is soothing to my spirit.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-your-action-may-save-the-world\">Your action may save the world</h2>\n\n\n\n<p>Neither WordPress Core nor Gutenberg is perfect. There are tons of problems to solve, just like there are tons of tickets and issues.</p>\n\n\n\n<p>It doesn&#8217;t necessarily mean you have to write code. If you have the courage to take a step forward and share what you think is a problem or challenge in an open space, those who see it may be able to solve it and help other WordPress users around the world.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6450_6d576e-d3\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"japanese\">エンジニアとしての WordPress の旅</h1>\n\n\n\n<p>私は現在、日本の東京に住んでおり、フリーランスエンジニアとして活動しています。WordPress に出会う前の自分がどのような人生を送ってきたのか、どのようにして WordPress と出会ったのか、そして WordPress が私にどのような自由をもたらしたのかをお話ししたいと思います。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wordpress-に出会う前\">WordPress に出会う前</h2>\n\n\n\n<p>私がはじめてコンピュータに触れたのは、記憶が確かならば中学生の頃です。Windows 3.1 OS を搭載した大きな一体型のデスクトップマシンが自宅にやってきたことを覚えています。</p>\n\n\n\n<p>当時の日本では、ユーザー向けにコンピュータやプログラミングを扱う雑誌が刊行されていました。今では考えられないことですが、その雑誌には小さなツールやゲームを動かすためのコードが何ページにも渡って「印刷」されていました ! 私はわけも分からず、BASIC 言語で書かれたそのコードを一行一行コンピュータに打ち込み、おそろしくシンプルなレースゲームが動いた事にとても興奮していた事を覚えています。</p>\n\n\n\n<p>ちょうど同じ中学生の頃、私はギターに出会いました。それからというもの、私は音楽にのめりこみ、中学生から20代までのほとんどの時間を、ギターを演奏したり、友人たちとバンドを結成したり、ライブに出演する事に費やしてきました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-プログラミングとの出会い\">プログラミングとの出会い</h2>\n\n\n\n<p>しかし、もちろん音楽の世界で収入を得て、それを一生の仕事とする事は簡単なことではありません。30才頃のとき、私は将来の事を考えるようになりました。</p>\n\n\n\n<p>私は、音楽活動のための収入を得るために、それまでに色んな仕事を経験してきました。それらの多くはインターネットやコンピュータに関連するものであり、例えば電話を通じて、エンドユーザーのインターネット環境の改善、ハードウェアの設定を手助けする仕事でした。また同時に、作曲のために音楽ソフトウェアも使用していました。私はこれらの経験を活かし、エンジニアとなる事を決意しました。</p>\n\n\n\n<p>しかし、私はその時にもう30才を超えていました。一般的に言えば、プログラミングを始めたりエンジニアとして経験を積み始めるには遅い年齢でしょう。</p>\n\n\n\n<p>私はその溝を埋めるために必死で勉強し、エンジニアとして必要ないくつかの資格を取得しました。そして幸いにも、エンジニアとしての経験が無いにも関わらず、プログラマとしての職を得る事が出来ました。</p>\n\n\n\n<p>私はその会社で、HTML、CSS、PHP、C# といった言語に関わる事が出来ました。しかし、足りない経験を必死で埋めようと、私は無理をしてしまったのでしょう。2年間の仕事を通じて、私は心身のバランスを崩し、退職しました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wordpress-との出会い\">WordPress との出会い</h2>\n\n\n\n<p>もちろん、生きていくためにはお金が必要です。私はフリーランスとして活動をはじめ、最初は小さなプロジェクトを通じて、自分が出来る事や経験を少しずつ高めていきました。</p>\n\n\n\n<p>それらのプロジェクトの中には、既に公開されている WordPress サイトをカスタマイズするものも含まれていました。はじめて WordPress に触れたのは 2018年の頃です。</p>\n\n\n\n<p>それから、自分1人で最初から WordPressサイトを開発したり、より大きなプロジェクトに関わる事で、自分の仕事の多くを WordPress に関するプロジェクトが占めるようになっていきました。</p>\n\n\n\n<p>WordPress に関する情報をインターネット上で調べているうちに、コミュニティの存在を知りました。2020年に、初めて<a href=\"https://www.meetup.com/tokyo-wordpress-meetup/events/271290548/\">オンラインの Meeup イベント</a>にも参加しました。私はその頃、「オープンソース」や「貢献」とは何なのかという事も十分に理解していませんでした。しかし、自身の技術や経験を惜しみなく共有したいと考える人たちが集まり、そのオープンソースをより良くしていこうと貢献している人たちに出会った事で、より WordPress の魅力に惹かれ、自分も何らかの形でコミュニティに関わり、自分が出来る方法で貢献したいと考えるようになりました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-はじめてのコードでの貢献\">はじめてのコードでの貢献</h2>\n\n\n\n<p>ちょうど WordPress テーマを開発していた時です。私は、ブラウザーの開発者ツールを介して、ブロックエディター上のブロックにどのような CSS が適用されているかを調べていました。偶然にも、小さな CSS のタイポを発見しました。</p>\n\n\n\n<p>私はその頃、Git についてもほとんど理解していませんでしたし、CLI ツールも使った事がありませんでした。しかし、このコードは Gutenberg と呼ばれるプロジェクトに含まれており、そのプロジェクトは GitHub で管理されている事が分かりました。</p>\n\n\n\n<p>これは、私が人生で初めて、かつ Gutenberg プロジェクトに初めて送ったプルリクエストであり、初めての WordPress コミュニティへのコードによる貢献です。たった一行の変更だけです !</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/6GI1ZS0N-0MRgSYh9IupC93IGHvMnMCvDmDReeb17bs-FZJbTm9NRN8CLnKG6VhMkRktfzvk4zYSJnaFpKjthkxml1PQsoO8SuwL8gMMOUyqCZ70hQhBLAIcW4tV1kHLsrCkntyr3ZWWwPrcRAPqmA\" alt=\"\" />Gutenberg GitHub リポジトリに初めて送ったプルリクエスト\n\n\n\n<p>ほんの僅かな修正ですが、私が自分で書いたコードが WordPress そのものの一部となり、それが全世界に広がる事を想像し、私はとても興奮しました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-gutenberg-に深く潜り込む\">Gutenberg に深く潜り込む</h2>\n\n\n\n<p>それから、私は時間がある時に Gutenberg の issue を調べたり、小さなプルリクエストを送る事を繰り返すようになりました。その経験を通じて、WordPress は膨大の人の手で作り上げられており、毎日恐ろしいスピードで進化している事を知りました。</p>\n\n\n\n<p>2022年2月に、私は Gutenberg チームの一員となりました。2023年6月には、光栄な事に Gutenberg Core チームにも招待されました。Slack や GitHub Issue を通じた他のメンバーとの議論、より複雑な問題の解決に取り組みながら、私はより Gutenberg へ貢献する事に没頭するようになりました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-経済的な自由\">経済的な自由</h2>\n\n\n\n<p>WordPress コミュニティの多くのメンバーは、ボランティアとしての貢献しています。私もその1人であり、お金を得るための仕事をこなしながら、WordPress コミュニティへ貢献するための時間を確保する事にとても苦労していました。</p>\n\n\n\n<p>2023年7月、日本の WordPress コミュニティの仲間が代表を務める会社であり、WordPress テーマ・プラグインを販売している<a href=\"https://loos.co.jp/\">株式会社 LOOS</a> 様が、WordPress への貢献活動をサポートしてくれる事になりました。彼の支援のおかげで、私はより多くの時間を WordPress への貢献活動に充てる事ができるようになり、同時に十分な収入を得る事が出来るようになりました。</p>\n\n\n\n<p>また Gutenberg プロジェクトへの貢献を通じて、私のGitHub アカウントの活動履歴は非常に活発なものとなりました。これはどんなレジュメよりも、私がどのような事が出来るかを客観的に証明するものだと考えます。このような活動履歴を目にしてに、自分に仕事を依頼してくれるようになったクライアントも存在すると信じています。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-はじめての-wordcamp\">はじめての WordCamp</h2>\n\n\n\n<p>2023年10月、日本で開催された <a href=\"https://tokyo.wordcamp.org/2023/\">WordCamp Tokyo 2023</a> に参加しました。これは、私が初めて参加したオフラインの WordCamp であり、初めて WordCamp にスピーカーとして登壇したイベントでもあります。これまで、インターネットやビデオ通話を通じてしか交流した事のない沢山の仲間たちと会う事ができました。</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://www.flickr.com/photos/wctokyo/53304247147/in/album-72177720312401523/\"><img src=\"https://live.staticflickr.com/65535/53304247147_2138125dc4_z.jpg\" alt=\"WordCamp Tokyo 2023\" width=\"640\" height=\"480\" /></a>\n</div>Photo by Chiharu Nagatomi / <a href=\"https://creativecommons.org/licenses/by/4.0/deed.ja\">CC BY 4.0</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-オープンであり-前向きである\">オープンであり、前向きである</h2>\n\n\n\n<p>issue や プルリクエストに関わらず、WordPress コミュニティでは日々沢山の問題提起がなされ、議論され、決定がなされます。</p>\n\n\n\n<p>このプロセスの中で、私が非常に重要だと思う事は以下の三点です。</p>\n\n\n\n<ul>\n<li>すべてがオープンな場で行われること</li>\n\n\n\n<li>客観的な事実をもとに合理的に考え、お互いの意見に耳を傾けること</li>\n\n\n\n<li>より良いものを作り上げようと、常に前向きであること</li>\n</ul>\n\n\n\n<p>WordPress コミュニティで行われている議論や決定は、ほぼすべてこの三つの理念に基づいているはずです。ソーシャルメディアの発達にともない、沢山のネガティブな感情に触れる機会が多くなってしまった現在、この心理的安全性は私の精神を癒してくれます。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-あなたのアクションが世界を救うかもしれない\">あなたのアクションが世界を救うかもしれない</h2>\n\n\n\n<p>WordPress コアも Gutenberg も完全ではありません。膨大なチケットや issue があるように、解決すべき問題は山積みです。</p>\n\n\n\n<p>必ずしもコードを書かなければならないというわけではありません。勇気を出して一歩踏み出し、自分が問題や課題だと思っている事をオープンな場で共有すれば、それを目にした人達がその問題を解決し、世界の WordPress ユーザーの役に立つかもしれません。</p>\n<p>The post <a href=\"https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/\">My Journey as an Engineer with WordPress &#8211; エンジニアとしての WordPress の旅</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:\"Tue, 23 Jan 2024 23:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Aki Hamano\";s: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:49:\"BuddyPress: BuddyPress 12.2.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=332922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://buddypress.org/2024/01/buddypress-12-2-0-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1399:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.2.0.zip\">BuddyPress 12.2.0</a>. This maintenance release fixes four bugs. One of them was pretty annoying for users first activating BuddyPress with version 12.1.1. In this particular case, the 12.0 deprecated code wasn&#8217;t loaded which could cause nasty errors with 3rd party BP plugins / themes not ready yet for the modern BuddyPress (12.0.0 &amp; up). That&#8217;s the reason why we&#8217;ve been working hard and as fast as possible to quickly wipe this bug.</p>\n\n\n\n<p>For details on all changes, please read the <a href=\"https://codex.buddypress.org/releases/version-12-2-0/\">12.2.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 12.2.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading it from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Many thanks to 12.2.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p> <a href=\"https://profiles.wordpress.org/jnie\">jnie</a>, <a href=\"https://profiles.wordpress.org/roberthemsing\">roberthemsing</a>, <a href=\"https://profiles.wordpress.org/vapvarun\">vapvarun</a>, <a href=\"https://profiles.wordpress.org/emaralive\">emaralive</a>, &amp; <a href=\"https://profiles.wordpress.org/imath/\">imath</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jan 2024 21:15:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:98:\"Do The Woo Community: More Takeaways from State of the Word with Miriam, Nik, Patricia and Mariano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://dothewoo.io/more-takeaways-from-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"<p>One more show with reflections and takeaways from State of the Word 2023.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/more-takeaways-from-state-of-the-word/\">More Takeaways from State of the Word with Miriam, Nik, Patricia and Mariano</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, 23 Jan 2024 09:48: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:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Art No One Can See\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2024/01/art-no-one-can-see/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:492:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Proprietary software is like creating art which no-one can see. Open Source elevates software engineering to a collaborative art form. Code <em>is</em> poetry.</p>\n<cite>— Tom Willmot</cite></blockquote>\n\n\n\n<p>Some choice words <a href=\"https://tomwillmot.com/open-source-code-is-a-remix/\">from Tom Willmot</a>, who was watching Kirby Fergusen&#8217;s Everything is a Remix, which I’ll check out now.</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, 22 Jan 2024 21:51:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:23:\"Matt: Open Source Creed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2024/01/open-source-creed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"<p><strong>Every</strong> human has an intrinsic right to put their creative work into the commons. Once freed, work can never be withdrawn, and it has the opportunity—but not the obligation!—for everyone to improve upon it.</p>\n\n\n\n<p>(v1)</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, 22 Jan 2024 14:27:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.org blog: WP Briefing: Episode 71: New Year, New Blog!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18615:\"<p>In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.</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><a href=\"https://wordpress.org/download/\">WordPress 6.4.2 Download</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/\">WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/\">WordPress Themes</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li>&nbsp;<a href=\"https://make.wordpress.org/themes/2023/12/29/a-year-in-themes-team-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">A Year in Review With Themes Team</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">WordPress End-of-Year Celebrations!</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\" target=\"_blank\" rel=\"noreferrer noopener\">Leap into 2024 with these Site Editor Tools</a>\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/team-reps/\" target=\"_blank\" rel=\"noreferrer noopener\">2024 Team Reps</a>&nbsp;&#8211; Watch for updates as we move into 2024. Each team in the WordPress project goes through a process to review and elect new team reps. Those elections are happening now.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/01/19/big-picture-goals-2024/\">Big Pictures Goals 2024</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-16745\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;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.&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> Today, we&#8217;ve got a throwback episode about blogging. If you&#8217;re like me, you sometimes miss the early days of blogs, where the words were a little more pensive, and the images were a little less professional. If you&#8217;re on a slow hobby journey like so many of us are right now, give this one a listen.</p>\n\n\n\n<p>[00:00:58] (music interlude)</p>\n\n\n\n<p>[00:01:05]&nbsp;<strong>Josepha:</strong> You may be one of these contributors I keep mentioning. You may be an agency owner or freelancer. Maybe you&#8217;ve wondered how to make a WordPress blog for your big idea. Or maybe you&#8217;re one of the many people who use WordPress for their own project or business.&nbsp;</p>\n\n\n\n<p>Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool. We have long since outgrown that, but even 20 years into our journey, blogging is still a key part of what WordPress enables you to do. That&#8217;s because, even after those 20 years, the mission of WordPress is still the same, and that is to democratize publishing.</p>\n\n\n\n<p>To help people have a place online where they can tell their stories, or share their projects, or set up their businesses. If you&#8217;ve ever tried to set up a blog, you know that there isn&#8217;t a lot of information about what to know before you get going at all. So, I&#8217;m going to talk about that a little bit today.</p>\n\n\n\n<p>[00:02:06] <strong>Josepha:</strong> And just by the way, if you heard the word blog right now and thought, Oh, Jospeha, how old fashioned. I think it&#8217;s important to remember that there&#8217;s a business advantage to having well-written, relevant content on your website. And if you&#8217;re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. </p>\n\n\n\n<p>Anyway, back to the topic at hand, before we can get to any of the fancy things that WordPress can do nowadays, it&#8217;s important to know a few things as you get ready to set up your first-ever website. So let&#8217;s dive in. </p>\n\n\n\n<p>Here is how you need to get yourself started. First, have an idea and a plan. So, have an idea for what you&#8217;re doing, the concept of your content, who you want to reach, but also some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first, cause like, if you want the domain name WordPress.org, like, we own that, you can&#8217;t have that. But if you know that you want a domain like &#8216;WordPressbloggingforthefuture.com&#8217; like, that one might be more available. And if you know kind of the words you want in your domain, then you can be a bit flexible about what is there.&nbsp;</p>\n\n\n\n<p>[00:03:30] <strong>Josepha:</strong> The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mention all along the WordPress process that, like, you need a good host, but it&#8217;s not always clear where that decision has to happen. It happens right here at the start before you even know what WordPress is most of the time. So, the earliest question that you have to answer for yourself is, what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date. There&#8217;s this whole spectrum of hosting options, and they range from full service, where they will keep your WordPress software up to date and provide daily backups, and have customer support if something goes really wrong.</p>\n\n\n\n<p>[00:04:23] <strong>Josepha:</strong> So it ranges all the way from full service like that, all the way down to essentially zero service, just kind of hands off. They give you a space to keep your WordPress software, to keep your WordPress site, but they leave everything else up to you. They leave the backups up to you; they leave updating up to you, things like that.</p>\n\n\n\n<p>So that&#8217;s the first thing you have to ask yourself and the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software, and what you want, and what you need, and you have the ability to learn in the time that you have, the more that you can add on either services with the existing host that you chose or moving to a different host; however, that works out for you.</p>\n\n\n\n<p>[00:05:09] <strong>Josepha:</strong> So if that one sounds like the right option, then you choose a host, go to their site, and actually, most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it&#8217;s just one click, and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p>The other option that on the like zero, zero service side, that&#8217;s not quite fair, but you know, on the other side of that spectrum, that probably will be appealing to you if you are already familiar with code or already know how to manage a server, or you know how to work in this thing called cPanel, etc. So if you already have a lot of information on how all of that works, you can, if you want to, head over to WordPress.org/download and you can download a zip file of the WordPress software and set that up in your own environment. Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we&#8217;re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little, I&#8217;ve got you covered.</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> In the show notes, you&#8217;ll find a link to one of the LearnWP courses for getting started with WordPress. There&#8217;s a section on choosing a host, as well as various other early steps of this process. If you felt like I blazed through all of that, which, honestly, I kind of did. You can work through those lessons in that course at your own pace, and it&#8217;s really a very good guide.</p>\n\n\n\n<p>All right. So let&#8217;s pretend we did all of that. Now you&#8217;ve got yourself a website. The thing that you will want to do next, or rather the first thing that you&#8217;ll notice once you get your site up and running, is that there&#8217;s this &#8216;Hello World&#8217; post. There&#8217;s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>[00:07:03] <strong>Josepha:</strong> There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare, like, okay, the Hello World part over here on this page exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you&#8217;re more familiar with WordPress or CMSs in general, you can simply remove that and start fresh. We&#8217;ve got now a website. We know kind of how to look at our posts and create posts, where comments are, where they can be moderated, and stuff.</p>\n\n\n\n<p>And so, the most fun task for everyone is choosing a theme. But if it doesn&#8217;t sound like a fun task to you, I can help you kind of do some choose-your-own-adventure guiding questions here. Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words? Mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There&#8217;s like a filtering system where you can put in, like, you want, three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like that.&nbsp;</p>\n\n\n\n<p>[00:08:24] <strong>Josepha:</strong> There&#8217;s also a way to look for themes inside your instance, your WordPress site, but like, if you haven&#8217;t set that up yet, but you do still want to see kind of what your theme options are, you can go to WordPress.org/themes and take a look at what&#8217;s out there. Just as a quick side note, if you get to that theme directory, if you get to WordPress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically, so that you can see how things look right away. And there&#8217;s actually a theme that does come with every WordPress site, so if you&#8217;re not ready, you can skip this thing entirely. And just work with the theme that&#8217;s already there. Every WordPress instance ships with a theme, and it is fully functional when you get your site up and running, so you don&#8217;t need to choose a theme right now if you don&#8217;t feel ready. And then the other very fun thing that people do with their WordPress sites, is to add plugins to them.</p>\n\n\n\n<p>[00:09:20] <strong>Josepha:</strong> Plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality to it. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which themes.</p>\n\n\n\n<p>So, figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions? If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need.</p>\n\n\n\n<p>[00:10:05] <strong>Josepha:</strong> Also, there are just endless lists of recommended plugins out there. If that is something that you find valuable as part of your research, those are also easy to find. And as a general side note here as well, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don&#8217;t quite know the answers to the questions that I shared, and it&#8217;s going to be a while until you feel like you can know what those answers are. That&#8217;s totally fine. I&#8217;ll tell you this, I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms, and it can kind of help you figure out how to work with plugins in that way. So, yeah, I made it sound like you can get a WordPress website built in like seven minutes.</p>\n\n\n\n<p>And on the one hand, you definitely can. And on the other hand, it&#8217;s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem and, obviously, hear some things that could make you feel a little nervous about doing this for the first time.</p>\n\n\n\n<p>[00:11:10] <strong>Josepha</strong>: Things like the five-second installation, which WordPress has been famous for for years, but also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009, and I started learning how to use WordPress in 2010. </p>\n\n\n\n<p>I can say with confidence that once you learn it, it&#8217;s easy. We are the easiest of the hard options for CMSs like content management systems are just complicated. But we are the easiest one out there. And so, as you&#8217;re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you&#8217;re late to this blogging game like you should have had a website for years, I mean, sure, that could be true.</p>\n\n\n\n<p>[00:12:01] <strong>Josepha:</strong> And yes, the best time to plant a tree was 20 years ago, but the second best time to plant that tree is today. WordPress didn&#8217;t start out powering over 40% of the web, and your first site can&#8217;t be immediately measured in the millions of readers. So, what will your small beginning lead you to?</p>\n\n\n\n<p>[00:12:18] (Music interlude)</p>\n\n\n\n<p>[00:12:25] <strong>Josepha:</strong> And now, our small list of big things. Today we&#8217;ve got some look-back items and some look-forward items. So let&#8217;s hop right in. </p>\n\n\n\n<p>First thing is we have a year in review with the themes team. So much amazing work has been done by the themes team over the past year, both for reviewing themes and creating them. So I&#8217;ll leave a link to those in the show notes. </p>\n\n\n\n<p>We also have a post out that just has some general celebrations from teams around the community. I&#8217;ll leave a link to that. It probably has been linked in quite a few places, but you know, we don&#8217;t always embrace those moments of celebration. We don&#8217;t always embrace our wins. And so it&#8217;s always good to share those early and often. There are probably more than just those two. So if you posted one or you saw a really interesting one that you think that we should know about, don&#8217;t forget to share it.&nbsp;</p>\n\n\n\n<p>[00:13:16] <strong>Josepha:</strong> Next, we have a leap into 2024 with Site Editor tools. So, on the new Developer Blog, if you haven&#8217;t seen it yet, there is a lot of excellent content there for whether you are like an advanced developer in WordPress or you&#8217;re kind of intermediate and ready to move into your advanced developer era.&nbsp;</p>\n\n\n\n<p>The Site Editor will give you a powerful way to visually create every part of your site and tell your story. And this post will help you to kind of see how to handle everything from big style changes to simple copy updates, all in a single place. We want to make sure that you get the most out of your WordPress this year. And that post will give you a few standout tools and features that you&#8217;ll want to try.&nbsp;</p>\n\n\n\n<p>You&#8217;ll also want to keep an eye out for updates as we move into 2024 around team reps. So each team in the WordPress project goes through a process to review and elect team reps, and elections are happening now.</p>\n\n\n\n<p>[00:14:12] <strong>Josepha:</strong> Along with things that are happening now that you should keep an eye on, the annual goals, our big picture post has gone out as well. It went out at the end of the week last week. There&#8217;ll be a link to all of these in the show notes. And yeah, keep an eye out for, hopefully, a fantastic 2024 in WordPress.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. 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. And if you like 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:14:57] (Music outro)</p>\n\n\n\n<p>&nbsp;</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, 22 Jan 2024 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: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:26:\"Matt: Upcoming Ignite Talk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110700\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2024/01/upcoming-ignite-talk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1255:\"<p>On January 25<sup>th</sup>, this upcoming Thursday, I will be speaking <a href=\"https://www.eventbrite.com/e/ignite-sf-17-tickets-788662429557?aff=oddtdtcreator\">at Ignite San Francisco</a> on the topic of <a href=\"https://automattic.com/benefits/sabbatical/\">Automattic&#8217;s sabbatical benefit</a> and my upcoming one, alongside <a href=\"https://en.wikipedia.org/wiki/Adam_Savage\">Adam Savage</a>, <a href=\"https://www.shelbydevlin.com/\">Shelby Devlin</a>, <a href=\"https://elisehu.com/\">Elise Hu</a>, <a href=\"https://www.linkedin.com/in/leanne-gluck/\">Leanne Gluck</a>, Kat Lague, <a href=\"https://www.linkedin.com/in/amandanagai/\">Amanda Nagai</a>, <a href=\"https://en.wikipedia.org/wiki/Joshua_Schachter\">Joshua Schachter</a>, <a href=\"https://www.youtube.com/@Emilord\">Emily Quinn</a>, <a href=\"https://www.linkedin.com/in/rosebroome/\">Rose Bloomin</a>, <a href=\"https://www.jamiejoyce.com/\">Jamie Joyce</a>, <a href=\"https://masovaida.com/\">MaSovaida Morgan</a>, <a href=\"https://kerp.net/\">Todd Kerpelman</a>, <a href=\"https://brett.kistler.life/\">Brett Kistler</a>, <a href=\"https://www.linkedin.com/in/sharon-niv/\">Shary Niv</a>, and <a href=\"https://connieverse.com/\">Connie Yang</a>. The event will sell out so get your tickets soon!</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, 22 Jan 2024 07:27: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: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: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:108:\"Gutenberg Times: Gutenberg Changelog #95 – Gutenberg 17.5, Early Testing of WordPress 6.5 and Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=27107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-95-gutenberg-17-5-early-testing-of-wordpress-6-5-and-block-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57531:\"<p>In this episode, Carolina Nymark and Birgit Pauli-Haack discuss Gutenberg 17.5, early testing of WordPress 6.5 and block themes</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-95-gutenberg-17-5-early-testing-of-wordpress-6-5-and-block-themes/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-95-gutenberg-17-5-early-testing-of-wordpress-6-5-and-block-themes/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: Carolina Nymark</h2>\n\n\n\n<ul>\n<li><a href=\"https://profiles.wordpress.org/poena/\">WPProfile: @poena</a></li>\n\n\n\n<li><a href=\"https://twitter.com/carolinapoena\">X (former Twitter) @carolinapoena</a></li>\n\n\n\n<li><a href=\"https://fullsiteediting.com/\">FullsiteEditing.com</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/\">Make Themes team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/6-5\">WordPress 6.5 Release squad</a></li>\n</ul>\n\n\n\n<p>Live Q &amp; As with Carolina Nymark</p>\n\n\n\n<ul>\n<li><a href=\"https://gutenbergtimes.com/discussion-going-from-creating-classic-themes-to-building-block-themes/\">Discussion: Going from Creating classic themes to Building block themes</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/live-q-a-updates-to-site-editor-fse-and-block-based-themes/\">Live Q &amp; A: Updates to Full-Site Editing and Block-based Themes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Questions</h2>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/quick-tip-how-to-use-a-classic-menu-in-the-navigation-block-of-a-block-theme/\">Quick Tip: How to use a classic menu in the navigation block of a block theme</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Upcoming Events</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/01/17/media-phase-3-meeting-feb-7/\">Phase 3 Media Meeting: February 7, 2024</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298440719/\">Live stream: Reviewing Gutenberg 17.5</a></li>\n\n\n\n<li>Extensibility Issues Triage meeting Jan 23 at 12:00 UTC</li>\n\n\n\n<li>February 8th, 2023 15:00 UTC- There will be a Hallway Hangout to discuss Intrinsic Design and how to use it on real life projects</li>\n\n\n\n<li>February 13, 2024, at 16:00 UTC&nbsp;<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298634428/\">Developer Hours: JavaScript for modern WordPress development</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Data Views &amp; Extensibility</h2>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/55083#issuecomment-1893398270\">DataViews: Improve all the table and list views in the site editor and further.</a>&nbsp;#55083 (Riad Benguella&#8217;s response regarding extensibility of new admin views</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/blob/trunk/packages/dataviews/README.md\">Documentation of @wordpress/dataviews package</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/\">Early Opportunities to Test WordPress 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/01/12/call-for-mentees-mentors-cohort-2/\">Call for Mentees &amp; Mentors: Contributor Mentorship Program Cohort #2 (2024 Q1)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s released</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/01/18/wordpress-6-5-release-squad-formation/\">WordPress 6.5 release squad formation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/16/6-4-3-an-upcoming-maintenance-release/\">6.4.3: An upcoming maintenance release</a></li>\n\n\n\n<li></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/17/whats-new-in-gutenberg-17-5-17-january-2024/\">What’s new in Gutenberg 17.5? (17 January 2024)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in the works and discussed</h2>\n\n\n\n<p></p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/57841\"><strong>Try reducing specificity of global styles block selector.</strong></a></li>\n\n\n\n<li>Section Styling, Colorways, and Typesets for WP 6.5 &gt; <a href=\"https://github.com/WordPress/gutenberg/issues/57537#issuecomment-1895419662\"><strong>Summary of Explorations and the Current Approach</strong></a></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 95th episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg 17.5, early testing on WordPress 6.5 and block themes, and everything in between. 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. I&#8217;m so thrilled we were finally able to make it happen. Carolina Nymark is on the show today. Carolina is a core contributor sponsored by Yoast and has been an evangelist, educator and blogger about block themes when we all knew that it was coming but had no clue what it will be and when we still called it full-site editing.</p>\n\n\n\n<p>Many of you might have visited her site, <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> where she teaches developers and site builders how to use the block themes. Carolina also joined us on the Gutenberg Live Q&amp;As multiple times to talk about that. And I&#8217;m so happy to have you finally also on the podcast. Welcome, Carolina, and how are you today?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Thank you. I am very well. Thank you. So we are recording this on a Friday in January, and I have been back at work maybe only two weeks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I had December off, which was very, very nice. I used WordPress, but I did not code anything for almost five weeks, so it was a really nice break.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah, I imagine that. I got about two and a half weeks off over the holidays, but I&#8217;m back. Also two weeks. So it&#8217;s all a new year and I hope you got into the new year well.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Block Themes</h3>\n\n\n\n<p>So there have been early discussions, you and I and with others that we&#8217;re working on it, early discussions about the block themes in 2020 if not 2019. I&#8217;m a little bit unsure and I really want to thank you for being such a great advocate and educator for block themes. I think it has changed WordPress quite a bit. We are not there yet entirely, but how do you feel about block themes now that you have to work with them over four years?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Well, it doesn&#8217;t feel like four years. It feels like it&#8217;s been much shorter. I agree, it&#8217;s not there yet. While I love working with the site editor and creating visual layouts that I can tweak as a coder, I do love that, but I still wish that we would have come further.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So what do you think is missing? Do you have examples of what you find missing from when you go from a classic theme building and want to recreate the magic also in block themes?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yeah. So one of the big parts is that when we use PHP to build our themes, we use a lot of conditions if else to display different things depending on what&#8217;s happening, what the user is doing, what they&#8217;re viewing. We can&#8217;t really do that with blocks. At least not with the current core blocks that we have. What is also missing is a way to manage and base custom fields. Of course, the Gutenberg developers are very aware about the need for custom fields management, and it has been of course ongoing discussions for several months and it will happen in some form.</p>\n\n\n\n<p>Right now it has had to step back a little bit because a lot of the Gutenberg developers need to focus on the new data views, which is part of the&#8230; Well, it&#8217;s going to be a part of the admin redesign.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So yeah, custom fields that I have seen so early. So there was this whole hangout last week with early views on what&#8217;s in the roadmap of 6.5 and also even if it wasn&#8217;t on the roadmap to go to 6.5, but it&#8217;s actively worked on, and one of them was to have in the block toolbar a button that you can connect something in the content of the block with a custom field.</p>\n\n\n\n<p>I don&#8217;t know how that all surfaces, but that is really interesting approach because you don&#8217;t have to go out and go into a different interface. You can all do it there. But apart from there, the conditions are pretty big. I think what it comes down to is that you build a lot of templates for different kind of cases, use cases, and that duplicates code quite a bit. So when you want to migrate a site from a classic theme to a block theme, there is no one click conversion.</p>\n\n\n\n<p>But what would you think a site editor should do? So I had the same conversation with Sarah two weeks ago and because I&#8217;m doing that for the Gutenberg Times, and I&#8217;m trying to find a good approach that other people could follow. So let me tell you what I do. I installed the health and troubleshooting plugin on my life site and then switched off all the other themes and switched on the themes that I wanted to use.</p>\n\n\n\n<p>I was testing the twenty twenty four I was testing Frost and some other of the block themes, one or two of them from Edna Snoren or Ellen Bauer and then see how my site changes with the new block theme. And then I made notes what needs to be changed. So this archive page needs to change and that needs to change, and here the block don&#8217;t. The biggest hurdle was that my featured image on the block loop, on the archive page is a landscape, and most of the themes that I tested, the feature image was portrait format. So that kind of thing, but that&#8217;s I think not a big&#8230; That&#8217;s an easy fix. You can change the template, you can change your aspect ratio and you&#8217;re done with it.</p>\n\n\n\n<p>So I have my notes. I have my scope of the changes that I need to make, and then I&#8217;ll create a staging site, install the create block theme plugin, and then make my changes there. And then I can export that theme and import it into my live theme. Is that a good process or as good as any?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I do think it&#8217;s as good as any right now, but it really does sound way too complicated for the, how do I say it, the average user. And it&#8217;s difficult. How are we going to help them? How are we going to make it easier? But it also depends. It all depends on how complex your existing theme and your existing site is. But yes, start with pen and paper. Really write down the already must haves and do spring cleaning. If there are things that you don&#8217;t need, remove them. And then you won&#8217;t have the problem of trying to recreate at least those spots.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I mean if you&#8217;re switching to a completely new theme, of course, there are going to be a lot of things that don&#8217;t match your current website. So they&#8217;re definitely going to be tweaking. And create a block theme is a great tool because yes, you can activate any block theme and export it as your own. So of course you&#8217;re not limited to using the default themes. If there is a block theme to define that matches what you want closer, pick any of them. What you want to look at though is the last updated date. You don&#8217;t want to pick a block theme that was updated in 2020 or 2022. You want one that is…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good reminder.</p>\n\n\n\n<p><em>Carolina Nymark</em>: &#8230; continued, developed, and supported.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good reminder. So it should be 2023 or something like that and not the default theme, but the update should be at least in 2023 if not in the last three months or so. That&#8217;s definitely a good point.</p>\n\n\n\n<p><em>Carolina Nymark</em>: So if you&#8217;re picking from <a href=\"https://wordpress.org/\">wordpress.org</a>. Look at the reviews of this theme. Look at the support firm. Is the developer responsive or maybe they&#8217;re directing you to a different support firm where they&#8217;re active. That&#8217;s also absolutely fine. But just look to see that there is someone who&#8217;s able to help you if you run into bugs or if you&#8217;re blocked somewhere.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, most of the time when I switched themes before with classic theme to classic theme, there were always tweaks. There was no one switch and everything was good. There was always a little bit&#8230; CSS kind of change here and template missing here, and the condition are not working right. So I think that&#8217;s pretty much to expect when you switch themes and normally you don&#8217;t. It&#8217;s the third switch in five years for the site. So I think it&#8217;s pretty much on par with that. And I&#8217;m also late, but I also want to do some experimentation with the new features that are there, that are coming out, like the interactivity of PI and the block hooks and that kind of thing.</p>\n\n\n\n<p>It was really hard to do this without the block theme because they&#8217;re all built for block themes and the latest. So that&#8217;s why I&#8217;m switching over on the site. So that&#8217;s one thing, the site migration&#8230; But you come from the classic theme building. You&#8217;ve been a theme team rep for many, many years and have been&#8230; So if you are a theme builder and you want to create a block theme, what are the hurdles to overcome? Are there any blockers, pun intended, especially mental blockers? Are there something that is something people need to get on with it, so to speak?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes. Mental blocker absolutely are big at perhaps the code challenges, unless you&#8217;re building something very, very highly custom and specialized. So as a coder, if you really enjoy coding, you might love PHP, and then suddenly, if you&#8217;re not working with a designer, of course because we have two different&#8230; Of course, more than two different ways to do this. But if you&#8217;re on your own and then suddenly switching from writing your templates in your code editor, and you have to go to this visual interface, you really need to learn how to maximize the blocks.</p>\n\n\n\n<p>You do need to learn how to sketch, draft the layout in the editor, and then you will go and make your tweaks. Once you have exported your base layouts for one template or 10 or maybe four is more realistic. When you have four templates, you have what font sizes, what colors, what spacing you&#8217;re using then you&#8217;re going to tweak the details in your exported theme.json file and you tweak the code in your templates. But you still have that element where you need to go to the visual interface and actually move things around, change the alignment, etc. And it&#8217;s a big change of course.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But it&#8217;s also lowering the barrier for those who don&#8217;t know how to code to create their own themes. So I think it&#8217;s a good balance to get more people involved in creativity and creating themes and do some designs. A lot of designers are actually not coders per se, and they might&#8230; I think what&#8217;s still missing, going back to the earlier question, is actually a user interface for editing the theme.json file. I know it&#8217;s all in the database and you can export it, but you still have to fiddle with that long and the theme.json files, the more features come in, the longer it&#8217;s going to become and the more unwilling it comes.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Oh yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There are VS Code extensions that help with that, but I think you need to really squint quite a bit when you read the code to get into the right settings and all that.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I absolutely three. So not all the settings in theme.json actually have an interface. It probably shouldn&#8217;t be exposed to all users, and that&#8217;s where do we draw the line? Do we really add an advanced view to the site editor or does it need to be in a plugin? And several people of course have tried to build this plugin because we do need it and have not succeeded or have needed to stop halfway because&#8230; Well, I can&#8217;t really tell why.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: One reason is probably…</p>\n\n\n\n<p><em>Carolina Nymark</em>: It&#8217;s just not easy. The base coding in Gutenberg, it just doesn&#8217;t make it easy to do that kind of option page, or at least not right now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I can also see that it&#8217;s really taxing to build a feature for something that&#8217;s so inactive development and has updates every two weeks to keep up with it, especially when you have a product. So I can see that the initial momentum getting this, &#8220;Oh, this is a great idea and let&#8217;s build it,&#8221; kind of weans away when after a year or two you still have to go in every month and update this thing because there&#8217;s new features or things have changed.</p>\n\n\n\n<p>Well, I think great way to talk about block themes and thank you for that. Are you planning to work further on the <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> or do you think that the new block handbook has been overhauled enough to say, &#8220;Oh yeah, now documentation.&#8221; I think there was a reason why you graded that because there was no documentation and there was a lot of need for explaining the concept and all. But the new developer theme handbook has been overhauled in the last, I don&#8217;t know, four or five months. Do you think that the documentation is up to par now?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes. So Justin Tadlock who did most of their work on the handbook has been amazing. The handbook has been greatly updated and <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> has not, because I have not had the time. And it&#8217;s a bit of a stressor. I guess I do want to keep it up to date. I want to fight about what I&#8217;m exploring, what I&#8217;m finding, what problems I&#8217;m running into, and of course maybe some more code examples. It&#8217;s difficult for me to prioritize.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I imagine.</p>\n\n\n\n<p><em>Carolina Nymark</em>: So there&#8217;s room for both. So <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> of course I can express opinions in a whole different way that you can&#8217;t do in a handbook, which needs to be very strict and act even a bit friendly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Neutral.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yeah, I&#8217;m still a little bit apprehensive about how we&#8217;re going to keep it up to date. So even if we only have now three releases per year, that goes into WordPress Core, it&#8217;s still a lot to keep up with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You need more volunteers.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So if somebody wants to contribute to documentation specifically for the theme handbook, what would be the steps apart from having a Slack account and having a wp.org account, and a GitHub account?</p>\n\n\n\n<p><em>Carolina Nymark</em>: The easiest way is to, first of all, reach out in the theme review Slack channel from your account, and we can guide you a little bit more from there. So the team handbook is currently written in WordPress on the website. So the content is not managed right now on GitHub. It&#8217;s not marked on files. It&#8217;s actually WordPress. It&#8217;s a poster page custom post type.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, that lowers a lot of barriers actually.</p>\n\n\n\n<p><em>Carolina Nymark</em>: But all the issues when we see that the page needs to be updated, we add our issues to the documentation teams issue tracker on GitHub.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, cool. So if you&#8217;re on the documentation team, you already know how the process works. That is really good. So dear listeners, if you have an aptitude for technical writing, your English is good enough, so Carolina is a non-native speaker, and I as a non-native speaker can read it. You are in it. You can join the team and you&#8217;ll have some great people there that help you. I know that Justin Tadlock has quite some onboarding and he&#8217;s happy to help anybody also with writing and do some copy editing.</p>\n\n\n\n<p>So you don&#8217;t have to be scared just because you&#8217;re not a native English speaker to do that. All right. So this was all about block themes and I&#8217;m really glad that we talked about some of the issues there. So let&#8217;s get on with the show.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Listener Questions</h3>\n\n\n\n<p>We sometimes also answer some questions that we get either from Twitter or listener question. And this question came through Twitter and that is how to use a classic menu in the navigation for block theme. And it&#8217;s very hard to find when you&#8230; And so I put it a little tutorial together, a quick tick I call it because it&#8217;s less than a hundred words or so on how to use it.</p>\n\n\n\n<p>It&#8217;s mainly the screenshot and where to find things, a little video. So you need to grab the header in the site editor and then the menu that is there from your theme. And then there is on the right hand side, there&#8217;s this toolbar or the sidebar where the block settings are normally and there&#8217;s one three-dot menu where the switcher where you can see all the classic menus listed that you had previously on your site and then you select it and it&#8217;ll magically appear in the navigation block.</p>\n\n\n\n<p>So I think you don&#8217;t have to recreate all the classic menus that you had before when you switch it. That is definitely a hidden gem. I don&#8217;t know if you can surface it even better. We need to kind of talk to design about that, but that&#8217;s where you find it and it&#8217;s your secret superpower to know where it is now.</p>\n\n\n\n<p>Normally, I think, if I understood this correctly and Carolina you help me out, when you only have one menu, the block theme magically adds it. If a navigation block is in the template, it will be added to the navigation block as a default. But if you have more than one classic menu, it doesn&#8217;t know which one to pick. So it kind of makes it up as it goes along. I think when you switch from twenty twenty to twenty twenty four, it takes the social menu, which is kind of weird, but that&#8217;s the randomness of this feature. But it also points you right there, this is something to fix.</p>\n\n\n\n<p><em>Carolina Nymark</em>: At least that problem is quite obvious because it&#8217;s not the correct content inside the block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, listeners, that was our quick tip of the week.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Upcoming Events</h3>\n\n\n\n<p>We also have some upcoming events that are on the list that happen in all kinds of different places. So first of all on February 7th at 12 noon UTC, the media component maintainers come together in a meeting to discuss phase three media items that could be ahead of development or phase three. And Anthony Burchell who is one of the maintainers, invites you to be part of it. And if you haven&#8217;t contributed to any code yet in the recent years, that is definitely a good place to see what work needs to be done and how it&#8217;s organized.</p>\n\n\n\n<p>Then February 8th, a day later, there will be a hallway hangout to discuss intrinsic design and how to use it in a real life projects with the block editor and the block themes and we will have some interesting people there. Fabian Kagy is going to be there, Tammie Lister, Justin Tadlock. They&#8217;re all proponents of the intrinsic design testing. Tadlock wrote a nice introduction to that on the developer blog a few months ago, but it&#8217;s definitely&#8230; But Fabian and Tammie, they have also some ideas of what&#8217;s still missing, what you can&#8217;t do with intrinsic design, which you still would need to do with your own CSS and some conditional coding and templates to get this going.</p>\n\n\n\n<p>And they bring some solutions with them. Then not so far out January 25th at 15:30 or 3:30 UTC, there&#8217;s a developer livestream reviewing Gutenberg 17.5 by Ryan Welcher. He does it on Twitch. It&#8217;s not a scripted show, he just dives in into a topic or multiple topics and shows some code. If you haven&#8217;t followed Ryan on the Twitch stream, you can also follow him on YouTube. And he has this fabulous series of the block development cookbook. Every show is a little recipe on how to do things with a block editor development. And then also next week is the extensibility issued triage meeting on January 23rd at noon UTC.</p>\n\n\n\n<p>There&#8217;s a project board with increasing Gutenberg extensibility and we go over some of the columns there and see if we can move some of the issues or PRs forward to be slated for some of the major releases this year. So it&#8217;s going to be a real good&#8230; Yeah, there&#8217;s some agency developers in there. We also have joined by Gutenberg developers. So this is a chat meeting. It&#8217;s not a video meeting or something like that. Carolina, do you know of any events that listeners might, we could let them know about?</p>\n\n\n\n<p><em>Carolina Nymark</em>: There&#8217;s rumors that there might be an upcoming hallway hangout about migrating from classic themes to block themes. But it&#8217;s not scheduled yet, but if you have the chance, definitely join one of these that we just spoke about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And speaking of events, there&#8217;s always in the theme review channel, there&#8217;s a theme meeting. When do they happen?</p>\n\n\n\n<p><em>Carolina Nymark</em>: It&#8217;s every other Tuesday. I&#8217;m sorry, I believe it&#8217;s at 4:00 UTC. I&#8217;m usually unable to attend because of the timing, so I don&#8217;t have the exact time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, okay. Well, we can look it up. Tuesday testing JavaScript. Theme biweekly 4:00 PM, Yes. 4:00 PM UTC. And the next one is, it&#8217;s on the 23rd. So next week, Tuesday is the fourth Tuesday. So it&#8217;s on the second and the fourth Tuesday, 4:00 PM UTC. And so if you want to be part of the theme development or theme review documentation team, you can join there and meet all the people there.</p>\n\n\n\n<p><em>Carolina Nymark</em>: So during these meetings, we usually recap how many new themes went live this week, for example. We also repeatedly bring up things like, are the requirements still correct? We need to update them. What are we going to do about react-based themes, settings, pages, onboarding of users when we have a block theme of a need, an easier way for them to select the front page. So both about theme reviews, but also really wide topics. But they are, again, just posted that you can read of course, and also proposed topics too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you want to follow up on some of them, the summaries are posted on the make theme blog as well. Cool, cool, cool. Those are the events and meetings. There&#8217;s under <a href=\"https://make.wordpress.org/meetings/\">make.wordpress.org/meetings</a>, a calendar of all the teams meetings, not only the theme team but all the teams. So it gets a little bit overwhelming and you shouldn&#8217;t join every channel on WP Slack, but pick the team that you&#8217;re involved in or you want to be involved in. You can definitely be in a meeting every day of the week.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Oh yes. There are often meetings that collide as well if you&#8217;re interested in several topics.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And sometimes they&#8217;re Slack meetings, so you can actually switch between the meetings a bit because people need to type things.&nbsp;</p>\n\n\n\n<p>So speaking of extensibility, Fabian Kagy from 10up and also has been a guest on the show quite often, he started a conversation about extensibility for the new admin views, and Riad Benguella posted a great response on how extensibility is actually approached and what they&#8217;re planning once they have the APIs are finalized and they want to create APIs for retracing new fields, new layouts, new field types.</p>\n\n\n\n<p>I like the new layouts. The grid layout and the preview layouts and all that. Also, defining default views and fields and allowing third-party developers to have their own views for their pages. What they haven&#8217;t yet put in there, and they want to still do this before any extensibility is considered is inline editing and editing the fields and views in the UI.</p>\n\n\n\n<p>So I have not seen any design views for those interfaces yet, so that might still be a little bit off, but I&#8217;ll share the issue and the comment in the show notes, of course, like everything else that we talked about. But Riad is also summarizing the approach that the built the APIs, then UIs, and then if it all works together and the APIs are stable, then open that up to third-party developers to using plugins and themes.</p>\n\n\n\n<p>But he also has a suggestion on how third-party developers can start experimenting with it, and that is using the WordPress data views NPM package and start testing those. Documentation is available on the packages read me file, and you definitely can connect with Riad if you have any questions or something like that. But I think it&#8217;s time to start looking at that if you&#8217;re a plugin developer or a theme developer, just to make sure that you start getting the mindset and you see what the users are going to see. Any comments?</p>\n\n\n\n<p><em>Carolina Nymark</em>: So glad that this question was asked and highlighted, and I&#8217;m happy with the answer. And as always, when this is like, &#8220;We want it now,&#8221; we can&#8217;t have it yet. And third-party extenders, plugin developers, we really do need to help testing. Again, we need to be very clear in our feedback on what we need because we have to leave that feedback when there is still a chance to make changes. If something is not what we expect, the earlier the feedback, the better. Easier it is to respond to and address. I also do my part of the data views.</p>\n\n\n\n<p>I need to use it more to really get used to it. I have problems with the very, very narrow list. So on the left side you have a brief description, the name of your, for example, your template or your post. This part is very narrow, but I do like that you can switch views. So you can choose if you want the list, grid or a table. And there are so many more things that you can customize with filters already. So I really like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Also, like the grid layout patterns in the pattern data views or for&#8230; It would be really beautiful for the media library to have a grid layout like it is now. And even posts. If you want the feature image and you don&#8217;t need a list, but you want also kind of see how&#8230; Which have featured images and which don&#8217;t.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p>Which brings us to the next topic that we have here that is early opportunities for testing. Thank you for bringing that up. Test, test, test.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So Anne McCarthy has published a post called Early Opportunities to Test WordPress 6.5 ahead of beta 6.5 that is scheduled for February 13th. These are early opportunities to feedback and testing it for your own sake. It&#8217;s only a selection of features in the post, but it&#8217;s very good in the instructions of what you can do and what you should test. So a part of the burden for testing is you have to come up with what is it that I actually want to do? Have those decisions and make a list of it. And Anne McCarthy has done that particular work for you and shows you how to test the data views. Also, the pattern overrides and the font library, of course that has been in the works for quite a bit, and the robust revisions.</p>\n\n\n\n<p>So for templates and styles you now can have&#8230; In 6.4, we already have revisions, but now those are actually getting to the next step and being really cool.</p>\n\n\n\n<p><em>Carolina Nymark</em>: The revisions are a really nice update. I also hope that we can do something to improve the post-op block editor revisions, which are not as easy to use, say, style visions.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, absolutely. And in the post you also find ways on how to set up test websites for that. I also will share a link to the playground with the Gutenberg nightly that actually&#8230; At least for the data views, because you need to enable the experiments to do that for the data views as well as for the pattern overrides. So we have some playground instances&#8230; Not have some, but we build the blueprints for those so you can call them up in WordPress playground, which is a nice browser-based WordPress instance. It&#8217;s really amazing how that would work for someone who has done work with so many servers.</p>\n\n\n\n<p>It&#8217;s a long, long post, but it has all the details that you need for each feature. It&#8217;s divided up into explaining the feature, prerequisites and then test instructions and what you could do with it. Feedback, you could leave it on the post if you have some feedback or if something is not working, or you could do that as a bug report on the GitHub repository or just post it into the co-editor channel and we&#8217;ll figure out which part of your experience is actually the bug report or a feature request or something like that.</p>\n\n\n\n<p>So it&#8217;s not always easy to get it right for a GitHub issue, but there are people here to help you. Definitely. Have you tested any of those features or looked at those apart from the revisions you said?</p>\n\n\n\n<p><em>Carolina Nymark</em>: No, I&#8217;ve tested them on my own. I haven&#8217;t read the full testing instructions. I mean, I have some feedback that I need to add, document and write down, and perhaps why not start working on fixing it as well. So I need to do that maybe next week.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Do you have something else that we could talk about it in community contributions?</p>\n\n\n\n<p><em>Carolina Nymark</em>: We spoke a little bit about how to find the team&#8217;s team and how to help with the handbook or just join the meetings. But of course there are so many teams that you can contribute to, and the application for the contributor mentorship program has opened. So this is for the first quarter of 2024. It is open for both mentors and mentees. So if you&#8217;re an experienced, well actually, user. You don&#8217;t even have to be a developer. If you&#8217;re an experienced WordPress user, contributor, you can apply as a mentor. To be a mentee you do not have to have any previous experience, just be engaged and want to join.</p>\n\n\n\n<p>So the mentorship program is a one-on-one mentorship or a group mentorship, which is new. So the group mentorship is new. You can actually apply to work on a specific project together with others with your mentor, which is really interesting. Nice idea. It&#8217;s great to meet more people and collaborate, which is a really nice opportunity.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you for bringing that up. Is there a deadline on it?</p>\n\n\n\n<p><em>Carolina Nymark</em>: The application deadline is February 7, and you can find the application by going to <a href=\"https://make.wordpress.org/community/\">make.wordpress.org/community</a> and it&#8217;ll be one of the pinned articles on the top of that page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And of course we&#8217;re going to share the link to it in the show notes of this episode. That is a great new program for getting more contributors. It&#8217;s also meant to create contributor leadership as well, and also to have more sustained contribution. We have in many teams the problem that are these flyby contributors and sometimes you need continued contributions to make a team work and we need both. But I think it&#8217;s harder for contributors to have an ongoing relationship with a team, especially when they&#8217;re not sponsored and their work life or their life.</p>\n\n\n\n<p>Now, if you have a family, your free time is all but WordPress. If you work as a freelance or in an agency, the workload can be up and down and sometimes you don&#8217;t have two months in a row where you can contribute. So this mentorship group is also meant for those who do feel they can do ongoing contributions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 6.5</h3>\n\n\n\n<p>All right. I think we come to the stage where we talk about what&#8217;s released and we have to talk about three releases. One is the release squad for WordPress 6.5 has been announced and release lead is again, Matt Mullenweg, release coordinators, Akshaya Rane, Hector Prieto, and Mary Baum. And core tech leads are David Baumwald and Pascal Bircher. And editor tech leads are David Smith and Riad Benguella. But there are in total 27 contributors on the list of release leads.</p>\n\n\n\n<p>So there&#8217;s also editor triage and design and all that. Carolina, you are also part of the release squad in 6.5. Thank you for raising your hand. And you are named as a default themes lead. That seems to be a new role on the release squad. What does that include for a release that doesn&#8217;t have a default theme?</p>\n\n\n\n<p><em>Carolina Nymark</em>: It means that you are continuing doing what a bundled theme component maintainer does. It is triaging track tickets, looking at new report issues. But the part that I wanted to focus on that we haven&#8217;t really done before is that we need to know what the new features are in the editor. Mostly that can affect our themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: When you say our themes, you mean previous default themes?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I mean, the default themes. Are there new features that should be implemented? Doesn&#8217;t have to be implemented, or shouldn&#8217;t. We have to make decisions about this and then we have to start looking at the code. Can we solve this? Do we need to fix CSS conflicts? We have to test on multiple, multiple workers expressions to see that we&#8217;re not causing problems.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s pretty good. I really like that role, but it takes a lot of work because how many default teams are there? 15 or so?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I&#8217;m hoping that we&#8217;re going to focus on the ones that are actually bonded when you install WordPress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. Yeah.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Not the ones that you download. At least not in this round. We haven&#8217;t brought this up, but there is a proposal to have a default theme task force. This was proposed in December and you can volunteer for it. We&#8217;re still waiting for more information, but the idea is that we do need more contributors to help triage all of the open issues. And triaging issues means that we read these issues and confirm is this actually a bundled theme issue or does it belong to a different component?</p>\n\n\n\n<p>For example, if the reported issue is a problem with a block, it probably needs to be moved to the Gutenberg repository and solved there because it affects more than the bundled themes. It affects all themes. So that&#8217;s one of the kind of sorting that this group would need to do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think it&#8217;s a brilliant idea, especially because it&#8217;s an early warning for changes in the block editor or in block themes that might trickle down to classic themes and changes CSS behavior. There&#8217;s one discussion right now about the specificity of elements and block themes and does that affect&#8230; If it&#8217;s changed, what&#8217;s the trade-off? It makes it the work that it would cause to update existing themes, but moving forward lessens the work. So I think with your role in there, you definitely can chime in early warning and also say, &#8220;Okay, well this is something we need to have in the developer notes because theme developers will have to take a look at that also for their theme.&#8221;</p>\n\n\n\n<p>So this was missing. It&#8217;s the first release that I won&#8217;t be part of since 6.0 on my first release that I was part of on documentation, 6.0 to 6.4, all five releases. I was part of documentation or editor triage and it was really interesting to see how documentation actually surfaces there. That early warning part could have saved some of the hard work that was done retroactively when there was even a new note there or even a new minor version needed to be cut very early after the release.</p>\n\n\n\n<p>So to iterate on the release schedule, I think we talked about it earlier, but you can always look it up about beta one is scheduled for February 13th. 25 days left. So if you want to control it or you have some features that need to be moved forward, get on it. There are two more Gutenberg plugins, 17.6 and 17.7 with features that will go into 6.5. Afterwards it&#8217;s just bug fixing or maybe a little bit enhancement.</p>\n\n\n\n<p>And then release candidate one and with field guide and dev notes deadline is March 5th, and that&#8217;s just before WordCamp Asia. So we all go release 6.5 and then head out to Taipei because WordCamp Asia starts on March 7th. The final release is on March 26th, 2024. It sounds also far away, but it&#8217;s really not a whole lot of time anymore to see what&#8217;s getting in there. So looking at the hallway hangout where contributors kind walk through all the features might be a good idea to just get up to par with that.</p>\n\n\n\n<p>Before we get 6.5, we get a minor release, 6.4.3. Aaron Jorbin is the release lead for that and he announced the schedule for this minor release for January 24th, 17:00 UTC is the release party scheduled, and I&#8217;ll share the announcement post in the show notes where he also listed the tickets, the bug fixes that are solved for this final release is also maintenance release, so it&#8217;s automatically updated. So watch out next week.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 17.5</h3>\n\n\n\n<p>And that brings us to Gutenberg 17.5, the latest Gutenberg release. There&#8217;s not a whole lot of in there, but there&#8217;s a lot of&#8230; There are big topics in there, but not many specific things. So the continued work on the editor unification, meaning that the site editor and the post editor have the same features, the same panels, the same preferences, and can be reused. And so developers as well as users don&#8217;t have to learn two interfaces for almost the same thing.</p>\n\n\n\n<p><em>Carolina Nymark</em>: There&#8217;s some randomized quality of life changes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. And then of course that&#8217;s related to the history of how Gutenberg progressed, the post editors from the phase one and the site editors from phase two, and now they&#8217;re making them being the same. Especially the unified distraction free preferences. I&#8217;m really glad that it comes to the site editor now. Also spotlight mode and the show breadcrumbs, broad cramps. Yeah, there&#8217;s some German kind of cohort going in there. Sometimes I have that. It wasn&#8217;t as prominent when I was living in the United States because I was talking English all day long, but now with the German interacting with Germans, sometimes my English kind of sucks.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It happens.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: As long as you all still understand me, dear listeners, I&#8217;m not stopping with this episode with Gutenberg Changelog. There are some component updates and the font library updates that are going into 6.5 to get the final touches done. They had to refactor some of the rest API interactions for the font library, but that is well on the way for the editor or the block library. We have two changes that I want to point out.</p>\n\n\n\n<p>One is that in the post featured image block, there is now an attribute that you can set to use the first image that&#8217;s in post as a featured image. I think that&#8217;s a great enhancement. That&#8217;s a feature that was missing from the classic editor or from some of the themes because I was really missing that. Oh, I have pictures in there. So use one of those and sometimes that would work and then sometimes it wouldn&#8217;t work. But now having that as an attribute in the block is really cool. Is there a user interface for that or is it just for the template?</p>\n\n\n\n<p><em>Carolina Nymark</em>: As far as I know, it&#8217;s just for&#8230; Well, developers are advanced users. We have the user interface.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Okay. And then the second one is the gallery block. Now, you can just do a random setting, order setting for the pictures in the gallery so you don&#8217;t have to fiddle around with the order and moving around and you just&#8230; It&#8217;s a toggle switch in the site editor, in the blog editor sidebar where you can just switch it on and off and it orders the picture at random. Pretty cool.</p>\n\n\n\n<p>It definitely streamlines your production time of things and you don&#8217;t have to spend an hour forming an opinion what order you want and then executing on that opinion. If you don&#8217;t have an opinion, that&#8217;s fine. Is there anything in there that you want to point out, Carolina?</p>\n\n\n\n<p><em>Carolina Nymark</em>: In the update or in the block library?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The change log. The change log.</p>\n\n\n\n<p><em>Carolina Nymark</em>: There are many small permits. We have some exchanges for the pattern overrides, which is their partially synced pattern with a new name.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Naming is so hard.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It is. It is so hard.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Carolina Nymark</em>: We&#8217;ll see. Eventually we&#8217;ll see where it actually lands when we have to write a documentation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then once the documentation is written, it&#8217;s kind of set in stone because nobody knows when you rename things. There are so many people out there who still talk about full site editing in new posts in 2024. So not on the WordPress site, but people here write the portals and all that. The pattern overrides have a lot of expectations and I think the 6.5 first iteration will be very limited in features that I think for paragraphs, for heading and for images.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It needs to be limited, I guess. Well, we need more time, but also it just makes it easier to test and to receive feedback for it and not as overwhelming hopefully for users to actually learn.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, good point. Good point. I like it. And of course the data views, there are a lot of people working on the data views and it&#8217;s still under experimental flag, but it&#8217;s coming a long way. It really has some great attention right now. You can use it on the one store feature is enabled in the experiments. You can use it on the patterns page. On the pages page it&#8217;s already by default available for templates. I think template parts are still under the experimental flag, but those things will all come out of experiments hopefully very soon. So we can all test everything.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It&#8217;s moving very fast. It is still unclear what will actually be in 6.5. But we&#8217;ll see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think every release in the last so 16 point&#8230; This is 17.5. So 17.3, I think, had the first data views or 17.2 even. And every release had over 20 PRs kind of going in into that feature. So it&#8217;s really moving fast and it&#8217;s beautiful now. I really like it. There&#8217;s quite some excitement out there in the community as well for those who have looked at it. And if you have an opinion, dear listeners, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>, <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>So there are two items in the documentation section. There&#8217;s a lot of changes in documentation, but two, I want to point out because it&#8217;s for beginners on the block development. There&#8217;s a new section in the quick starter guide. If you haven&#8217;t seen the quick start guide for block development, I only use it to talk about other things. So the quick start guide for block development walks you through a tutorial on grading a block for copyright, dynamic copyright year on your website and use that block.</p>\n\n\n\n<p>There was a developer just last week and the recording is up on YouTube where Nick Diego and Ryan Welcher go through that tutorial and show how this all meant to be. It&#8217;s one thing to read a tutorial and try to follow along yourself than to watch somebody else go through a tutorial and then follow along. It&#8217;s a much richer experience. And the documentation changes here are all about the local development environment. What are the tools that you can use for local development on your machine?</p>\n\n\n\n<p>And one of them is WP-env, which is the built-in WordPress development based on Dhaka. There are actually, I don&#8217;t know if you use them already, efforts to make the WordPress playground a local development. You don&#8217;t need local development. You can use the WordPress playground for development and have code editor in there. So I&#8217;ve seen some great mockups from that.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I have not tried it yet. It&#8217;s on my very long to-do list because I&#8217;m absolutely curious about it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s amazing. But the WP-env script also, you can call it together with a create block scaffolding and you have almost instantaneous a good block development environment set up. There were some changes to block.json as well as theme.json And documentation and that&#8217;s pretty much what I wanted to point out. Code quantity is all very technical and all the efforts to write all the end-to-end tests and playwright migrating fast. And to build tools have been updated to the latest things.</p>\n\n\n\n<p>All right. Oh, here it was, yes. So that was a change log for 17.5. It was not a whole lot in there for a WebPress user. It&#8217;s more like the future of things. It&#8217;s really cool, but not for immediate use. But sometimes you have these releases where there&#8217;s some foundation work being done.</p>\n\n\n\n<p><em>Carolina Nymark</em>: The releases are some frequency, yes. Sometimes there will be these kind of releases but with less new ready features and more work on what&#8217;s coming.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. Absolutely.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p>So speaking of what&#8217;s coming there is this active discussion. I mentioned it before. There is an effort on PR that reduce the specificity on the global styles, CNS by, I think it was Isabel, Brison tele machines. She&#8217;s working on that quite a bit. And there is a call for testing, especially for classic themes to see how impact that will have on your custom CSS or even on block themes because the high specificity makes you create workarounds on all the different places. And if it&#8217;s reduced, you&#8217;re losing your targets. So how much work would it take? I&#8217;ll share the related ticket in the show notes, but did you take a look at that?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I have read it. I have planned, sets time away in my calendar to do some testing and this is where it would really help to know what specifically to test for, like having something to help us get started because it&#8217;s a bit wide right now. It&#8217;s just test if your sales is still correct. This is also where tool like visual regression testing would have really helped. But in the next couple of days, of course we are going to have a little bit more testing done. We&#8217;re going to have some more comments on these issues, tickets and narrow it down a little bit so that we can have tests in the instructions and test results presented there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Aaron Robishaw who&#8217;s also working on those, he did some explorations on the current approach to see&#8230; I think his summary also helps with figuring out as a theme developer, &#8220;Okay, where do I need to look in my theme to test this rate?&#8221;</p>\n\n\n\n<p><em>Carolina Nymark</em>: That sounds good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I share both of them in the show notes of the show. And it seems that we are at the end of our show. Carolina, you made it.</p>\n\n\n\n<p><em>Carolina Nymark</em>: We made it. Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We made it, yes. It&#8217;s an awesome show. You have some great discussions on block development and block themes, and contributions, and a call for contributors. So it&#8217;s a full rounded show. Is there anything, Carolina, that you want people to know that you didn&#8217;t get to mention before, while you have an audience and think about it, and you could also tell me where people that want to connect with you, where they find you?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Well, you can find me on Twitter, @carolinapoena. You can message me there. If you go to <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a>, in the footer is also actually a link to a Slack channel that you can join if you like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay.</p>\n\n\n\n<p><em>Carolina Nymark</em>: And on the WordPress Slack, my nickname is Poena. Yeah, that&#8217;s the easiest way to reach me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I think that we need to mention everything a little bit about, but to think about when you&#8217;re switching your website to a block theme or what we need help with in testing the upcoming release and what we need help with for the bundled themes that we need more contributors and we need more testing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right then. Before we end the show, remind you, there&#8217;s these events out there February 7th, that phase three media library. February 8th is the intrinsic design hallway hangout. There will be developer hours in February. I don&#8217;t have a date yet, but keep up on the meetup extensibility issues. Triage meeting is January 23rd. And then there is a livestream on Twitch about reviewing Gutenberg 17.5. I&#8217;m going to watch it and see what Ryan Welcher is digging up from this change log that we might have missed.</p>\n\n\n\n<p>Dear listeners, thank you all for listening again, and if you have any news or questions, or suggestions, 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>. Again, thank you, Carolina Nymark for being on the show and sharing all your wisdom here. Thanks for listening, and goodbye for me.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Jan 2024 13:34:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:118:\"Gutenberg Times: Media Experiments, WordPress 6.5, Gutenberg 17.5 and block building tutorials — Weekend Edition 281\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=27026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23550:\"<p>Howdy, </p>\n\n\n\n<p>Work on the next major WordPress release, 6.5 is in full swing. Two more Gutenberg plugin releases and Beta 1 will be upon us. You&#8217;ll find more information below, including additional resources. It&#8217;s the first release since 6.0 that I won&#8217;t be on the release squad, by choice. I will, of course, support it anyway I can.</p>\n\n\n\n<p>More about block editor, themes, plugins and tutorials, as always, below.</p>\n\n\n\n<p>Wishing everyone in the Northern Hemisphere to stay warm and a wonderful weekend for all of us. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS <strong>for WordCamp Attendees: </strong></p>\n\n\n\n<a href=\"https://asia.wordcamp.org/2024/\"><img width=\"652\" height=\"343\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/wcasia2024.webp?resize=652%2C343&ssl=1\" alt=\"\" class=\"wp-image-27071\" /></a>\n\n\n\n<p>If you&#8217;d like to meet with me, feel free to <a href=\"https://calendly.com/pauli-haack/wcasia\">use my Calendly link to my public calendar</a> to schedule a get-together. I&#8217;ll be in Taipei, Taiwan a couple of days early in will scout out some meeting locations. </p>\n\n\n\n<p>My friend and college <strong>Ryan Welcher</strong> will also be in Taipei, Taiwan. If you want to meet with him as well, you can <a href=\"https://calendly.com/ryan-welcher/wordcamp-asia-2024?from=slack\">use his Calendly link</a> to schedule a meeting</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-constrained wp-block-group-is-layout-constrained\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#wordpress-6-5\">WordPress 6.5 </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#wordpress-6-4-3\">WordPress 6.4.3</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#gutenberg-17-5\">Gutenberg 17.5</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#upcoming-events\">Upcoming events</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</a></li></ol>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wordpress-6-5\">WordPress 6.5 </h3>\n\n\n\n<p><strong>Hector Prieto</strong>, co-release coordinator,  posted the full release squad for WordPress 6.5: <a href=\"https://make.wordpress.org/core/2024/01/18/wordpress-6-5-release-squad-formation/\">WordPress 6.5 <strong>release squad formation</strong></a> &#8211; a new role is Default Themes lead, suggested by Carolina Nymark, who will also lead the first time around. In her suggestion, she mentioned that it would be great to make sure default themes bundled with WordPress are all compatible with the improvements and features of the Block editor. The abbreviated release schedule: </p>\n\n\n\n<ul>\n<li><strong>Feb 13, 2024, Beta 1 </strong>&#8211; Gutenberg 17.7 will be the last version for features in WordPress 6.5</li>\n\n\n\n<li><strong>March 5, 2024, Release Candidate 1</strong> with Fieldguide and Dev Notes deadline</li>\n\n\n\n<li><strong>March 26, 2024, Final Release</strong> </li>\n</ul>\n\n\n\n<p>From the Dev Chat Summary by <a href=\"https://make.wordpress.org/core/2024/01/16/dev-chat-agenda-january-16-2024/\"><strong>Abha Thakor</strong></a><br />&#8220;Note update on the&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/59166#comment:21\" target=\"_blank\" rel=\"noreferrer noopener\">Font Library API design proposal,</a>&nbsp;with a particular note for REST API folks to view as&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/57616#issuecomment-1884806194\" target=\"_blank\" rel=\"noreferrer noopener\">per this comment</a>. The navigation overlay has&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/43852#issuecomment-1888088839\" target=\"_blank\" rel=\"noreferrer noopener\">been punted from the 6.5 roadmap</a>&nbsp;by the contributors working on this feature.&#8221;</p>\n\n\n\n<p><strong>More resources: </strong></p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/6-5/\">WordPress 6.5 Development Cycle</a> Full schedule and release squad</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/\">Early Opportunities to Test WordPress 6.5</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">Roadmap to 6.5</a></li>\n\n\n\n<li><a href=\"https://github.com/orgs/WordPress/projects/148\">WordPress 6.5 Editor Tasks board</a></li>\n</ul>\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> invited contributors to a <strong><a href=\"https://make.wordpress.org/core/2024/01/17/hallway-hangout-lets-explore-wordpress-6-5-recap/\">Hallway Hangout to explore WordPress 6.5</a></strong> at its current stage and posted a Recap with links and video recording. You learn more about the upcoming Data views, the new Drag and Drop features in the editor, as well as the work behind the Pattern Overrides (former partially synched patterns) and the improved Style revision screens. Demos by Anne McCarthy, Isabel Brison and Saxon Fletcher.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you want to dive in a little deeper into the various features, here is your reminder: <strong>Anne McCarthy</strong> also posted <a href=\"https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/\"><strong>Early Opportunities to Test WordPress 6.5</strong></a> with clear instructions on what exactly to test, and how to set up a test site for this exercise. All. feedback is welcome, post it either on GitHub or as a comment on the post.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wordpress-6-4-3\">WordPress 6.4.3</h3>\n\n\n\n<p><strong>Aaron Jorbin</strong>, release lead for 6.4.3 just announced the schedule and content for the next minor WordPress  release. <a href=\"https://make.wordpress.org/core/2024/01/16/6-4-3-an-upcoming-maintenance-release/\"><strong>6.4.3: An upcoming maintenance release</strong></a>. Final release is scheduled for next week, January 30, 2024. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"gutenberg-17-5\">Gutenberg 17.5</h3>\n\n\n\n<p><strong>Ben Dwyer</strong> managed this week&#8217;s Gutenberg plugin release and published <strong><a href=\"https://make.wordpress.org/core/2024/01/17/whats-new-in-gutenberg-17-5-17-january-2024/\">What’s new in Gutenberg 17.5? (17 January 2024)</a> </strong>. 178 PRs were merged for this release by 45 contributors, two of them first timers. This release is dominated by a lot of foundational work on site editor to allow for feature parity with the post editor and for the Data views, that are still experimental. Dwyer highlighted: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/01/17/whats-new-in-gutenberg-17-5-17-january-2024/#editor-unification-1\">Editor Unification</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/17/whats-new-in-gutenberg-17-5-17-january-2024/#gallery-block-random-order-setting\">Gallery Block: Random Order Setting</a></li>\n\n\n\n<li>Post&nbsp;Featured Image: Add a <code>useFirstImageFromPost</code> attribute. (<a href=\"https://github.com/WordPress/gutenberg/pull/56573\">56573</a>)</li>\n\n\n\n<li>Add drag cursor to draggable list items. (<a href=\"https://github.com/WordPress/gutenberg/pull/57493\">57493</a>)</li>\n\n\n\n<li>Font Library: Add a progress bar while uploading font assets. (<a href=\"https://github.com/WordPress/gutenberg/pull/57463\">57463</a>)</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Gutenberg 17.5</strong> was also part of the Gutenberg Changelog chat with <strong>Carolina Nymark</strong>. We discussed block themes, migration to block themes, the new role on the release squad and lots more. It was wonderful to finally catch up again and talk about her fantastic work on fullsiteediting.com and on the themes team for all those years. The episode will drop into your favorite podcast app over the weekend. </p>\n\n\n\n<img width=\"652\" height=\"189\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/Screenshot-2024-01-20-at-11.42.58.png?resize=652%2C189&ssl=1\" alt=\"\" class=\"wp-image-27074\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-b21294d93d10468b5f9c6136fdd74073\">🎙️ Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-94-state-of-the-word-gutenberg-17-2-17-3-and-17-4-wordpress-6-5-migrating-from-classic-theme-to-block-theme/\">Gutenberg Changelog #94 – State of the Word, Gutenberg 17.2, 17.3 and 17.4, WordPress 6.5, Migrating from Classic Theme to Block Theme</a> with Sarah Norris</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"upcoming-events\">Upcoming events</h2>\n\n\n\n<p><strong>January 23, 2024, at 12:00 UTC.</strong> <strong>Extensibility Issues Triage meeting</strong> We will go over the <a href=\"https://github.com/orgs/WordPress/projects/146\">project board’s</a> columns: Triage, Needs discussion and PR in reviews. It will be a Slack meeting in the #core-editor channel.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>January 25, 2024, at 15:30 UTC</strong> &#8211; Developer <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298440719/\"><strong>Live stream: Reviewing Gutenberg 17.5</strong></a> Ryan Welcher is also doing a review of Gutenberg 17.5 on Twitch. It’s a live stream, so not prepared slide etc.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/01/17/media-phase-3-meeting-feb-7/\"><strong>Phase 3 Media Meeting: February 7, 2024,</strong></a> at 12:00 UTC, Anthony Burchell wrote: “kick off a round table discussion about some opportunities and challenges ahead in the development of Phase 3. The Media Component Maintainers hope to find areas of focus where contributors can lean in to align efforts with folks working on Phase 3.”</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>February 8th, 202</strong>4 <strong>15:00 UTC</strong>: There will be <strong>a Hallway Hangout</strong> to discuss <strong>Intrinsic Design and how to use it on real life projects</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>F<strong>ebruary 13, 2024, at 16:00 UTC</strong> <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298634428/\">Developer Hours: JavaScript for modern WordPress development</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<ul>\n<li>More events are planned to Learn.WordPress . Here is their schedule of <a href=\"https://learn.wordpress.org/online-workshops/\"><strong>Online Workshops</strong></a> </li>\n\n\n\n<li>If you are looking for a WordCamp or Meetup near you, take a look at the new <strong><a href=\"https://events.wordpress.org/\">WordPress events page. </a></strong></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In <a href=\"https://dothewoo.io/woo-product-chat/\">Doo the Woo Product</a> podcast episode: <a href=\"https://dothewoo.io/gutenberg-present-to-beginnings/\">Gutenberg, the Beginning to the Present, </a>Tammie Lister and Jonathan Wold discuss block editor and WordPress. They cover State of the Word, upcoming changes and what it means to Woo and WordPress as a whole. Learn more about the progress on the WordPress way.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Robert DeVore</strong> posted <a href=\"https://robertdevore.com/boostbox-wordpress-popup-builder-for-the-core-editor/\">Introducing BoostBox: The 1st WordPress popup builder for the core editor</a> about his journey to push his newest plugin <a href=\"https://wordpress.org/plugins/boostbox/\"><strong>BoostBox</strong></a> over the finish line. It&#8217;s available via the WordPress repo. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A user posted in the forum, that it wasn&#8217;t clear if he needed to recreate all the menus he used in the classic theme, again to display them on the block theme. The answer is no; however, it&#8217;s not as obvious where to find the menu item to make a classic menu available to the block theme navigation block. Here are the instructions and a video. <a href=\"https://gutenbergtimes.com/quick-tip-how-to-use-a-classic-menu-in-the-navigation-block-of-a-block-theme/\"><strong>Quick Tip: How to use a classic menu in the navigation block of a block theme</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ana Segota</strong>, of Anariel Design, published a new Woo Theme, <a href=\"https://woo.com/products/fuel/\">Fuel</a>, meant for food related businesses. It entails plenty of patterns and color options to style the site of a food store. </p>\n\n\n\n<a href=\"https://woo.com/products/fuel/\"><img width=\"652\" height=\"489\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/fuel-screens.webp?resize=652%2C489&ssl=1\" alt=\"\" class=\"wp-image-27076\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/wordcandy_co\"><strong>John Hughes</strong></a> found four methods on <a href=\"https://www.codeinwp.com/blog/wordpress-sticky-header/\">How to Create a Sticky Header in WordPress</a> and in his post he walks you through all of them. Hughes also explains some consideration and best practices for using Sticky headers in the first place.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Pascal Birchler</strong>, core contributor sponsored by Google, and Core Co-release lead for WordPress 6.5 experimented with media handling in Gutenberg and WordPress. He centralized all his experiments in the plugin <a href=\"https://github.com/swissspidy/media-experiments\"><strong>Media Experiments</strong></a> that available on GitHub. </p>\n\n\n\n<p><strong>Nathan Wrigley</strong> had Birchler on as a guest on the WPTavern Jukebox podcast. <a href=\"https://wptavern.com/podcast/105-pascal-birchler-on-revolutionizing-image-and-video-processing-within-wordpress\"><strong>#105 – Pascal Birchler on Revolutionizing Image and Video Processing Within WordPress</strong></a>, where they discussed the power of WebAssembly, the future potential for moving desktop activities to the web, and Birchler’s innovative work in image and video processing.</p>\n\n\n\n<p>The list of features of the plugin is spectacular, yet all experimental, more proof-of-concept rather than production ready. For some of them, you&#8217;ll find short videos on how they work: </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/swissspidy/media-experiments?tab=readme-ov-file#automatic-poster-generation\">Automatic Poster Generation</a></li>\n\n\n\n<li><a href=\"https://github.com/swissspidy/media-experiments?tab=readme-ov-file#preview-image-generation-for-pdfs\">Preview image generation for PDFs</a></li>\n\n\n\n<li><a href=\"https://github.com/swissspidy/media-experiments?tab=readme-ov-file#converting-gifs-to-videos\">Converting GIFs to Videos</a></li>\n\n\n\n<li><a href=\"https://github.com/swissspidy/media-experiments?tab=readme-ov-file#video-muting\">Video Muting</a></li>\n\n\n\n<li><a href=\"https://github.com/swissspidy/media-experiments?tab=readme-ov-file#self-recording\">Self Recording</a></li>\n\n\n\n<li><a href=\"https://github.com/swissspidy/media-experiments?tab=readme-ov-file#optimize-existing-media\">Optimize Existing Media</a> </li>\n\n\n\n<li><a href=\"https://github.com/swissspidy/media-experiments?tab=readme-ov-file#upload-from-another-device\">Upload from another device</a></li>\n</ul>\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>After the revamp of the Theme Handbook to include making block themes, <strong>Justin Tadlock</strong> posted about the project and what will be next:  <strong><a href=\"https://make.wordpress.org/themes/2024/01/11/new-block-focused-theme-handbook-docs-and-whats-coming-in-2024/\">New Block-Focused Theme Handbook Docs and What’s Coming in 2024</a>. </strong></p>\n\n\n\n<p>If you haven&#8217;t explored the Theme Handbook lately, the team create five new chapters in 2023:</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/themes/getting-started/\">Getting Started</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/\">Core Concepts</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/global-settings-and-styles/\">Global Settings and Styles (theme.json)</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/templates/\">Templates</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/features/\">Features</a></li>\n</ul>\n\n\n\n<p>For 2024, the team is also onboarding new contributors, to do the heavy lifting of creating the Advanced Topics for Themes. </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><strong>Nathan Schneider</strong> posted a tutorial on <a href=\"https://developer.woo.com/2024/01/17/getting-to-know-woo-extending-the-new-product-editor-with-react/\"><strong>Extending the New Product Editor with&nbsp;React</strong></a> on the Woo Developer Blog and covered how to create two blocks that enforce minimum and maximum quantity on text inputs.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Coords</strong> shared his <a href=\"https://www.briancoords.com/thoughts-on-version-control-for-block-themes/\"><strong>Thoughts on Version Control for Block Themes</strong></a> and what he thinks could work and make his life as a developer easier.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://youtu.be/zSU-JOGDcGs\"><strong>The recording of the latest Developer Hours</strong></a> is now available. <strong>Nick Diego</strong> and <strong>Ryan Welcher </strong>walked attendees through the <a href=\"https://developer.wordpress.org/block-editor/getting-started/tutorial/\">official Getting Started tutorial of the Block Editor Handbook</a> and explained every step of the journey. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/mattyza\">Matt Cohen</a></strong>, engineer lead at Woo Marketplace, published <a href=\"https://matty.blog/building-a-terms-list-block-for-wordpress/\"><strong>how he built  a terms list block for WordPress</strong></a>. He shared his research and approach, as well as his code on GitHub. you learn how to add a custom control to select taxonomies, and his lesson&#8217;s learned. </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: Industrial Storage Space CC0 licensed photo by Makarand G. Mane from the WordPress Photo Directory.</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, 20 Jan 2024 10:20:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:101:\"WordCamp Central: Thanks for sponsoring global WordPress community events across the globe, Bluehost!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=5109960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://central.wordcamp.org/news/2024/01/thanks-for-sponsoring-global-wordpress-community-events-across-the-globe-bluehost/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1215:\"<p>We can&#8217;t thank <a href=\"https://www.bluehost.com/\">Bluehost</a> enough for renewing their support as a global sponsor for the <a href=\"https://central.wordcamp.org/sponsor-multiple-wordcamps/\">global WordPress community</a> in 2024! Their support of WordPress community events at our Gold level worldwide goes a really long way. They support WordPress communities all over the world!</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://central.wordcamp.org/files/2019/02/Bluehost-Transparent_HighRes.png\"><img width=\"833\" height=\"220\" src=\"https://central.wordcamp.org/files/2019/02/Bluehost-Transparent_HighRes.png\" alt=\"Bluehost logo\" class=\"wp-image-3096744\" /></a>Bluehost logo</div>\n\n\n<p><a href=\"https://www.bluehost.com/\">Bluehost</a> has been a WordPress partner since 2005 and powers over 1 million WordPress sites worldwide. Their objective is to help customers, whether novice or pro, create a thriving online presence at an affordable price. With a team of in-house tech experts available 24/7, Bluehost dedicates time and resources to providing the best support and services in the industry. Join millions of other site owners and see what Bluehost can do for you and your online presence.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jan 2024 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Isotta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"Akismet: Forum Spam: How to Permanently Stop Spam Bot Registrations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://akismet.com/?p=283701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://akismet.com/blog/forum-spam/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24851:\"<p>Creating a forum for your organization can be an excellent way to build a community around your product or service. And the information provided in a forum can help customers resolve issues on their own —&nbsp;reducing customer service costs and improving satisfaction. But if you’re not careful, forum spam can detract from the entire experience for members and reflect poorly on your brand.</p>\n\n\n<p>Fortunately, there are tools you can use to stop forum spam. When you leverage this kind of software, your customers won’t have to sift through pesky fake comments and posts to find what they’re looking for. They won’t be directed off&#8209;site for malicious purposes, and you’ll be able to maintain a more professional&nbsp;environment.</p>\n\n<p>This guide will start by discussing forum spam and all its variations. Then, it will outline the negative effects of spam and why certain anti&#8209;spam techniques fail to block it. Finally, it will show you how <a href=\"https://akismet.com/enterprise/\">Akismet’s enterprise anti&#8209;spam services</a> can stop spam registrations on your&nbsp;website.</p>\n\n\n<span id=\"more-283701\"></span>\n\n\n<h2 class=\"wp-block-heading\">What is forum&nbsp;spam?</h2>\n\n\n<p>Whether you run a small business or a global enterprise, creating a forum is an effective way to connect with your customers. They provide people with a space to discuss (and potentially resolve) their doubts and issues. And a forum can even lighten the load on your customer support team.&nbsp;</p>\n\n\n<p>The only problem is that forums can become a den for&nbsp;spammers.</p>\n\n<p>By definition, web spam is any sort of unwanted message shared with a large number of people online. This can appear in email inboxes, the comments section of a blog post or YouTube video, a contact form, and, of course, a&nbsp;forum.</p>\n\n\n<img width=\"1448\" height=\"566\" src=\"https://akismet455732288.files.wordpress.com/2024/01/image-2.png\" alt=\"example of a spam comment\" class=\"wp-image-283703\" />\n\n\n\n<p>Typically, forum spam is generated by bots with a particular goal in mind. For instance, a forum spammer may want to promote a certain product to the members. This is usually quite obvious, as they clutter the forum with messages spouting the benefits of whatever they’re selling.&nbsp;</p>\n\n\n\n<p>Other times, spam can be harder to spot. These cases can be even more dangerous, as instances can contain hidden links to malicious sites.&nbsp;</p>\n\n\n<p>There are several different types of forum spam, like content spam, profile spam, signature spam, and private messages. We’ll cover these later in the&nbsp;post.</p>\n\n<p>If a forum doesn’t have a moderator or anti&#8209;spam software in place, spam can get out of hand quickly. And even if it does have a moderator, sifting through huge volumes of spam can be a poor use of&nbsp;time.</p>\n\n<h2 class=\"wp-block-heading\">What are the motivations behind forum&nbsp;spam?</h2>\n\n<p>You might be wondering why spam happens. Here are some common goals of&nbsp;spammers:</p>\n\n\n<ul>\n<li><strong>Promote a product or service</strong>. Forum spammers tend to promote unsavory products and services like gambling sites or unregulated weight loss pills.&nbsp;</li>\n\n\n<li><strong>Harvest personal data</strong>. Often, spam comments will contain links to malware. If a visitor clicks on the link, hackers may be able to gain access to their personal&nbsp;data.</li>\n\n<li><strong>Conduct a phishing scam</strong>: Malicious actors may try to lure unsuspecting victims into phishing scams by pretending to be legitimate companies. They may link to websites that look like a real corporation and then ask users to verify account information. However, that info is just sent to a&nbsp;cybercriminal.</li>\n\n<li><strong>Boost search engine rankings</strong>. If your domain has a decent amount of traffic, spammers may want to post links in your forum that point back to their website. This way, they can generate backlinks and trick Google into thinking they’ve been endorsed by your site. This could improve their rankings in search&nbsp;results.</li></ul>\n\n\n<p>These are some of the most common motivations for posting forum spam. Unfortunately, spam is always evolving, so it’s important to be wary of any suspicious activity on your&nbsp;forum.</p>\n\n<h2 class=\"wp-block-heading\">What are the main types of forum&nbsp;spam?</h2>\n\n<p>To stop spam, you’ll need to understand its various formats. Here are the four most common types of&nbsp;spam:</p>\n\n<h3 class=\"wp-block-heading\">1. Content&nbsp;spam</h3>\n\n\n<p>Content spam refers to anything that’s off-topic or irrelevant to the page that it appears on. Forums are usually centered around a niche subject, so this type of spam should be easy to spot.&nbsp;</p>\n\n\n\n<p>Content spam is usually employed to promote a product or service and can contain links to another website.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">2. Profile&nbsp;spam</h3>\n\n<p>To participate in an online forum, members will likely need to create a profile or an account. Forum spammers can use these profiles to spread spam without anyone&nbsp;noticing.</p>\n\n<p>A spam account can embed hidden links into its profile. The most common example is a link in the username. But spammers might also include a link in the bio section of the&nbsp;profile.</p>\n\n<p>Each time a forum spammer posts a message or someone views their profile, this link will be visible to members. But unless someone clicks on it, no one would know it’s&nbsp;there.</p>\n\n<p>This type of forum spam is commonly used in an attempt to trick search engines or promote a&nbsp;product.</p>\n\n<h3 class=\"wp-block-heading\">3. Signature&nbsp;spam</h3>\n\n\n<p>Signature spam is a type of profile spam. Instead of hiding links in usernames and profiles, spammers include them in their signatures.&nbsp;</p>\n\n\n\n<p>That means that they embed a link each time they comment or post. The rest of their comment might be completely legitimate —&nbsp;and thus their work is less likely to be detected. This is another way to manipulate search engines for higher rankings.</p>\n\n\n<h3 class=\"wp-block-heading\">4. Private message&nbsp;spam</h3>\n\n<p>As the name suggests, private message spam is sent to members of a forum. Considering that these messages don’t impact search engine rankings, this type of spam almost always has an intention of direct harm to your forum&nbsp;members.</p>\n\n<p>With private messaging, forum spammers can promote products, harvest personal data through malware in links, or set up phishing scams. This can be particularly dangerous because moderators are unable to see or stop this spam. It’s up to forum members to flag&nbsp;it.</p>\n\n<h2 class=\"wp-block-heading\">What are the consequences of spam on a&nbsp;forum?</h2>\n\n\n<p>This section will discuss the consequences of spam on a forum. These apply to both enterprises and small businesses.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">1. A degraded user&nbsp;experience</h3>\n\n<p>Online forums are intended to create a dedicated space on the internet for a specific community. Forum members can post questions and raise concerns, or simply start a conversation around a certain topic that they find interesting or&nbsp;important.</p>\n\n<p>In many cases, online forums can provide additional value to customers in the form of educational content. But if a forum is cluttered with spam, its members will likely have a hard time sifting through its posts. It will be up to them to figure out which comments are genuine and which ones are&nbsp;spam.</p>\n\n<p>This will lead to a degraded user experience. It could even prompt members to abandon your&nbsp;forum.</p>\n\n<h3 class=\"wp-block-heading\">2. Damaged forum&nbsp;reputation</h3>\n\n<p>If a forum becomes overrun by spam, most members will assume that there aren’t any moderators to manage it. They might also think that the business or enterprise behind the forum hasn’t invested in any security measures to prevent forum spam and protect&nbsp;visitors.</p>\n\n<p>These perceptions can damage your reputation. Plus, it might prompt some people to look for other, more credible online&nbsp;communities.</p>\n\n<h3 class=\"wp-block-heading\">3. SEO&nbsp;implications</h3>\n\n<p>Search engine bots are always implementing new ways to spot untrustworthy web pages. This is because Google (and other search sites) want to provide internet users with the best experience&nbsp;possible.</p>\n\n\n<p>If your forum is littered with content that spammers are posting to manipulate their rankings, or links to malware and untrustworthy sites, there’s a good chance that search engines will catch on.&nbsp;</p>\n\n\n\n<p>Since software like <a href=\"https://developers.google.com/search/docs/crawling-indexing/googlebot\" target=\"_blank\" rel=\"noreferrer noopener\">Googlebot</a> can’t tell who is attempting to manipulate it, it could end up penalizing your forum, rather than the perpetrators using it to do harm.&nbsp;</p>\n\n\n<p>This means forum spammers can hurt your website’s search engine rankings while attempting to boost their own. Your web pages may be removed from search results until you can prove their legitimacy. This will involve removing spam links and asking Google to <a href=\"https://developers.google.com/search/docs/crawling-indexing/ask-google-to-recrawl\">recrawl your&nbsp;site</a>.</p>\n\n<h3 class=\"wp-block-heading\">4. Security threats like malware and phishing&nbsp;links</h3>\n\n<p>Some of the more nefarious types of spam include malware and phishing attempts. These can have serious consequences for your business and&nbsp;customers.</p>\n\n\n<p>That’s because this type of spam puts sensitive data at risk. Spammers can gain access to personal information like names, email addresses, and phone numbers. As a result, affected individuals will receive spammy messages through email or SMS, or their data may be sold off.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">5. Time and resource&nbsp;wastage</h3>\n\n\n<p>When your forum is plagued with spam, you’ll end up wasting resources on eliminating it.&nbsp;</p>\n\n\n\n<p>For instance, if you employ someone to <a href=\"https://akismet.com/blog/how-to-stop-comment-spam-in-wordpress/\">moderate and block spam comments</a> as part of their daily work routine, they may be spending too much time on these messages. That means less time to focus on more important tasks, like answering customer queries.&nbsp;</p>\n\n\n\n<p>Similarly, any spammer is consuming your website’s server resources. Depending on the level of spam you’re dealing with, this could result in lots of wasted server space.&nbsp;</p>\n\n\n<p>The costs associated with hosting for enterprise organizations can get out of hand quickly. Working with efficiency in mind and proactively protecting resources is important. And for small businesses with a modest hosting plan, large volumes of spam could even impact site&nbsp;performance.</p>\n\n<h2 class=\"wp-block-heading\">Common characteristics of spambot&nbsp;registrations</h2>\n\n<p>Having an understanding of the different types of forum spam can help you identify spam more easily. Still, it’s always better to stop spam before it can infiltrate your&nbsp;forum.</p>\n\n<p>Here are some of the common characteristics of spambot&nbsp;registrations:</p>\n\n<h3 class=\"wp-block-heading\">1. Generic&nbsp;usernames</h3>\n\n\n<p>Spambots aren’t very creative. So, one way to spot them is by looking out for generic usernames.&nbsp;</p>\n\n\n<p>These include usernames like “lucky_guy” or “shy_gal”. Of course, spambots can also incorporate fake generic names into their&nbsp;handles.</p>\n\n<h3 class=\"wp-block-heading\">2. Suspicious email&nbsp;domains</h3>\n\n\n<p>Some of the most common email domains are gmail.com, yahoo.com, and outlook.com. They are all associated with reputable email providers.&nbsp;</p>\n\n\n\n<p>A suspicious or unfamiliar email domain could indicate a forum spammer. Spam accounts are more likely to use these email providers as they may not meet the security requirements to create a legitimate address.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">3. IP addresses associated with&nbsp;spam</h3>\n\n<p>If you suspect that a forum spammer has infiltrated your online community, you can look into the IP address associated with that spam account. This can help you confirm or deny the legitimacy of the&nbsp;account.</p>\n\n<p>You’ll have to look at the server logs and <a href=\"https://akismet.com/blog/how-to-block-a-specific-ip-address-from-a-wordpress-website/\">find the IP address</a> associated with the spammy comment. Note that you won’t be able to do this with private message spam, as you’ll need access to the comment or&nbsp;post.</p>\n\n\n<img width=\"1264\" height=\"502\" src=\"https://akismet455732288.files.wordpress.com/2024/01/image-3.png\" alt=\"finding a spammy IP address\" class=\"wp-image-283704\" />\n\n\n<h2 class=\"wp-block-heading\">Common actions of forum&nbsp;spammers</h2>\n\n\n<p>This section will outline some of the most common actions by forum spammers. Hopefully, this will help you identify them more easily.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">1. Replying to old/inactive&nbsp;threads</h3>\n\n<p>If a forum spammer wants to utilize your website’s authority to boost their search engine rankings, they’ll often reply to old and inactive&nbsp;threads.</p>\n\n<p>That’s because older forum threads will have received more traffic and better rankings in search results. If your forum has been active for several years, these actions should be easy to&nbsp;spot.</p>\n\n<h3 class=\"wp-block-heading\">2. Leaving minimal replies with links&nbsp;included</h3>\n\n\n<p>Since a spammer has no intention of actually contributing to your online community, they tend to leave short replies with a link included.&nbsp;</p>\n\n\n\n<p>While they may offer a brief comment, this is likely something generic that has been programmed into the spambot’s capabilities. For instance, you might get something like “great content!” or “love this!”.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">3. Placing a link and website description in their&nbsp;profile</h3>\n\n<p>Profile spam is very common on online forums. You’ll often see a spammer place a link and website description in their profile. In this scenario, the spammer is likely trying to promote a product or manipulate search&nbsp;engines.</p>\n\n<h3 class=\"wp-block-heading\">4. Using misleading topic&nbsp;titles</h3>\n\n\n<p>If a member uses a topic title that seems relevant to the forum, but then talks about something different in the thread, this is a major red flag.&nbsp;</p>\n\n\n<p>Essentially, this type of spam is trying to lure members into clicking on a thread by suggesting that it will contain valuable information for them. Once they’ve clicked on the thread, forum members will likely find promotional or otherwise spammy&nbsp;content.</p>\n\n<h3 class=\"wp-block-heading\">5. Posting off&#8209;topic&nbsp;comments</h3>\n\n<p>Another clear giveaway is off&#8209;topic comments. Similar to misleading topic titles (but more blatant), off&#8209;topic comments are explicitly pushing the spammer&#8217;s agenda without even pretending to contribute to the&nbsp;forum.</p>\n\n<h3 class=\"wp-block-heading\">6. Using a website name as their&nbsp;username</h3>\n\n<p>Many forum spammers use a website as their username. This could be a spammy marketing tactic, plain and simple. It could also include a link, which would have <a href=\"https://akismet.com/blog/eliminating-spam-is-good-seo/\">bigger implications for search engine&nbsp;optimization</a>.</p>\n\n<h3 class=\"wp-block-heading\">7. Posting in a different language than the&nbsp;topic</h3>\n\n<p>The great thing about the internet is that people have access to forums in almost every country and every language. People often tend to congregate on forums with like&#8209;minded individuals as well as those with similar backgrounds, so while it’s definitely not a guarantee, a new user that posts in a language rarely used by other members of the forum can signal that they’re not there for anything&nbsp;good.</p>\n\n<h2 class=\"wp-block-heading\">Common anti&#8209;spam techniques (and why they fail to&nbsp;impress)</h2>\n\n<p>Forum spam can be a serious problem, and common anti&#8209;spam techniques might not always be efficient in spotting it. This section will discuss some of the reasons why these approaches&nbsp;fail.</p>\n\n\n<h3 class=\"wp-block-heading\">1. CAPTCHAs&nbsp;</h3>\n\n\n<p>One of the most common anti&#8209;spam methods involves CAPTCHAs. This is particularly common for online forms (like contact forms) and <a href=\"https://akismet.com/blog/how-to-stop-user-spam-registrations-in-wordpress/\">user registration&nbsp;forms</a>.</p>\n\n\n<img width=\"1600\" height=\"423\" src=\"https://akismet455732288.files.wordpress.com/2024/01/image-4.png\" alt=\"example of a CAPTCHA where the user types two words\" class=\"wp-image-283705\" />\n\n\n\n<p>A CAPTCHA presents a challenge or puzzle that spambots should be unable to complete. The theory is that it will prevent them from submitting content, but CAPTCHAs have several limitations.&nbsp;</p>\n\n\n<p>First of all, they’re not 100 percent effective, since <a href=\"https://akismet.com/blog/do-captcha-and-recaptcha-protect-wordpress-sites-from-bots/\">many bots can bypass CAPTCHAs</a>. Plus, they’re not the most accessible anti&#8209;spam tactic, as they can alienate people who have varying&nbsp;impairments.</p>\n\n\n<p>In the past, CAPTCHAs were pretty straightforward. For example, you would have had to interpret some blurry letters and numbers.&nbsp;</p>\n\n\n<p>But CAPTCHAs have become more difficult, even for authentic users who are likely to become pretty frustrated after the first or second failed attempt. These real people might even end up abandoning your site&nbsp;altogether.</p>\n\n\n<p>Newer versions&nbsp;ask users to do things like “find all the images with stoplights.” But they’re just as annoying for humans and still not very effective against robots.&nbsp;</p>\n\n\n\n<p>And even the latest option —&nbsp;reCAPTCHA v3 — seems like an improvement for users, since there’s no visible test required to gain access, but it comes with some serious downsides.&nbsp;</p>\n\n\n\n<p>For example, it provides Google with a lot of data that many are concerned violates the privacy of users. It can deter good bots like search engine crawlers. Finally, and perhaps the most annoying, real users can be flagged as spam without any way to prove their legitimacy.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">2. Question&#8209;based&nbsp;challenges</h3>\n\n<p>Question&#8209;based challenges are another common anti&#8209;spam tactic. Although they aren’t as ubiquitous as CAPTCHAs and reCAPTCHAs, they come with the same&nbsp;limitations.</p>\n\n<p>They can create an obstacle for individuals with different abilities. If they become frustrated enough, they could give up on the challenge. As a result, you could end up losing conversions (or, in this context, new forum&nbsp;members).</p>\n\n\n<h3 class=\"wp-block-heading\">3. Email verification&nbsp;</h3>\n\n\n\n<p>Email verification is another popular way to prevent spambots from infiltrating websites. It’s a bit more user-friendly than a CAPTCHA, but still creates an additional step in the registration process.&nbsp;</p>\n\n\n<p>Since getting conversions is hard enough, this tactic isn’t ideal. You’ll want to avoid any friction and streamline the signup process as much as&nbsp;possible.</p>\n\n<h2 class=\"wp-block-heading\">Akismet: The #1 tool to stop forum spam&nbsp;registrations</h2>\n\n\n<p>So how can you eliminate forum spam without deterring real users? This section will introduce you to an efficient anti-spam tool: Akismet.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">What is&nbsp;Akismet?</h3>\n\n\n<p>Akismet is an automated anti-spam tool that uses advanced AI technology to identify spam without any input from users. It works in the background and has an incredible 99.99% accuracy rate. There are no annoying puzzles to solve, no questions to answer, and no spam in your forums.&nbsp;</p>\n\n\n<p>Whether you run a small business or work at a large company, <a href=\"https://akismet.com/\">Akismet</a> is by far the easiest and most effective way to stop forum&nbsp;spam.</p>\n\n\n<img width=\"1600\" height=\"820\" src=\"https://akismet455732288.files.wordpress.com/2024/01/image-5.png\" alt=\"Akismet homepage with the text \" />\n\n\n<p>While it’s known throughout the WordPress community for its considered to be the <a href=\"https://akismet.com/blog/best-anti-spam-wordpress-plugins-compared/\">best anti&#8209;spam plugin</a> that’s easy to install, it also supports other platforms like Joomla! and Drupal. Developers can even build it into any application thanks to Akismet’s flexible&nbsp;API.</p>\n\n\n<p>When you sign up for an Akismet plan, you’ll be protected from comment and form spam, including spambot registrations and comments on forums.&nbsp;</p>\n\n\n<p>At the time of writing, Akismet has protected more than 100 million websites and blocked over 500 billion instances of&nbsp;spam.</p>\n\n\n<p>The value is immediately evident —&nbsp;it’s proven to boost conversions by an average of 3.6% when replacing CAPTCHA. That’s an instant boost in website performance!&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">How Akismet&nbsp;works</h3>\n\n<p><a href=\"https://akismet.com/features/\">Akismet</a> is software that you can install on your website. If you have a WordPress website, all you have to do is purchase a plan, and then install and activate the plugin through your&nbsp;dashboard.</p>\n\n\n<p>Depending on your web hosting plan, the free version of the tool may come pre-installed on your website. Non-commercial WordPress sites can use it completely for free.&nbsp;</p>\n\n\n<p>Businesses and other professional organizations can quickly find the ideal plan for them and the elimination of spam and improved user experience will immediately make it&nbsp;worthwhile.</p>\n\n<p>For major organizations, the good news is that Akismet offers custom <a href=\"https://akismet.com/enterprise/\">enterprise plans</a>. In fact, with over 100 million users, it’s the go&#8209;to choice for <a href=\"https://akismet.com/blog/convertkit-customerstory/\">businesses like ConvertKit</a> that use Akismet to boost the performance of their platform by protecting their wide network of business customers from&nbsp;spam.</p>\n\n\n<img width=\"1600\" height=\"1002\" src=\"https://akismet455732288.files.wordpress.com/2024/01/image-6.png\" alt=\"ConverKit homepage\" class=\"wp-image-283707\" />\n\n\n\n<p>Once Akismet is set up, it uses AI filtering and a robust spam database to identify and block spam. Plus, it operates on the cloud, so these processes won’t impact your website’s performance.&nbsp;</p>\n\n\n<p>If you’re using WordPress, Akismet integrates seamlessly with some of the most popular plugins, like <a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack</a> and <a href=\"https://wordpress.org/plugins/formidable/\" target=\"_blank\" rel=\"noreferrer noopener\">Formidable&nbsp;Forms</a>.</p>\n\n<h3 class=\"wp-block-heading\">The benefits of&nbsp;Akismet</h3>\n\n<p>Here are some of the main benefits of using Akismet to stop forum&nbsp;spam:</p>\n\n\n<ul><li>Real&#8209;time, AI&#8209;powered&nbsp;filtering</li>\n\n<li>99.99 percent spam detection&nbsp;accuracy</li>\n\n<li>&#8220;Set it and forget it&#8221;&nbsp;configuration</li>\n\n<li>Compatibility with multiple&nbsp;platforms</li>\n\n<li>No added friction to the user&nbsp;experience</li></ul>\n\n\n<p>In a nutshell, Akismet is powerful software that can stop spam in its tracks. It’s highly effective, easy to configure, and works on multiple platforms. Plus, Akismet stands out from other anti&#8209;spam solutions because it doesn’t add any obstacles for legitimate site&nbsp;visitors.</p>\n\n<p>A seamless anti&#8209;spam solution can greatly improve the effectiveness of your forums. When it comes to contact forms, Akismet can help <a href=\"https://akismet.com/blog/form-conversion-rate/\">increase your conversion rates</a>,&nbsp;too!</p>\n\n<h2 class=\"wp-block-heading\">How to get started with Akismet&nbsp;today</h2>\n\n<p>If you’re currently running a forum or want to start one, you’ll need a strategy to prevent spam. Otherwise, your members could be driven away in annoyance. Plus, if your forum is plagued with spam, it could lead to a drop in your site’s search engine&nbsp;rankings.</p>\n\n<p>That’s why your forum needs an <a href=\"https://akismet.com/enterprise/\">enterprise solution like Akismet</a>. This powerful software uses AI filtering, cloud storage, and seamless integrations to block 99.99% of spam without impacting the user experience or your site’s&nbsp;performance.</p>\n\n<p>Are you ready to stop forum spam? <a href=\"https://akismet.com/talk-to-sales/\">Reach out to the Akismet team&nbsp;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:\"Fri, 19 Jan 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s: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:73:\"WordCamp Central: Thanks to Woo for sponsoring community events worldwide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=5109963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://central.wordcamp.org/news/2024/01/thanks-to-woo-for-sponsoring-community-events-worldwide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1012:\"<p>We couldn’t be happier to welcome Woo to the <a href=\"https://central.wordcamp.org/sponsor-multiple-wordcamps/\">WordPress global community sponsorship program</a> in 2024! This year, they’re sponsoring at the Gold level in all regions, supporting official WordPress community events across the globe.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://central.wordcamp.org/files/2024/01/Woo-logo-color.png\"><img width=\"1024\" height=\"704\" src=\"https://central.wordcamp.org/files/2024/01/Woo-logo-color-1024x704.png\" alt=\"Woo logo 2024\" class=\"wp-image-5129983\" /></a>WooCommerce logo</div>\n\n\n<p><a href=\"https://woo.com/\">Woo</a> is the leading open-source ecommerce platform, powering 31.4% of the top million online stores.* Built on WordPress, Woo empowers anyone, anywhere, to sell anything with truly unlimited extensibility, flexibility, and control over how they build and evolve their business.</p>\n\n\n\n<p>* StoreLeads, <a href=\"https://storeleads.app/reports\">StoreLeads.app, January 2024</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, 18 Jan 2024 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Isotta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"Do The Woo Community: AI, Accessibility, Security and Privacy in 2024 with Robbie and Robert\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://dothewoo.io/woo-agencychat-look-at-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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>Hosts Robbie Adair and Robert Jacobi discuss their predictions for 2024, focusing on the acronym ASP: Accessibility, Security, and Privacy</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woo-agencychat-look-at-2024/\">AI, Accessibility, Security and Privacy in 2024 with Robbie and Robert</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, 18 Jan 2024 10:39: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: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:75:\"Akismet: Version 5.3.1 of the Akismet WordPress plugin is ready to download\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://akismet.com/?p=283692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://akismet.com/blog/version-5-3-1-of-the-akismet-wordpress-plugin-is-ready-to-download/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1004:\"<p>Version 5.3.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now&nbsp;available.</p>\n\n<p>In this release, we&#8217;ve added a quick link to get to your <a href=\"https://akismet.com/account/\">Akismet.com account overview</a>. This enables you to see summary of activity across all sites using your API key, and manage your Akismet&nbsp;subscription.</p>\n\n\n<img width=\"1024\" height=\"320\" src=\"https://akismet455732288.files.wordpress.com/2024/01/screenshot-2024-01-16-at-14.41.58.png?w=1024\" alt=\"\" class=\"wp-image-283696\" />\n\n\n<p>There are also a number of bug fixes and improvements and we recommend upgrading if you&#8217;re using an earlier version of the&nbsp;plugin.</p>\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins&nbsp;directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jan 2024 00:36:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Chris Rosser 🏔\";s: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:81:\"WordCamp Central: Automattic sponsors WordPress community events across the globe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=5109965\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://central.wordcamp.org/news/2024/01/automattic-sponsors-wordpress-community-events-across-the-globe/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2763:\"<p>We&#8217;d like to welcome <a href=\"https://automattic.com/about/\">Automattic</a> to the 2024 Global Sponsorship program! By sponsoring at the Gold level across the globe, Automattic helps make local community events better for WordPress enthusiasts and easier to organize for our wonderful group of hardworking volunteers.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://central.wordcamp.org/files/2023/03/automattic-logotype-color.png\"><img width=\"1024\" height=\"341\" src=\"https://central.wordcamp.org/files/2023/03/automattic-logotype-color-1024x341.png\" alt=\"Automattic logo\" class=\"wp-image-3163599\" /></a>Automattic logo</div>\n\n\n<p>At <a href=\"https://automattic.com/about/\" target=\"_blank\" rel=\"noreferrer noopener\">Automattic</a>, <em>we are</em> passionate about making <em>the web</em> a better place.</p>\n\n\n\n<p>We are the people behind <a href=\"https://wordpress.com/\">WordPress.com</a>, <a href=\"https://woocommerce.com/\">WooCommerce</a>, <a href=\"https://jetpack.com/\">Jetpack</a>, <a href=\"https://wpvip.com/\">WordPress VIP</a>, <a href=\"https://simplenote.com/\">Simplenote</a>, <a href=\"https://longreads.com/\">Longreads</a>, <a href=\"http://wpscan.com/\">WPScan</a>, <a href=\"https://akismet.com/\">Akismet</a>, <a href=\"https://en.gravatar.com/\">Gravatar</a>, <a href=\"https://crowdsignal.com/\">Crowdsignal</a>, <a href=\"https://cloudup.com/\">Cloudup</a>, <a href=\"https://www.tumblr.com/\">Tumblr</a>, <a href=\"https://dayoneapp.com/\">Day One</a>, <a href=\"https://www.pocketcasts.com/\">Pocket Casts</a>, and more. We believe in making the web a better place.</p>\n\n\n\n<p><a href=\"https://distributed.blog/\">We’re a distributed company</a> with 2,007 Automatticians in 97 countries speaking 123 different languages. We’re committed to <a href=\"https://automattic.com/diversity-and-inclusion/\">diversity, equity, and inclusion</a>, and our common goal is to democratize publishing and commerce so that anyone with a story can tell it, and anyone with a product can sell it, regardless of income, gender, politics, language, or where they live in the world.</p>\n\n\n\n<p><a href=\"https://github.com/Automattic\">We believe in Open Source</a> and the vast majority of our work is available under the GPL.</p>\n\n\n\n<p>We strive to live by the <a href=\"https://automattic.com/creed/\">Automattic Creed</a>.</p>\n\n\n\n<p>Automattic is a <a href=\"https://mostlovedworkplace.com/companies/automattic-inc/\">Most Loved Company</a> and <a href=\"https://disabilityconfident.campaign.gov.uk/\">Disability Confident Committed</a>. (Here’s <a href=\"https://happinessengineer.blog/2022/09/08/happiness-for-everyone-working-with-a-disability-at-automattic/\">what that might mean for you</a>.) Come <a href=\"https://automattic.com/work-with-us/\">work with us</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jan 2024 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Isotta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: #106 – Anil Gupta on the Challenges Posed by Multi Collaboration in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=152488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/podcast/106-anil-gupta-on-the-challenges-posed-by-multi-collaboration-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52438:\"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 challenges posed by multi collaboration in 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 use that URL in 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 Anil Gupta. Anil is the CEO and co-founder of Multidots, Multicollab, and DotStore. His companies serve a wide range of customers, from large publishers and news companies to WordPress users.</p>\n\n\n\n<p>Of specific interest to this episode of the podcast is Multicollab, which offers a WordPress plugin that allows for Google docs style collaboration, including commenting, suggestions, and real time editing.</p>\n\n\n\n<p>When Google docs was first brought to the market, it was a pretty big deal. Perhaps not the first to offer a real time collaborative interface, it was certainly the first to gain widespread adoption.</p>\n\n\n\n<p>Fast-forward to today, and it&#8217;s more or less inconceivable that you&#8217;d create documents which were not editable by multiple people at the same time. Most modern online software ships with this built in. The extraordinary became the norm and the expectation.</p>\n\n\n\n<p>But what&#8217;s about WordPress? As the largest CMS, WordPress still lacks this functionality, but hopefully not for long.</p>\n\n\n\n<p>Phase three of the Gutenberg project, the phase that we&#8217;re in at the moment, aims to make it possible for many users to amend content at the same time. The beguiling simplicity of the Google docs interface makes it seem like this would be a trivial feature to add into WordPress, but this is not the case. Unlike proprietary software, in which the vendor owns and manages the whole stack, WordPress is used by many different people, in many different ways. They might have a shared server, or a range of plugins, and this all complicates the picture.</p>\n\n\n\n<p>Anil talks about how his team decided to tackle this problem for their own plugin, and he explains some of the hurdles that they&#8217;ve experienced along the way. They&#8217;ve taken a cautious approach, developing different features one at a time, working through the technical challenges with commenting before moving on to real time editing.</p>\n\n\n\n<p>Anil paints a picture of a bright future for WordPress, once this new feature set is completed. But it&#8217;s also interesting to see how many challenges the developers will need to overcome before it can be shipped in a future WordPress update.</p>\n\n\n\n<p>If you&#8217;re interested in finding out about the future of editing content in WordPress, this episode is for you.</p>\n\n\n\n<p>If you want to find out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast.</p>\n\n\n\n<p>And so without further delay, I bring you Anil Gupta.</p>\n\n\n\n<p>I am joined on the podcast today by Anil Gupta. Hello Anil.</p>\n\n\n\n<p>[00:03:56] <strong>Anil Gupta:</strong> Hey Nathan, how are you?</p>\n\n\n\n<p>[00:03:58] <strong>Nathan Wrigley:</strong> Yeah, great. It is an absolute pleasure to have you on the podcast. Anil and I have spoken on various occasions before, but we&#8217;ve never had a one-to-one conversation, certainly not about this subject. But we&#8217;re going to be talking today about phase three of the Gutenberg project, and in particular, about the ability to collaborate on documents inside of WordPress. How that might come about. What some of the technical barriers might be.</p>\n\n\n\n<p>Now in order for Anil to be a credible person on this podcast, it&#8217;s probably a good idea to give him the opportunity to introduce himself, and let him talk briefly about the projects that he&#8217;s working on, or worked on which overlap what we&#8217;re going to talk about.</p>\n\n\n\n<p>So Anil, this is just an opportunity really to give your bio, so that our audience know that you know what you&#8217;re talking about. So over to you.</p>\n\n\n\n<p>[00:04:42] <strong>Anil Gupta:</strong> Absolutely. So I&#8217;m a CEO and co-founder of Multidots, Multicollab and Dotstore. So these three brands serve very different group of customers. Multidots is more like our WordPress agency side of the business, where we help large publishers, news and media companies for their WordPress migration. So whatever CMS they&#8217;re using, we help them to migrate to WordPress.</p>\n\n\n\n<p>Our second brand Multicollab, which is a WordPress plugin, a Google Doc style collaboration, that doesn&#8217;t exist at this moment in WordPress. But with this plugin, you can use commenting, suggestions and real time editing. And that&#8217;s one of the topics that we are going to talk about today.</p>\n\n\n\n<p>And the third brand is called Dotstore, which serves small e-commerce business owners. So if you have a WooCommerce store, we provide bunch of different WooCommerce plugins that helps you to get more sales and better performance, and all those good stuff.</p>\n\n\n\n<p>Apart from these three brands, I also have a podcast called Peaceful Growth, where we talk about some of the strategies on how to grow in life and business, in a more peaceful and balanced way.</p>\n\n\n\n<p>[00:05:43] <strong>Nathan Wrigley:</strong> Well, thank you so much. That&#8217;s great. So now we know all about you, well, not all about you, but some things about you. Let&#8217;s get into the subject at hand, which is going to be multi collaboration inside of WordPress. And I think really, to begin with, let&#8217;s imagine in the conversation that we&#8217;re going to have, that we are just creating posts and pages. Let&#8217;s leave it at that for now, because that will mean that the conversation is easier to understand. And I guess I&#8217;m just going to hand it over to you to ask why we need this kind of feature inside of WordPress.</p>\n\n\n\n<p>And just before you begin answering that, I&#8217;ll say, if you&#8217;ve never used Google Docs or Office 365, then it may be that you don&#8217;t even know what we&#8217;re talking about. So this is the ability for a variety of people to log into something at the same time, the same document, and be editing it synchronously. So if you were to edit something, I would see your edits the moment that you made them, and in that way we can collaborate.</p>\n\n\n\n<p>It is still a mystery to me how this actually happens on the backend, but it certainly isn&#8217;t a part of WordPress. At the moment if somebody&#8217;s editing something, you are locked out, if it&#8217;s not you. And you have to wait until they&#8217;re finished, and that might even mean a phone call or an email to tell them, are you finished yet? And this all seems a little bit Victorian, you might say. It&#8217;s really from a different era, now that everybody&#8217;s got collaborative editing. But, why do we need it in WordPress? What&#8217;s wrong with what we&#8217;ve got right now?</p>\n\n\n\n<p>[00:07:04] <strong>Anil Gupta:</strong> Good question. I would say there are multiple reasons, as well as benefits, of collaboration. But let&#8217;s start with the reasons. Traditionally if we go back, when WordPress was launched 18, 20 years ago, the sole purpose of the WordPress was to provide a platform where content creators, publishers, or bloggers, they can create the content easily and quickly, right? And it solved the purpose.</p>\n\n\n\n<p>But, in the last 10 years we have observed that anything that we do digitally now, it&#8217;s not a single or solo creation. You collaborate, we collaborate with others in regards to creating and producing stuff. Now, if you look at the content publishing, content creation applications, I think Google Docs or Microsoft Word, or any application for that sake, you know, if you look, they kind of like already saw this need, as the internet bandwidth and infrastructure got better. The need to collaborate together and create content together, actually increased, right?</p>\n\n\n\n<p>So 10 years ago, when Google Doc and all other content creation app, they already kind of started working on adding the collaboration as a part of their content creation platform. And in last five years, all the modern content creation platform, whether it&#8217;s Canva or Notion, they kind of all also have started introducing the collaboration.</p>\n\n\n\n<p>And unfortunately, WordPress doesn&#8217;t have collaboration. And why we need a collaboration, you know, the one reason I see is like, now we are not creating the content alone. You know, like even if you are a blogger, you have at least someone you know, that you would like to share your piece of content before you publish it. And then they will share some of the ideas like, okay, you know we should add some graphics here. And just that collaborative communication.</p>\n\n\n\n<p>And now, yes, there are other apps that we use, maybe Slack, Zoom, Loom. Like a lot of different other communication apps that we might be using, in order to achieve this feature. But because all other content creation apps has all these features inbuilt, now it has become an expectation for anyone who is either using WordPress or switching to WordPress, that I would have the same collaborative tools that I was using in my previous content creation apps.</p>\n\n\n\n<p>Last thing I would say is since pandemic, you know, that like earlier a lot of people were kind of like working from the same office, so they will be more collaborating over the floor, and just like, you know, or the tea and coffee conversation. Now, as we all are virtual, working from remote places and all that. So then it&#8217;s not real time, where like, you know, two people can be available. The time zone differences, and a lot of things actually creates that space, where the need for async communication has also been increased. And that is where also, if we have all the collaboration features in the WordPress, that will be helpful.</p>\n\n\n\n<p>[00:09:54] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s interesting because I am of a certain age, and I started using WordPress at a time when, well, not necessarily WordPress, but I started using CMSs at a time where there was absolutely no expectation that anything was collaborative. And so I&#8217;m kind of okay with it. It&#8217;s not perfect, I would love for collaboration to be in there, but I&#8217;m used to it, and this is just how WordPress works. I understand that if somebody&#8217;s editing something, I have to wait a little bit.</p>\n\n\n\n<p>But I&#8217;m thinking in particular about my children, and the fact that they&#8217;ve been brought up in an era where this is the bare minimum of what a document workflow would be like. You begin creating it, you put a title in, and then maybe even the next step, rather than writing the content, is to click the share icon, wherever that may be, and to get your fellow collaborators in.</p>\n\n\n\n<p>So I know, for example, that schools throughout the UK are using all the different suites that you mentioned, to enable them to hand homework in. And their staff can edit things, and modify things, and correct their work and all of that. And it&#8217;s just the bare essentials. And so somebody like me, it&#8217;s fine. I&#8217;m used to it. But the next generation, the people that are growing up, the people who are, let&#8217;s say, I don&#8217;t know, 20 or below, there&#8217;s no way that it&#8217;s acceptable to not have collaborative editing. It&#8217;s just too strange, alien. And if that&#8217;s the case, it will probably not be used.</p>\n\n\n\n<p>You know, you log into WordPress for the first time, see it cannot do that, and then think, well, I&#8217;ll go to somewhere that can. And as we know, WordPress is in a competitive landscape. We&#8217;ve got the SaaS apps out there, the Wixs and the Squarespaces, and I don&#8217;t actually know if they can do these features.</p>\n\n\n\n<p>[00:11:36] <strong>Anil Gupta:</strong> I think Wix does, yeah.</p>\n\n\n\n<p>[00:11:37] <strong>Nathan Wrigley:</strong> Right, okay. So we think that some of them do, and the fact that they&#8217;ve got their own architecture, you know, they own all of the infrastructure, and they can put the resources into place for that. It&#8217;s probably more straightforward to them to do that. So that leads us to the next thing really, which is, when we&#8217;re talking about this, are you able to just flesh out the landscape a little bit?</p>\n\n\n\n<p>Do you have any insight into what specifically is in the proposal for sharing within WordPress? Because Google Docs, you share a doc. Google spreadsheets, you share a spreadsheet, and it&#8217;s fairly constrained. We&#8217;d be sharing something, which can be filled up with a myriad of different things, little blocks. You know, it might be a paragraph block, or a YouTube block, or a image block, or goodness knows what array of blocks you may put in. Do you have some insight into exactly what&#8217;s inside the spec for Gutenberg phase three, this collaborative era?</p>\n\n\n\n<p>[00:12:30] <strong>Anil Gupta:</strong> Yeah. So Matías, lead architecture of Gutenberg, he kind of shared a full roadmap of what we can expect in phase three, which is a collaboration phase of Gutenberg. It has workflows. So the one thing is, as soon as you have this, all the collaboration features, you know, we need to also control the workflow. Like who will approve, who will publish, because multiple people are on the document. You know, where we want to control, or design a workflow in a way so that, if somebody&#8217;s still drafting, someone else doesn&#8217;t just publish it accidentally, right? So there are like a lot of, I would say, some workflows.</p>\n\n\n\n<p>And then second I would say, which is their async communication. So async is where multiple people can update, contribute to a piece of content, without need of being online. All the changes are synced. And then, it also has some inline commenting. So we can provide some, select any piece of content, a block, a text, table or image, and leave some comments that like, hey, I don&#8217;t like this image. Can we change that? Or, what do you think? Like, ask someone else&#8217;s opinion.</p>\n\n\n\n<p>And then, specifically talking about the phase three, I think they also have the whole admin panel. So I think they&#8217;re working on the admin panel. I&#8217;m not sure if directly related to collaboration, but as a part of the phase three, they are working on revamping the admin interface.</p>\n\n\n\n<p>If we look at the focus only on the collaboration, I would say async communication, inline commenting, and some level of workflows. You know, those are the three big things that I see will be there in phase three.</p>\n\n\n\n<p>[00:14:00] <strong>Nathan Wrigley:</strong> Yeah, there&#8217;s an awful lot packaged into that, isn&#8217;t there? Just as you were speaking there, a whole myriad of things were coming into my head. And I should probably rewind and say, if this is achieved, it will be in a vanilla version of WordPress. I know that you have a solution where you can add a plugin, and we&#8217;ll come to that later. You can talk about some of the hurdles that you&#8217;ve had to overcome.</p>\n\n\n\n<p>But in a vanilla version of WordPress, everybody will have this functionality, should it be achieved. And at the moment, in a vanilla version of WordPress, the publishing flow is really, pretty straightforward. You log in, and you basically click publish. But you&#8217;ve just introduced a whole raft of different things.</p>\n\n\n\n<p>So workflows, let&#8217;s take that. You know, if you&#8217;ve got seven people, eight people, a hundred, who knows. Any number of people who are editing in there, there may be a myriad of different permissions. This person is able to do this, and this person is able to do that. But finally, only these three people can publish things.</p>\n\n\n\n<p>So we need to come up with a visual way of surfacing that inside the UI so that, I don&#8217;t know, if six people have been in, and they&#8217;ve edited this, is everything that they&#8217;ve done okay? Can we just have a quick scan through it? None of that exists, really, at the moment. Third party solutions can bring that to bear, but none of that really exists.</p>\n\n\n\n<p>The whole async thing, well, that&#8217;s removed entirely at the moment, because you just click either update or, you know, you click publish, and whatever you&#8217;ve got on the page or the post is what is saved. And it&#8217;s as simple as that. Where, you&#8217;re saying that maybe if somebody, I don&#8217;t know, it goes offline temporarily. We have to have some way to keep their content, so that when they come back online, it somehow gets synced.</p>\n\n\n\n<p>And anybody that&#8217;s been involved in building or developing realises, you know, if things get outta sync pretty quickly, it&#8217;s a hot mess. And trying to untangle, well, when did that happen? Who put that in, and when did they do it? That&#8217;s going to be interesting.</p>\n\n\n\n<p>And then yes, of course, the whole inline commenting thing. You forget, don&#8217;t you? If you don&#8217;t use the comments in a, let&#8217;s say a Google Doc again, you forget that there&#8217;s that whole interface, which doesn&#8217;t come to bear unless you use it, which enables you to give commentary on things. To say, I think you should modify this, this is fine. And you can tick things off, and it&#8217;s almost like a little task management system.</p>\n\n\n\n<p>And then it sends out a slew of emails to say, oh, somebody&#8217;s edited this, that, and the other thing. And, you know, it makes decisions about how many emails to send out based upon the rapidity of the changes going on. So there really, really is a lot in there that needs to be, first of all, figured out, and then made visible to us in a way which is intuitive, and that the next generation can understand without having to think too hard. That&#8217;s a lot, isn&#8217;t it?</p>\n\n\n\n<p>[00:16:42] <strong>Anil Gupta:</strong> It is, yeah. And I think, all these little things, if we keep it into account, like email notification that you mentioned, and if somebody&#8217;s already editing a document, there are some changes which are not approved, you know, whether we should be able to publish it or not. There are a lot of little things that we need to think about when we are creating this solution.</p>\n\n\n\n<p>But most importantly, people who used to use WordPress, you know, the way as we talked about, you know, you go on a post and start drafting the content, and select some blocks here and there, and then you go ahead and publish it. So now when multiple people are collaborating, yeah, you need to pay attention to all those different things.</p>\n\n\n\n<p>Permissions that you mentioned, yeah, I think that&#8217;s something that, even in our plugin, we are kind of getting a lot. That the default WordPress roles, we kind of think a little bit more about on that too, in regards to like, hey, I don&#8217;t want this person to approve any changes, you know. It should be this person. Though that person can edit anything, but they will not be able to accept any changes, or close the comments.</p>\n\n\n\n<p>So those are like a lot of little things that need to be there. And user experience, I think will be a very big thing that we need to pay attention to as well, so that we don&#8217;t overwhelm the people who love WordPress, simplicity of the WordPress, and when they see all this stuff, is like, why? What&#8217;s going on?</p>\n\n\n\n<p>[00:17:55] <strong>Nathan Wrigley:</strong> I do wonder on what level the granularity of permissions works. So, is it all done by the role-based system? So, you know, if you have a certain role, you can go in and edit any post or any page. Or, would it be nice to have it on a more granular level? So, okay, although this person has this particular role, which would preclude them from editing this, I want to allow them to edit this one special thing, because it&#8217;s right in their wheelhouse. So, okay, even though they&#8217;ve got this role, I want them to adopt a different role, just for this one post.</p>\n\n\n\n<p>And then maybe even delving deeper inside the post or the page itself. What about the ability to just edit certain blocks? So paragraph blocks, yes, go for it. But the YouTube block, no, no, no, that&#8217;s not for you to be editing. Or the images, no, you can&#8217;t do that. You know what I mean? You can get really granular. And I guess it&#8217;s a question of how granular we want that to be, and how do you surface that in a way which is easy to understand?</p>\n\n\n\n<p>And then you mentioned also, the visual cues that you&#8217;re getting inside of these third party solutions, like Google Docs. You can really see what somebody is doing. So you get this little icon, which is within the document, it kind of stays out the way a little bit. You know, it&#8217;s a very thin, little couple of pixels wide icon with a color. But you can see, okay, that&#8217;s where somebody&#8217;s cursor is, and if they highlight a portion of text, because they want to delete it or something, you can see that that&#8217;s highlighted.</p>\n\n\n\n<p>In WordPress that might span several blocks. Whereas in a Google Doc it&#8217;s just, it&#8217;s all one thing so it doesn&#8217;t really matter. But it may be that it highlights, you know, you highlight two paragraph blocks and a heading block, then you&#8217;re going to delete those. How does that all get done? How does it get saved? How can you revert changes that are made? Boy, there really is a lot going on in here.</p>\n\n\n\n<p>[00:19:34] <strong>Anil Gupta:</strong> It&#8217;s a massive technical problem that we need to solve, in order to provide this feature, as well as offer that in a way so that it still is helpful. You know, to help them to create and published content faster, not slowing them down.</p>\n\n\n\n<p>[00:19:47] <strong>Nathan Wrigley:</strong> The thing about this is, you can&#8217;t really release something that isn&#8217;t working perfectly, in the scenario that it&#8217;s been created for. I don&#8217;t know, we tackle, user permissions first. That has to be perfect before it&#8217;s released. It can&#8217;t be kind of, okay, just test this out a little bit and see how it goes.</p>\n\n\n\n<p>It has to be bulletproof, the moment it ships into WordPress Core. And I think that some of the things that came into Gutenberg, and went out of Gutenberg, and got changed in Gutenberg, that was more or less okay, because it didn&#8217;t interrupt the publishing workflow. It just, maybe things surfaced on the front end slightly differently. Or there was a block that was suddenly now available, which wasn&#8217;t available there before. And all of that was okay. But if we&#8217;ve suddenly got things which mean, well, no I can&#8217;t publish anymore, that&#8217;s not working for me. Oh, okay, that&#8217;s not so good.</p>\n\n\n\n<p>So in the background, what are you thinking ought to be in view here? You know, are you thinking that it should just be core blocks at the beginning, the blocks which WordPress ships with? Should they be the things that are tackled? Should it be attached to just posts and pages and custom post types, leave all of that. Templates, leave all of that. Patterns, leave all of that. Do you have any intuition as to how deep it should go at the beginning, to make it even feasible to get off the ground?</p>\n\n\n\n<p>[00:21:00] <strong>Anil Gupta:</strong> Yeah, so I think that&#8217;s a really good question. The reason is, as we talked about, like collaboration is a massive problem. And you can&#8217;t try to change everything in one go, you know. So you need to take a different part of the collaboration, and slowly build it in a way so that, yeah, you don&#8217;t basically put the whole house down, right?</p>\n\n\n\n<p>I&#8217;m not sure what&#8217;s the WordPress Core&#8217;s approach is, but when we started working on Multicollab, our approach was, let&#8217;s focus on the one feature at that time. So what we did is, we first launched only inline commenting, so no real time editing, so we don&#8217;t have to worry about the permissions and all that. No real time editing, just inline commenting.</p>\n\n\n\n<p>So in any piece of content, you can select it, whether it&#8217;s a blog, whether it&#8217;s media, whether it&#8217;s a text. You select it, and it&#8217;ll give you little comment box, where you can add a comment like, hey, I need some feedback on this, or changes here. And you can also mention anyone who is a WordPress user. So you type in at, then you can select a user, and they will be notified, and they can see and come back to the WordPress post. And they will see like, oh, somebody wants my feedback and opinion on that, and they can reply there.</p>\n\n\n\n<p>So that was the first thing we launched. And we perfected that inline commenting almost for like a two years. So we focused on that, to make sure that works. And what you mentioned, one of the big challenge with the WordPress is, everyone has themes, plugins, and blocks, right? So, what sort of blocks are they using in Gutenberg setup, or what sort of plugins are they using?</p>\n\n\n\n<p>Like Yoast SEO also manipulates the page editing interface and workflow. So that&#8217;s why we decided like, alright, we&#8217;ll just start with the inline commenting. We slowly increased it. We still have a compatibility metrics where we continue to tell them like, hey, at this moment, this 20, 25, or 30, or 60, however many blocks are like, this is what it supports.</p>\n\n\n\n<p>And then we slowly started focusing on more popular plugins, and their blocks. So then, slowly, we are increasing the compatibility to more blocks. But that&#8217;s something that it&#8217;s very hard to do it in a day one.</p>\n\n\n\n<p>[00:22:59] <strong>Nathan Wrigley:</strong> Do you mind if I just interrupt there? So, that&#8217;s really interesting. So, did you have to take each of the Core blocks one at a time, and provide some engineering in the background that made it so that that block was available to be editable in a Multicollab setup? So you had to do the paragraph block, and then the heading block and then, okay, aspects of the group block, which might break something else, we had to deal with that.</p>\n\n\n\n<p>So you had to do that first. And then, because all the third party vendors who&#8217;ve got the blocks and the block suites and, you know, there&#8217;s a lot of those now. You&#8217;re having to tackle those because they don&#8217;t necessarily work. So immediately my head is this multiplying problem of, how do we reign that back in? How do we get it so that everything is engineered, so that it will be collaborative? So let me just ask that question again. Did you have to do the blocks one at a time, is basically what I&#8217;m asking?</p>\n\n\n\n<p>[00:23:51] <strong>Anil Gupta:</strong> So the approach that we took, first, we actually, instead of blocks, we were focusing on the type of content. So whether it&#8217;s a text, whether it&#8217;s media, you know, or whether it&#8217;s a dynamic content. Dynamic content is, you know, where you are not typing it in, but it&#8217;s just pulling in from, let&#8217;s say, from the database, and pulling in like featured post, right? Or let&#8217;s say testimonials. So you don&#8217;t type in and it&#8217;s already coming in from somewhere else like, you know, and then you just curating that.</p>\n\n\n\n<p>So we kind of started that like, okay, how should we actually treat a text? And it doesn&#8217;t matter whether it&#8217;s a custom block, native block, or someone else&#8217;s block. As long as there is a text in that, how we should treat that. If there is a media, how we should treat that. We kind of started that. And that was our phase one. So it doesn&#8217;t matter what block you have, as long as you have text media and like couple of things, it will work.</p>\n\n\n\n<p>Later on, once we achieved that, the second phase was how we make sure that we don&#8217;t have to edit anything in the code, but still our inline commenting works for whatever the blocks are. Our developer observed that, if blocks are custom blocks, are designed and developed based on following the Gutenberg&#8217;s guideline then our plugin was working. But if they don&#8217;t follow the Gutenberg guideline, if you just kind of, you know, do on your own thing, that&#8217;s where our inline commenting, and some of the things that we were doing was not functioning.</p>\n\n\n\n<p>So now in our phase three. So right now we have, as long as your Gutenberg blocks is following, custom blocks, they&#8217;re following Gutenberg guideline, doesn&#8217;t matter what kind of blocks you have, it will work. And we also did an approach where, if for some reason your block is very complex, then instead of the content inside the block, you can highlight the entire block.</p>\n\n\n\n<p>So that&#8217;s where we started with like, okay, we can&#8217;t actually do much about what is in the block, but you can still give a comment on entire block. It&#8217;s working, like most of the blocks where we doesn&#8217;t support, you can still select the entire block, and leave a comment on the block. Like, hey, there&#8217;s something needs to look in there. But they will not be able to select a particular text, or image inside the block and highlight that.</p>\n\n\n\n<p>In our phase three, that is where we are working on. Doesn&#8217;t matter what blocks you have, but how we can manipulate the HTML DOM model. So it&#8217;s called Document Object Model, right? So the entire page is basically a DOM structure. So now we are working on how we can use the DOM JavaScript and HTML manipulation, so that you don&#8217;t need to worry about any block compatibility, it will automatically work with all the blocks. That&#8217;s our phase three.</p>\n\n\n\n<p>[00:26:20] <strong>Nathan Wrigley:</strong> It does sound like there is going to be a lot of work for the Core WordPress team, to tackle this from some of the experiences that you&#8217;ve just highlighted. It is very much an iterative approach. And I guess time will tell how they decide to tackle that.</p>\n\n\n\n<p>Do you have any intuition on the, backend I guess is the wrong word. But there are some people who are able to afford really complicated server setups and, you know, they&#8217;ve got powerful hosting and all of that. And you kind of get the impression that a lot of this is going to be calling back and forth to the server, constantly. Because if you imagine that there&#8217;s seven people editing a document at once, that&#8217;s seven bits of information that needs to be flying, more or less in real time, the entire time.</p>\n\n\n\n<p>Whilst that might be possible to have, if you&#8217;ve got an expensive hosting set up, which is configured for this. Do you have any intuitions that if you&#8217;re on more affordable hosting, like a shared host and you&#8217;ve just got a basic plan, do you see this becoming a problem, because of the amount of data that&#8217;s going to be flying back and forth, and the power of that computer, acting as a server? What do you think?</p>\n\n\n\n<p>[00:27:21] <strong>Anil Gupta:</strong> So when it comes to collaboration, and as we talked about, inline commenting, suggestions, like any edits that you make becomes suggestion, and then the real time editing. So I feel like these three are the big pillars of collaboration. Now when we launched Multicollab, you know, we launched with inline commenting, and then we launched suggestion mode, and now recently we launched the real time editing. The third piece of the collaboration.</p>\n\n\n\n<p>First two piece, inline commenting and suggestion mode. So that&#8217;s something that we tested, and we found that it doesn&#8217;t require any fancy server configuration. Whatever server or hosting that you&#8217;re using right now, that will be sufficient. Because in that we are not using any peer to peer connection, because we haven&#8217;t introduced the real time editing yet. As long as you&#8217;re using those two features for the collaboration, you&#8217;ll be good with pretty much whatever server you have right now.</p>\n\n\n\n<p>But the moment you introduce real time editing, that is where the server and the whole performance thing actually becomes very critical. And that&#8217;s where the challenge with the WordPress is, that all other content creation apps, and the platform, they are cloud. They&#8217;re hosted in cloud, so they have a control on the computing power, and the cloud infrastructure. They can scale the cloud infrastructure because everyone sign in and access the same cloud. One other way, they don&#8217;t go and take a piece of source code and install and use it on their own server, right?</p>\n\n\n\n<p>So for that, especially this real time editing, where multiple users simultaneously can edit, and all those things that we talked about. That you highlight the cursor where other users are in the post, and if they make any changes, the changes also sync with the other people who are editing, or working on right now.</p>\n\n\n\n<p>That is where a server comes into the picture, and our team actually put together a server requirement. Like, what&#8217;s the minimum level of server configuration that we need in order for real time editing to work? And that is actually a challenge that we are still working on, and finding a way to see that, what are those major hosting companies, like managed hosting, the big hosting companies. And if their current server infrastructure meets the realtime editing or not.</p>\n\n\n\n<p>And that&#8217;s why we launched the realtime editing, at this moment. But it&#8217;s still on a beta and it&#8217;s by default off. One way we are handling this problem, is we are giving them an option like, hey, if you want to use the realtime editing, it requires certain level of server performance and power. If you have it, then here is the instruction that you can follow, and then you can use the real time editing. If you don&#8217;t have it, then you can use our server. So we have created our own server, you know, a massive server where all these async communication happens. The data is encrypted and all of that, but yes, we are giving the choice that, hey, if your server doesn&#8217;t support it, then you can use our server. So it&#8217;s kind of like cloud, so we have created our own little cloud, which they can use for this async communication.</p>\n\n\n\n<p>[00:30:19] <strong>Nathan Wrigley:</strong> So, is that a fairly seamless experience? So firstly, that answer is fascinating. So there is a roadblock, there is a server configuration, at least in your experience, which renders the whole enterprise of synchronous editing painful, impossible, perhaps. And if you are prepared to read the documentation, and get yourself onto a server which you have determined is suitable, then it&#8217;ll work. Otherwise, here&#8217;s a button for you to press.</p>\n\n\n\n<p>Is it as straightforward as that? You just sort of click a button and you are taking over that heavy lifting on the server. But it&#8217;s purely just for those sync transactions. It&#8217;s not for anything else. It&#8217;s not for keeping the content of the post, it&#8217;s just the bits and pieces that are firing to do the synchronous work, right?</p>\n\n\n\n<p>[00:31:00] <strong>Anil Gupta:</strong> That&#8217;s very true, yeah. So the way we have done is, right now, if you download multi collab, it&#8217;s default, set it to our server, because we want to have them try it and test it. And then they can change it like, no, I don&#8217;t want to use your server, I want to, let&#8217;s say, configure my own server. Then you just turn that feature off, and you can take over.</p>\n\n\n\n<p>But if you want to use our server, you don&#8217;t have to do anything. It&#8217;s just built in, and it&#8217;s already all the server variables, and everything we have already put into the plugin. So when you go, you just turn on the real time editing, and you can start using the real time editing without making any changes in your server.</p>\n\n\n\n<p>[00:31:35] <strong>Nathan Wrigley:</strong> It&#8217;s kind of an interesting idea because, on the one hand, it creates a marketplace for people such as yourself to offer that service. You know, if you want to have synchronous editing for a hundred people, and for it to be absolutely bulletproof, here&#8217;s a plugin which connects to a service, which will give you the horsepower in order to do that.</p>\n\n\n\n<p>But at the same time, the way that it&#8217;s been described, phase three feels like the enterprise is to get this working for everybody, out of the box. And from what you are saying, obviously, you know, maybe technology will improve, and browser capabilities will improve, and all sorts of things will improve. Maybe this will be possible.</p>\n\n\n\n<p>But it does feel like the offering is, this is going to be available to everybody. And it would be strange for a Core feature like that to have some kind of paywall attached to it. Now, I know that we&#8217;ve got examples throughout the ecosystem of obviously extra things that you can add in. But if it&#8217;s going to be available in Core, it seems odd to then be saying, well actually, your version of Core on that server isn&#8217;t going to cut it. I&#8217;m sorry, you&#8217;re going to have to part with some money.</p>\n\n\n\n<p>That feels almost like straying away from what the promise of it is. Do you understand what I&#8217;m trying to say? It feels odd to offer something in Core, which then you have to pay for because your server doesn&#8217;t live up to it. But then again, that&#8217;s just the way it might have to be, I suppose.</p>\n\n\n\n<p>[00:32:57] <strong>Anil Gupta:</strong> Yeah. I think that&#8217;s where I&#8217;m also curious to see how WordPress Core is going to address this problem. Because, based on our research, for last one and a half year we have been working on async and real time editing. We tried WebSocket, WebRTC, pretty much like bunch of different, all of the protocols, we tested it out.</p>\n\n\n\n<p>And one thing that we are seeing repeatedly is that, yeah, the server plays a very, very big role, hosting, specifically plays a big role. And the WebSocket needs to be enabled, and also depending on how many requests, and all of that. So there are like a lot of things that needs to be happen, before even you can turn on and use the real time editing.</p>\n\n\n\n<p>And if WordPress Core is targeting that it will work seamlessly out of the box as you install the plugin. And especially like, you know, if you don&#8217;t have all this WebRTC, WebSocket, or whatever the server infrastructure is required. It&#8217;s a big question for me, how they&#8217;re going to tackle that problem, because at this moment we don&#8217;t have a solution.</p>\n\n\n\n<p>And that&#8217;s why we created this. Like we bought this massive server computing power so that it can support that. The people who are using our plugin, they&#8217;re paying for that services, and they&#8217;re aware about it. But WordPress Core, I think the goal is to kind of like have that for free, so that you can use and install it. And I&#8217;m not sure how they&#8217;re going to solve this problem.</p>\n\n\n\n<p>[00:34:13] <strong>Nathan Wrigley:</strong> Yeah and, what does graceful failure look like in that scenario? So if a modest server can cope with one or two people, what happens when you reach the limit of that? So you&#8217;ve added in another five people, and suddenly everything&#8217;s under strain, it&#8217;s no longer working. How do you inform, or how do you encourage the user to do things differently?</p>\n\n\n\n<p>Because the last thing you want to do is lock people out of the editor, or something goes wrong in the editor, and it all becomes a problem, I can no longer publish things. Three of us are locked out, and now we can no longer get back in, or we couldn&#8217;t collaborate in the way that we thought we could. It was working better yesterday than it&#8217;s working today. Those kind of things.</p>\n\n\n\n<p>And that seems an almost insurmountable technical challenge to at the moment anyway. We&#8217;re recording this at the end of 2023. It seems like an almost insurmountable challenge to be able to do that and provide it for everybody out of the box, even on the most straightforward, modest hosting package. So, yeah, I guess only time will tell.</p>\n\n\n\n<p>Are there any other things that you&#8217;ve had to tackle, trying to get this done, that you would like to share? Is there any technical challenges that you&#8217;ve faced, or quirky experiences that you&#8217;ve had and things that you didn&#8217;t anticipate on the road that you now look back and think, oh, oh boy, I wish we&#8217;d thought of that in advance.</p>\n\n\n\n<p>[00:35:32] <strong>Anil Gupta:</strong> Yeah, I think the big piece, what I see is the inline commenting, suggestion, and real time editing like beside this server configuration for the real time editing. I think one is, it&#8217;s whole new learning curve. You know, so let&#8217;s say when you&#8217;re using the WordPress and now when you introduce all these features, there is a learning curve for the content creators.</p>\n\n\n\n<p>It&#8217;s not a technical challenge, but I think it&#8217;s more like adaptation challenge. And one thing that I think we did good and it was a decision, like a very deliberate decision that we want to keep the interface as close to Google Doc. Because Google Doc, I believe, is something that has already set a bar, you know. So when people are very familiar with like how to use the share button, how to invite someone, and leave the inline commenting. And if you kind of like try to introduce completely new interface for the collaboration, then that will also be a big learning curve.</p>\n\n\n\n<p>So that&#8217;s kind of like feedback that we got initially, when we try to be a little bit more innovative, like, let&#8217;s try to, you know, provide the best collaboration interface. It didn&#8217;t go well. We were like no, we want Google Doc. We want Google Doc style and that kind of like become our roadmap.. So if you are using MultiCollab right now, using the share button, the sidebar activities, inline commenting, suggestion mode, pretty much like all those features works very similar to how you use the Google Doc.</p>\n\n\n\n<p>So you will not see that big difference when you come to WordPress, that you will feel like it&#8217;s Google doc style interface. And challenge for us was to build that on the top of Gutenberg. I think that was a big, both technical, as well as a UI and user experience challenge.</p>\n\n\n\n<p>[00:37:13] <strong>Nathan Wrigley:</strong> Given that this is coming down the road and, let&#8217;s imagine a future where everything works and the team that are behind this managed to pull everything off, and it&#8217;s absolutely perfectly working and everything&#8217;s fine. How did you decide that you wanted to get into this business?</p>\n\n\n\n<p>Because before we hit record, I asked you that question. I said, did you decide to have this business knowing that it was coming into Core? And if that&#8217;s the case, why did you do that? Because it seems almost like you&#8217;re setting yourself up to have a business which is going to be replaced by something that&#8217;s free.</p>\n\n\n\n<p>But you&#8217;ve got intuitions around that. I guess it&#8217;s around what you can package, which may exceed what the endeavor of Core is. We&#8217;ve been assuming that it would try to do everything all at once for everybody, and of course that may not be the case. It may be a very, a slim implementation. So just talk us through that. How anxious are you about phase three eating your company&#8217;s lunch?</p>\n\n\n\n<p>[00:38:11] <strong>Anil Gupta:</strong> So when we started working on MultiCollab, I already was aware the phase three was already announced. They already mentioned that we are going to focus on collaboration. So it wasn&#8217;t a surprise in the beginning. The way I saw that as an opportunity, I feel like even where we know that when WordPress Core built or design anything, they try to focus on the 48% of the web. You know, it&#8217;s like a lot of small, medium businesses, bloggers. So basically they have to kind of like put it to together, something that&#8217;s targeting for a very wide audience.</p>\n\n\n\n<p>On the other side, we focus, a lot of our features, like real time editing, inline commenting, these are all free, so you don&#8217;t have to pay for using those features. There are some pro level features while custom roles and permissions is concerned, Slack integration. So some of our publishers who use collaboration, they also like integrate that with their Slack and some enterprise tools they use.</p>\n\n\n\n<p>So that&#8217;s where we see an opportunity that we can provide the tailored, custom solutions, to this 20, 30% of the pro users who wants things a little bit differently and more customizations.</p>\n\n\n\n<p>Also by design, you know, the WordPress Core is going to be slow because, you know, everything they have to build, they have to do. It&#8217;s a massive force. And on the other side, like we have only one thing, this is the only project that we have. We don&#8217;t have like bunch of other phases that we have to worry about. So, that&#8217;s something that we, in last two years, we had made a new release every month. You know, so every month we have a new release, fix a bunch of different things, improve different things.</p>\n\n\n\n<p>So I think that turn around is something that we were able to do much faster than probably WordPress Core can do. And the support is something that I feel like that is the only focus that we have. And I think we have seen that again and again in the WordPress and all other economy where, we have so many page builders, right?</p>\n\n\n\n<p>Like still they&#8217;re thriving, despite Gutenberg is free. It&#8217;s in built and all that, but still, Elementor. And same goes for the bunch of other features like commenting for example. There are like bunch of different commenting solutions because what WordPress offer, post commenting is not enough, or not the way other people wants it.</p>\n\n\n\n<p>[00:40:20] <strong>Nathan Wrigley:</strong> Yeah, I think it&#8217;s really interesting, and my guess is that the conversation in the WordPress space for the next 18 months at least will be highly focused on this topic. And the fact that people are talking about it, and the fact that you&#8217;ve already done a lot of work inside that space. Actually, when I think about it a little bit more, maybe it puts you in a kind of a pole position to have those conversations.</p>\n\n\n\n<p>And also you can build on top of what Core produces. And it may be that there&#8217;s parts of the code that you&#8217;ve already written that can be removed or replaced by what&#8217;s in Core, and you can build on top of that. So yeah, that&#8217;s an interesting approach, and WordPress&#8217; history does show that, doesn&#8217;t it?</p>\n\n\n\n<p>And the page builder example is perfect. There isn&#8217;t just space for one. The audience inside the WordPress community is so vast that you can have myriad different solutions to the same problem. And although WordPress might be tackling collaboration in some form, it may be that other people wish to have a different form of collaboration, or an extended feature set in the collaboration space. So yeah, that&#8217;s a nice answer and it, certainly implies that you&#8217;ll be around for the foreseeable future.</p>\n\n\n\n<p>Anil, before we wrap it up, I just want to give you an opportunity to tell us where people can find you if they want to reach out to you, where would be the best place to do that?</p>\n\n\n\n<p>[00:41:41] <strong>Anil Gupta:</strong> For me personally, I have a newsletter slash blog, where I write a lot about different things that I&#8217;m experimenting, and talk a lot about my businesses and podcast and all that. So that place would be my blog, that is anilg.substack.com. But for MultiCollab, it&#8217;s very simple, we have actually very good advantage if you search for WordPress collaboration or just multi collab, you&#8217;ll see a lot of resources that we have published and our website comes because we don&#8217;t have a competition at this moment.</p>\n\n\n\n<p>[00:42:10] <strong>Nathan Wrigley:</strong> Google is your best friend, and probably will be for the foreseeable future. So Anil, thank you so much for sharing your insights into multi collaboration in the WordPress space. We&#8217;ll see how this all develops, but thank you so much for chatting to me today, I really appreciate it.</p>\n\n\n\n<p>[00:42:24] <strong>Anil Gupta:</strong> Thanks for having me. And uh, yeah, it was a blast.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://anilg.substack.com/\">Anil Gupta</a>.</p>\n\n\n\n<p>Anil is the CEO and co-founder of <a href=\"https://www.multidots.com/\">Multidots</a>, <a href=\"https://www.multicollab.com/\">Multicollab</a>, and <a href=\"https://www.thedotstore.com/\">DotStore</a>. His companies serve a wide range of customers, from large publishers and news companies to WordPress users.</p>\n\n\n\n<p>Of specific interest to this episode of the podcast is Multicollab, which offers a WordPress plugin that allows for Google Doc-style collaboration, including commenting, suggestions, and real-time editing.</p>\n\n\n\n<p>When Google Docs was first brought to the market, it was a pretty big deal. Perhaps not the first to offer a real time collaborative interface, it was certainly the first to gain widespread adoption. Fast forward to today and it’s more or less inconceivable that you’d create documents which were not editable by multiple people at the same time. Most modern online software ships with this built in. The extraordinary became the norm, and the expectation.</p>\n\n\n\n<p>By what about WordPress? As the largest CMS, WordPress still lacks this functionality, but hopefully not for long. Phase 3 of the Gutenberg project, the phase that we are in at the moment, aims to make it possible for many users to amend content at the same time.</p>\n\n\n\n<p>The beguiling simplicity of the Google Docs interface makes it seem that this would be a trivial feature to add into WordPress, but this is not the case. Unlike proprietary software in which the vendor owns and manages the whole stack, WordPress is used by many different people, in many different ways. They might have a shared server, or a range of plugins, and this all complicates the picture.</p>\n\n\n\n<p>Anil talks about how his team decided to tackle this problem for their own plugin, and he explains some of the hurdles they’ve experienced along the way. They’ve taken a cautious approach, developing different features one at a time, working through the technical challenges with commenting, before moving onto real time editing.</p>\n\n\n\n<p>Anil paints a picture of a bright future for WordPress, once this new feature set is completed, but it’s also interesting to see how many challenges the developers will need to overcome before it can be shipped in a future WordPress update.</p>\n\n\n\n<p>If you’re interested in finding out about the future of editing content in 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://www.peacefulgrowth.com/\">Peaceful Growth podcast</a></p>\n\n\n\n<p><a href=\"https://anilg.substack.com/\">Anil&#8217;s blog</a></p>\n\n\n\n<p><a href=\"https://www.multidots.com/\">Multidots</a></p>\n\n\n\n<p><a href=\"https://www.multicollab.com/\">Multicollab</a></p>\n\n\n\n<p><a href=\"https://www.thedotstore.com/\">DotStore</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, 17 Jan 2024 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: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:86:\"Do The Woo Community: Gutenberg, the Beginning to the Present with Tammie and Jonathan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://dothewoo.io/gutenberg-present-to-beginnings/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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>Hosts Jonathan and Tammie reflect on their experiences with the Gutenberg project in WordPress. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/gutenberg-present-to-beginnings/\">Gutenberg, the Beginning to the Present with Tammie and Jonathan</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, 17 Jan 2024 09: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: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:89:\"HeroPress: With WordPress Another Life Is Possible – Con WordPress otra vida es posible\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=6397\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://heropress.com/essays/with-wordpress-another-life-is-possible/#utm_source=rss&utm_medium=rss&utm_campaign=with-wordpress-another-life-is-possible\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19748:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/01/011624.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I came for the software and stayed for the people.\" /><p><a href=\"https://heropress.com/feed/#espanol\">Este ensayo también está disponible en español.</a></p>\n\n\n\n<p>December 11, 2023, Palacio Neptuno (Madrid). I am sitting, surrounded by many people, we are all looking towards a stage with a screen that reads &#8220;State of the Word 2023&#8221;. I look at the clock, it reads 16:05, and two thoughts come to my mind: the first one is &#8220;It seems that Matt is late&#8221;; the second one is caused by having seen the date that read &#8220;11 Dec&#8221;, my brain wants to remind me something&#8230; &#8220;Holy moly! It was 15 years ago today that I read my doctoral thesis in neuroscience&#8221;.</p>\n\n\n\n<p>I hope this resource of starting &#8220;in media res&#8221; has caught your attention and you have some interest in knowing how I got there.</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_494ea8-e7 wp-block-kadence-advancedheading\"><strong>My life before WordPress</strong></h2>\n\n\n\n<p>I have always been a curious person and a career in biology seemed like a good candidate where I could apply that trait. During my college years I got pretty good grades that allowed me to apply for a fellowship to develop a doctoral thesis.&nbsp;</p>\n\n\n\n<p>During the years I spent on that thesis, among other things, I became an expert in the molecular mechanisms involved in programmed cell death in cerebral ischemia. You didn&#8217;t think you were going to read that combination of words in a post related to WordPress, did you? And I didn&#8217;t want to use more technical words like &#8220;apoptosis&#8221;, which is the &#8220;cool&#8221; way we scientists refer to programmed cell death.</p>\n\n\n\n<p>After submitting the thesis (yes, indeed, on December 11, 2008, I like you to keep your attention) I continued researching neurodegenerative diseases in several postdocs. My trajectory was not aiming for Nobel (nor was it my intention), but I was &#8220;progressing adequately&#8221; within the &#8220;scientific career&#8221;.</p>\n\n\n\n<p>So what happened, Nahuai?&nbsp;</p>\n\n\n\n<p>What went wrong to make you stop practicing as a scientist and start building websites with WordPress?</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_b4c5cc-21 wp-block-kadence-advancedheading\"><strong>Looking for a kinder lifestyle</strong></h2>\n\n\n\n<p>What happened is that I had an unpleasant work experience in the postdoc I was doing in a research center in Italy (back in 2014).</p>\n\n\n\n<p>The reason is not as important as the reflection it forced me to make. I realized that, although I loved doing research, the researcher&#8217;s lifestyle was not aligned with how I wanted to live.&nbsp;</p>\n\n\n\n<p>Thus began another investigation, one in which I intended to find a job that would allow me to have more freedom of schedule and location.</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_7be7c0-c5 wp-block-kadence-advancedheading\"><strong>Finding WordPress</strong></h2>\n\n\n\n<p>You can imagine that the start of that new research, which meant putting aside around 15 years of training as a neuroscientist, was not easy.</p>\n\n\n\n<p>The general concept was to be a freelance and work on something online. Indeed, it was very general, but it fulfilled the requirements to achieve the freedom I was looking for. Luckily, WordPress came fairly early into the equation (in the same 2014) and I immediately felt comfortable with the tool.</p>\n\n\n\n<p>I started training myself in the CMS. I created a technology website and a travel website to apply what I was learning. I did part of this process while I was still working as a scientist and another with unemployment benefits and the support of my partner.</p>\n\n\n\n<p>Years later, when I felt able to create websites for clients and I managed to shake off the &#8220;imposter syndrome&#8221;, I started to offer my services on my personal website (created with WordPress, logically). The first clients were &#8220;friends, fools and family&#8221; and then I started to get clients thanks to the articles about WordPress and photography that I wrote in my blog.</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_8c1ba5-d6 wp-block-kadence-advancedheading\"><strong>Discovering the community (&#8220;the secret ingredient&#8221; of WordPress)</strong></h2>\n\n\n\n<p>When I was in Italy I started following WordPress news, mainly through podcasts, and I was surprised to hear how many events were taking place in Spain. So, as soon as I returned to Spain I started attending Meetups in and around Barcelona.</p>\n\n\n\n<p>That was followed by several WordCamps around the peninsula and by the time I realized it I was totally in love with the community. I soon realized that it was the &#8220;secret ingredient&#8221; behind the popularity of WordPress.</p>\n\n\n\n<p>Taking advantage of the &#8220;falling in love phase&#8221;, I started participating in the community by giving talks, volunteering and later creating a WordPress Meetup in Terrassa, the city where I live now, and where I will soon celebrate 5 years as an organizer.&nbsp;</p>\n\n\n\n<p>At WordCamp Barcelona 2018 I met Esther Solà, a web developer I was following online (because she had a fantastic blog about WordPress) and we quickly made friends. A few months later we launched the podcast <a href=\"https://freelandev.com/\">Freelandev</a>, where we have been telling for almost 5 years how we make a living as WordPress developers (and many more things). The podcast served as an incubator to launch another common project, <a href=\"https://osompress.com/\">OsomPress</a>, where we have been creating plugins and themes for WordPress for more than 3 years.</p>\n\n\n\n<p>Once I realized my love for the Spanish WordPress community, I also wanted to get to know the international community better (part of which I read and listened to), and that&#8217;s why I went to WordCamp Europe 2019 as a volunteer. The experience was so good that since then it&#8217;s an annual appointment that I don&#8217;t miss (conditions permitting).</p>\n\n\n\n<p>I could go on for hours writing about the goodness of the community, but if I had to sum it up, I would say that it has given me many intangible things, but others that are tangible:</p>\n\n\n\n<ul>\n<li>Friends (and good ones)</li>\n\n\n\n<li>A network of professionals to trust</li>\n\n\n\n<li>Clients</li>\n\n\n\n<li>The creation of a podcast</li>\n\n\n\n<li>The creation of a plugin and theme development company</li>\n\n\n\n<li>Aligning my work with my life purpose</li>\n</ul>\n\n\n\n<p>I think this sentiment, with personal variations, is shared by quite a few members of the WordPress community. There&#8217;s a phrase that gets repeated quite a bit, with different variations, but it goes something like &#8220;I came for the software and stayed for the people.&#8221;&nbsp;</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_ec1e50-72 wp-block-kadence-advancedheading\"><strong>Towards a way of life more aligned with my principles</strong></h2>\n\n\n\n<p>Once I proved to myself that I could make a living as a freelance WordPress developer, I put the focus on how I could contribute to &#8220;a better world&#8221;, within my modest means, of course.</p>\n\n\n\n<p>On the one hand, I started to be more selective with the projects I accepted, prioritizing those that were going to have a positive impact, and on the other hand I started to create content about web sustainability.</p>\n\n\n\n<p>I owe the inspiration for the latter to <a href=\"https://wordpress.tv/2019/09/22/roberto-vazquez-desarrollo-sostenible/\">a talk by Roberto Vazquez at WordCamp Pontevedra 2019</a>, in which he talked about the environmental impact of websites. Another example of the &#8220;snowball&#8221; effect that comes driven by being part of the community.</p>\n\n\n\n<p>And speaking of snowballs. Thanks to meeting Hannah Smith at WordCamp Europe 2019, I discovered the Green Web Foundation fellowship I got last year. Thanks to it I was able to create the limited series podcast <a href=\"https://sustainwp.com/\">Sustain WP</a>, which is all about digital sustainability and WordPress, which allowed me to interview a lot of interesting people in the community.</p>\n\n\n\n<p>Hannah was also involved in the creation of the WordPress sustainability initiative which months later became the official Sustainability Team. If you&#8217;re interested in learning more about the process and what we&#8217;re doing on the team I invite you to listen to <a href=\"https://sustainwp.com/podcast/episode-7-wordpress-sustainability-team/\">the episode where we explain it in detail</a>.</p>\n\n\n\n<p>As a culmination of 2023, I was honored to be elected, along with 3 other fantastic colleagues, as a representative of the Sustainability Team.&nbsp;</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_c911a5-a5 wp-block-kadence-advancedheading\"><strong>Disclaimer</strong></h2>\n\n\n\n<p>These types of articles are always difficult for me to write (I don&#8217;t do it often either). The intention is to inspire others, but I am also aware that we all start from different circumstances. In that sense, I feel privileged and can&#8217;t help but worry that the small personal &#8220;successes&#8221; I share will have the opposite effect to the one I&#8217;m looking for.</p>\n\n\n\n<p>Maybe it&#8217;s an unfounded fear and I&#8217;ve managed to convey my enthusiasm for life in general and the WordPress community in particular. Hopefully it inspires you to apply it in your own way.&nbsp;</p>\n\n\n\n<p>Whether I&#8217;ve achieved one thing or the other, I&#8217;ll be happy to read you in the comments. :)</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p></p>\n\n\n\n<h1 id=\"espanol\" class=\"kt-adv-heading6397_5884c3-b1 wp-block-kadence-advancedheading\">Con WordPress otra vida es posible</h1>\n\n\n\n<p>11 de diciembre de 2023, Palacio Neptuno (Madrid). Estoy sentado, rodeado de mucha gente, todos estamos mirando hacia un escenario con una pantalla donde se lee &#8220;State of the Word 2023&#8221;. Miro el reloj, marca las 16:05, y me vienen dos pensamientos a la cabeza: el primero es &#8220;Parece que Matt llega tarde&#8221;; el segundo viene provocado por haber visto la fecha que indicaba &#8220;11 dic&#8221;,&nbsp; mi cerebro quiere recordarme algo&#8230; &#8220;¡Leche! Que hoy hace justo 15 años que leí mi tesis doctoral en neurociencia&#8221;.</p>\n\n\n\n<p>Espero que este recurso de empezar &#8220;in media res&#8221; haya captado tu atención y tengas cierto interés en saber cómo he llegado hasta ahí.</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_fea921-46 wp-block-kadence-advancedheading\"><strong>Mi vida antes de WordPress</strong></h2>\n\n\n\n<p>Siempre he sido una persona curiosa y la carrera de biología me pareció una buena candidata donde poder aplicar ese rasgo. Durante los años de universidad obtuve calificaciones bastante buenas que me permitieron optar a una beca para desarrollar una tesis doctoral.&nbsp;</p>\n\n\n\n<p>Durante los años que dediqué a esa tesis, entre otras cosas, me convertí en un experto en los mecanismos moleculares implicados en la muerte celular programada en la isquemia cerebral. ¿A que no pensabas que ibas a leer esa combinación de palabras en un post relacionado con WordPress, eh? Y eso que no he querido usar palabras más técnicas como &#8220;apoptosis&#8221;, que es la forma &#8220;cool&#8221; con la que nos referimos los científicos a la muerte celular programada.</p>\n\n\n\n<p>Después de presentar la tesis (sí, efectivamente, el 11 de diciembre de 2008, me gusta que mantengas la atención) continué investigando enfermedades neurodegenerativas en varios postdocs. Mi trayectoria no apuntaba al Nobel (ni era mi intención), pero sí &#8220;progresaba adecuadamente&#8221; dentro de la &#8220;carrera científica&#8221;.</p>\n\n\n\n<p>Entonces ¿qué pasó, Nahuai?&nbsp;</p>\n\n\n\n<p>¿Qué se torció para que dejaras de ejercer como científico y empezaras a montar webs con WordPress?</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_0ae430-d4 wp-block-kadence-advancedheading\"><strong>Buscando un modo de vida más amable</strong></h2>\n\n\n\n<p>Lo que ocurrió es que tuve una experiencia laboral desagradable en el postdoc que estaba realizando en un centro de investigación en Italia (allá por 2014).</p>\n\n\n\n<p>El motivo no es tan importante como lo es la reflexión que me obligó a realizar. Me di cuenta de que, aunque me encantaba investigar, el modo de vida del investigador no estaba alineado con cómo quería vivir.&nbsp;</p>\n\n\n\n<p>Así empezó otra investigación, una en la que pretendía encontrar un trabajo que me permitiera tener más libertad de horario y ubicación.</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_e0c3be-03 wp-block-kadence-advancedheading\"><strong>Encontrando WordPress</strong></h2>\n\n\n\n<p>Te puedes imaginar que el comienzo de esa nueva investigación, que suponía dejar de lado unos 15 años de formación como neurocientífico, no fue fácil.</p>\n\n\n\n<p>El concepto general era hacerme freelance y trabajar en algo online. Efectivamente, era muy general, pero cumplía los requisitos para ganar esa libertad que buscaba. Por suerte, WordPress apareció bastante pronto en la ecuación (el mismo 2014) y en seguida me sentí cómodo con la herramienta.</p>\n\n\n\n<p>Empecé a formarme en el CMS. Creé una web de tecnología y otra de viajes para aplicar lo que iba aprendiendo. Parte de este proceso lo hice mientras seguía trabajando como científico y otro con la prestación de desempleo y el apoyo de mi pareja.</p>\n\n\n\n<p>Años más tarde, cuando me sentí capaz de crear webs para clientes y conseguí sacudirme un poco el &#8220;síndrome del impostor&#8221;, empecé a ofrecer mis servicios en mi web personal (creada con WordPress, lógicamente). Los primeros clientes fueron &#8220;friends, fools and family&#8221; y después me empezaron a llegar clientes gracias a los artículos sobre WordPress y fotografía que escribía en mi blog.</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_577274-80 wp-block-kadence-advancedheading\"><strong>Descubriendo la comunidad (&#8220;el ingrediente secreto&#8221; de WordPress)</strong></h2>\n\n\n\n<p>Cuando estaba en Italia empecé a seguir noticias sobre WordPress, principalmente a través de podcasts, y me sorprendía escuchar la cantidad de eventos que tenían lugar en España. Por eso, en cuanto regresé a España empecé a acudir a las Meetups de Barcelona y sus alrededores.</p>\n\n\n\n<p>A eso le siguieron varias WordCamps por la península y para cuando me quise dar cuenta ya estaba totalmente enamorado de la comunidad. Pronto me di cuenta de que era el &#8220;ingrediente secreto&#8221; detrás de la popularidad de WordPress.</p>\n\n\n\n<p>Aprovechando la &#8220;fase de enamoramiento&#8221;, empecé a participar en la comunidad dando ponencias, acudiendo como voluntario y más adelante creando la Meetup Terrassa, cuidad donde resido ahora, y donde pronto cumpliré 5 años como organizador.&nbsp;</p>\n\n\n\n<p>En la WordCamp Barcelona de 2018 conocí a Esther Solà, una desarrolladora web que seguía online (porque tenía un fantástico blog sobre WordPress) y rápidamente hicimos migas. Pocos meses después lanzamos el podcast <a href=\"https://freelandev.com/\">Freelandev</a>, en el que llevamos casi 5 años contando cómo nos ganamos la vida como desarrolladores WordPress (y muchas más cosas). El podcast sirvió de incubadora para sacar otro proyecto común, <a href=\"https://osompress.com/\">OsomPress</a>, donde creamos plugins y temas para WordPress desde hace más de 3 años.</p>\n\n\n\n<p>Una vez constatado mi amor por la comunidad española de WordPress, quise conocer mejor también a la comunidad internacional (parte de la cual leía y escuchaba), y por eso fui a la WordCamp Europe 2019 como voluntario. La experiencia fue tan buena que desde entonces es una cita anual que no me pierdo (siempre que las condiciones lo permitan).</p>\n\n\n\n<p>Podría, seguir durante horas escribiendo sobre las bondades de la comunidad, pero&nbsp;si tuviera que resumirlo diría que me ha aportado muchas cosas intangibles, pero otras que sí lo son:</p>\n\n\n\n<ul>\n<li>Amigos (y de los buenos)</li>\n\n\n\n<li>Una red de profesionales en los que confiar</li>\n\n\n\n<li>Clientes</li>\n\n\n\n<li>La creación de un podcast</li>\n\n\n\n<li>La creación de un empresa de desarrollo de plugins y temas</li>\n\n\n\n<li>Alinear mi trabajo con mi propósito vital</li>\n</ul>\n\n\n\n<p>Creo que este sentimiento, con variaciones personales, lo comparten bastantes miembros de la comunidad de WordPress. Hay una frase que se repite bastante, con distintas variaciones, pero dice algo así como &#8220;Llegué por el software y me quedé por la gente&#8221;.&nbsp;</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_dcbc41-c7 wp-block-kadence-advancedheading\"><strong>Hacia un modo de vida más alineado con mis principios</strong></h2>\n\n\n\n<p>Una vez que me demostré a mí mismo que podía ganarme la vida como desarrollador WordPress freelance, puse el foco en cómo podía contribuir a &#8220;un mundo mejor&#8221;, dentro de mis modestas posibilidades, claro.</p>\n\n\n\n<p>Por un lado, empecé a ser más selectivo con los proyectos que aceptaba, priorizando los que iban a tener un impacto positivo, y por otro empecé a crear contenido sobre sostenibilidad web.</p>\n\n\n\n<p>La inspiración de esto último se lo debo a <a href=\"https://wordpress.tv/2019/09/22/roberto-vazquez-desarrollo-sostenible/\">una charla de Roberto Vazquez en la WordCamp de Pontevedra 2019</a>, en la que habló del impacto medioambiental de las páginas web. Otro ejemplo del efecto &#8220;bola de nieve&#8221; que viene impulsada por ser parte de la comunidad.</p>\n\n\n\n<p>Y hablando de bolas de nieve. Gracias a haber conocido a Hannah Smith en la WordCamp Europe 2019, descubrí la beca de Green Web Foundation que obtuve el año pasado. Gracias a ella pude crear el podcast de serie limitada <a href=\"https://sustainwp.com/\">Sustain WP</a>, que trata sobre sostenibilidad digital y WordPress, el cual me permitió entrevistar a un montón de personas interesantes de la comunidad.</p>\n\n\n\n<p>Hannah también estuvo involucrada en la creación de la iniciativa de sostenibilidad de WordPress que meses más tarde se convirtió en el equipo oficial de sostenibilidad. Si estás interesado en conocer más sobre el proceso y lo que estamos haciendo en el equipo te invito a escuchar <a href=\"https://sustainwp.com/podcast/episode-7-wordpress-sustainability-team/\">el episodio donde lo explicamos con detalle.</a></p>\n\n\n\n<p>Como colofón de 2023, tuve el honor de ser elegido, junto a otros 3 fantásticos compañeros, como representante del equipo de sostenibilidad. &nbsp;</p>\n\n\n\n<h2 class=\"kt-adv-heading6397_ffe359-dd wp-block-kadence-advancedheading\"><strong>Disclaimer</strong></h2>\n\n\n\n<p>Este tipo de artículos siempre me resultan difíciles de escribir (tampoco lo hago a menudo). La intención es inspirar a otras personas, pero también soy consciente de que todos partimos de circunstancias distintas. En ese sentido, me siento un privilegiado y no puedo evitar preocuparme de que los pequeños &#8220;éxitos&#8221; personales que comparto tengan el efecto contrario al que busco.</p>\n\n\n\n<p>Igual es un temor infundado y he conseguido trasmitir mi entusiasmo por la vida en general y la comunidad WordPress en particular. Ojalá te inspire para aplicarlo a tu manera.&nbsp;</p>\n\n\n\n<p>Tanto si he conseguido una cosa como otra, estaré encantado de leerte en los comentarios. :)</p>\n<p>The post <a href=\"https://heropress.com/essays/with-wordpress-another-life-is-possible/\">With WordPress Another Life Is Possible &#8211; Con WordPress otra vida es posible</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:\"Wed, 17 Jan 2024 08: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:\"Nahuai Badiola\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"BuddyPress: BuddyPress 12.1.1 Maintenance &amp; Security release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=332779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2024/01/buddypress-12-1-1-maintenance-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2603:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.12.1.1.zip\">BuddyPress 12.1.1</a> is now available. This is a security and maintenance release. <strong>Please update your BuddyPress as soon as possible</strong>.</p>\n\n\n\n<p>The 12.1.1 release addresses the following minor security issue:</p>\n\n\n\n<ul>\n<li>Using the Cover Image group&#8217;s REST API Endpoints, it was possible to a non member of private/hidden group to get the corresponding group Cover Image URL. Discovered by <a href=\"https://au.linkedin.com/in/colin-xu-31a547134\" target=\"_blank\" rel=\"noreferrer noopener\">Colin Xu</a>.</li>\n</ul>\n\n\n\n<p>This vulnerability was reported privately to the BuddyPress team, in accordance with&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>BuddyPress 12.1.1 also fixes 10 bugs. For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-12.1.1/\">12.1.1 changelog</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-white-background-color has-text-color has-background no-border-radius wp-element-button\" href=\"https://downloads.wordpress.org/plugin/buddypress.12.1.1.zip\">Get BuddyPress 12.1.1</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>You can get the latest version by clicking on the above button, downloading it from the&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a>&nbsp;or checking it out from our&nbsp;<a href=\"https://buddypress.trac.wordpress.org/browser/branches/11.0\">Subversion repository.</a></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"many-thanks-to-11-1-0-contributors\">Many thanks to 12.1.1 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p> <a href=\"https://profiles.wordpress.org/sabernhardt\">sabernhardt</a>, <a href=\"https://profiles.wordpress.org/emaralive\">emaralive</a>, <a href=\"https://profiles.wordpress.org/shawfactor\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/strategio\">strategio</a>, <a href=\"https://profiles.wordpress.org/vapvarun/\">vapvarun</a>, <a href=\"https://profiles.wordpress.org/perchenet\">perchenet</a> &amp; <a href=\"https://profiles.wordpress.org/imath/\">imath</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jan 2024 23:43:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:93:\"WordCamp Central: WPBeginner joins the WordPress global community sponsorship program in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=5109967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://central.wordcamp.org/news/2024/01/wpbeginner-joins-the-wordpress-global-community-sponsorship-program-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3704:\"<p>Please join us in welcoming WPBeginner to the <a href=\"https://central.wordcamp.org/sponsor-multiple-wordcamps/\">2024 WordPress global community sponsorship program</a>! WPBeginner’s pledge to sponsor all official WordPress community events (WordCamps, Meetups, and more) all around the world provides support and stability to our hardworking crew of volunteer event organizers. Thanks for everything, WPBeginner!</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://central.wordcamp.org/files/2024/01/wpbeginner-logo-wpcentral.png\"><img width=\"900\" height=\"312\" src=\"https://central.wordcamp.org/files/2024/01/wpbeginner-logo-wpcentral.png\" alt=\"\" class=\"wp-image-5109968\" /></a>WPBeginner logo</div>\n\n\n<p>At <a href=\"https://www.wpbeginner.com/\">WPBeginner</a>, we provide cutting-edge, helpful WordPress tutorials that are easy to understand for small businesses, bloggers, and non-techy WordPress website owners. Since 2009, our <a href=\"https://videos.wpbeginner.com/\">free WordPress video courses</a> and tutorials are watched by over 56 millions WordPress users worldwide.</p>\n\n\n\n<p>Whether you&#8217;re looking to learn how to build a WordPress website, decide which WordPress plugins to pick, or just learn the WordPress best practices to grow your website, WPBeginner&#8217;s free resources can help:</p>\n\n\n\n<ul>\n<li><a href=\"https://www.wpbeginner.com/blog/\">WPBeginner Blog</a> – The central place for all our WordPress tutorials.</li>\n\n\n\n<li><a href=\"https://www.wpbeginner.com/solutions/\">WPBeginner Solution Center</a> – Detailed reviews of recommended WordPress plugins, tools, themes, agencies, and more curated by our WordPress experts.</li>\n\n\n\n<li><a href=\"https://www.wpbeginner.com/glossary/\">WPBeginner Dictionary</a> – WordPress lingo and terminology explained in plain english for non-techy users.</li>\n\n\n\n<li><a href=\"https://videos.wpbeginner.com/\">WPBeginner Videos</a> – Learn from our free WordPress video courses including <a href=\"https://videos.wpbeginner.com/courses/wordpress-101/\">WordPress 101</a>, <a href=\"https://videos.wpbeginner.com/courses/wordpress-seo-for-beginners/\">WordPress SEO for Beginners</a>, and hundreds more.</li>\n\n\n\n<li><a href=\"https://www.wpbeginner.com/deals/\">WPBeginner Deals</a> – Exclusive discounts on WordPress products and services for WPBeginner users.&nbsp;</li>\n\n\n\n<li><a href=\"https://www.wpbeginner.com/tools/\">WPBeginner Tools</a> &#8211; Free business tools created by the WPBeginner team for small business owners.</li>\n</ul>\n\n\n\n<p>Over the last 14 years working closely with WordPress users and listening to their feedback, we have also created some of the most popular WordPress plugins including <a href=\"https://wpforms.com/\">WPForms</a>, <a href=\"https://aioseo.com/\">AIOSEO</a> (All in One SEO for WordPress), <a href=\"https://optinmonster.com/\">OptinMonster</a>, <a href=\"https://www.monsterinsights.com/\">MonsterInsights</a>, and dozens more. Collectively over 25 million websites are using our free and <a href=\"https://www.wpbeginner.com/wordpress-plugins/\">premium WordPress plugins</a>.</p>\n\n\n\n<p>WPBeginner is part of the <a href=\"https://awesomemotive.com/\">Awesome Motive</a> family, and we&#8217;re on a mission to help small businesses grow &amp; compete with the big guys using the power of open source.&nbsp;</p>\n\n\n\n<p>If you&#8217;re a WordPress professional looking for a remote role, <a href=\"https://awesomemotive.com/careers/\">we&#8217;re hiring</a>. Come join our team.</p>\n\n\n\n<p>If you&#8217;re a WordPress product owner looking for an investment or selling your WordPress business, check out the <a href=\"https://www.wpbeginner.com/wpbeginner-growth-fund/\">WPBeginner Growth Fund</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, 16 Jan 2024 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Isotta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"Do The Woo Community: The Future of SEO, Content and AI with Alex Moss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78837\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://dothewoo.io/future-seo-content-ai/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"<p>Discover how AI SEO and content creation impacts the future of WordPress and WooCommerce with Dave Lockie and Alex Moss. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/future-seo-content-ai/\">The Future of SEO, Content and AI with Alex Moss</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, 16 Jan 2024 09:46: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: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:71:\"WordCamp Central: GoDaddy sponsors WordPress community events worldwide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=5109971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://central.wordcamp.org/news/2024/01/godaddy-sponsors-wordpress-community-events-worldwide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3636:\"<p>What would we do without our sponsors? We&#8217;re so grateful to <a href=\"https://www.godaddy.com/pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001\">GoDaddy</a> for <a href=\"https://central.wordcamp.org/sponsor-multiple-wordcamps/\">sponsoring WordPress community events all around the globe</a> at the Gold level in 2024! GoDaddy&#8217;s support enhances local community events, such as WordPress meetup and WordCamps, improving the experience for WordPress enthusiasts and simplifying the organization process for our dedicated team of volunteers.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://central.wordcamp.org/files/2023/02/Copy-of-gd-logo-480x360-1.png\"><img width=\"480\" height=\"360\" src=\"https://central.wordcamp.org/files/2023/02/Copy-of-gd-logo-480x360-1.png\" alt=\"GoDaddy logo global sponsorship \" class=\"wp-image-3160920\" /></a>GoDaddy logo</div>\n\n\n<p>At&nbsp;<a href=\"https://www.godaddy.com/pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001\">GoDaddy</a>, our&nbsp;mission&nbsp;is&nbsp;to empower&nbsp;a&nbsp;worldwide community of&nbsp;entrepreneurs&nbsp;by giving them all the help and tools they need to grow online&nbsp;— including a simpler, safer WordPress experience.&nbsp;</p>\n\n\n\n<p>We champion&nbsp;our&nbsp;Makers of the Web&nbsp;by delivering&nbsp;a suite of WordPress solutions that enable fast and easy setup and then&nbsp;enables users&nbsp;to&nbsp;harness all the power of the world’s most popular CMS.&nbsp;</p>\n\n\n\n<p>The <a href=\"https://community.godaddy.com/s/group/0F93t000000I7EfCAK/godaddy-pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001\">GoDaddy Pro Community</a> was built by and for website designers and developers.&nbsp;Whether you’re new to web design or growing your existing business, you’ll find free tools, products, education, and expert support to help you more efficiently create and maintain beautiful sites — and wow clients.</p>\n\n\n\n<p>We provide a&nbsp;<a href=\"https://www.godaddy.com/hosting/wordpress-hosting?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001\">Managed WordPress experience</a> that is as easy as it is effective. The latest version of WordPress comes pre-installed with exclusive themes, plugins, and tools to get you up and running quickly, with automated backups, updates, and malware removal so our Pros can spend less time on monotonous maintenance, and more time building their businesses.GoDaddy Pro works tirelessly to foster an active, nurturing community, with initiatives including the sponsorship of WordCamps globally, weekly <a href=\"https://events.godaddy.com/godaddy-pro-online?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001\">GoDaddy Pro Meetups</a>, our free <a href=\"https://www.godaddy.com/pro/academy?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001\">GoDaddy Pro Academy</a> courses, and our <a href=\"https://community.godaddy.com/s/group/0F93t000000I7EfCAK/godaddy-pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001\">GoDaddy Pro Discussions Group</a>. We’re proud to be a partner of the WordPress community and look forward to witnessing all the individual greatness that our efforts help support.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jan 2024 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Isotta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"Gutenberg Times: Quick Tip: How to use a classic menu in the navigation block of a block theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=27030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://gutenbergtimes.com/quick-tip-how-to-use-a-classic-menu-in-the-navigation-block-of-a-block-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1883:\"<p>There was a question in the forums, if one needs to rebuild all the menus when switching from a classic theme to a block theme. In other words, how can you add an existing menu to the Navigation block. </p>\n\n\n\n<p>If there is only one classic menu, it will be displayed in the navigation block. But if there are multiple classic menus on the site, it doesn&#8217;t automatically convert it to a navigation block. In that case, it takes a manual step after you switched the theme, but you don&#8217;t have to recreate the menus. </p>\n\n\n\n<p>Here are the steps to follow along with a separate test environment. </p>\n\n\n\n<ul>\n<li>Open a new website via <a href=\"https://playground.wordpress.net/?theme=twentytwentyone\">WordPress Playground and included the Twenty-Twenty-One Theme. </a></li>\n\n\n\n<li><a href=\"https://codex.wordpress.org/Theme_Unit_Test\" target=\"_blank\" rel=\"noreferrer noopener\">Imported the theme test data file</a>&nbsp;(more specifically,&nbsp;<a href=\"https://raw.githubusercontent.com/WPTT/theme-unit-test/master/themeunittestdata.wordpress.xml\" target=\"_blank\" rel=\"noreferrer noopener\">this</a>)</li>\n\n\n\n<li>Set Display Location of imported menu to Primary Menu to ensure Twenty Twenty One has a menu on top of the landing page</li>\n\n\n\n<li>Switch to Twenty Twenty-Four</li>\n\n\n\n<li>The menu disappeared, only the social link menu showed. </li>\n</ul>\n\n\n\n<p>Now the steps on how to get the classic menu back into the template? </p>\n\n\n\n<ul>\n<li>Click on the Template header, </li>\n\n\n\n<li>Click on the Navigation block</li>\n\n\n\n<li>The sidebar with the setting for the navigation block should open. </li>\n\n\n\n<li>Use the 3-dot menu to select the classic menu &#8220;All pages&#8221; </li>\n\n\n\n<li>Click on the Save button. </li>\n</ul>\n\n\n\n<p>And here is the video of the whole process: </p>\n\n\n\n\n\n\n\n<p><em>Thank you to JuanMa Garrido for the testing instructions. </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:\"Mon, 15 Jan 2024 12:13:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:122:\"Gutenberg Times: Call for testing WordPress 6.5, page builders yes or no, Data Liberation and more — Weekend Edition 280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://gutenbergtimes.com/call-for-testing-wordpress-6-5-page-builders-yes-or-no-data-liberation-and-more-weekend-edition-280/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13922:\"<p>Howdy, </p>\n\n\n\n<p>We are 31 days away from WordPress 6.5 Beta 1, the version that closes the new version for new features. In so far it&#8217;s early, lots of work can still go into the next major upgrade. On the other hand, we are only three Gutenberg plugin versions away from WordPress beta 1.  Gutenberg 17.5 RC is available for testing. If you have some time, it would be wonderful if you can use <strong>Anne McCarthy</strong>&#8216;s instructions to take <a href=\"https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/\">early opportunities to test WordPress 6.5</a>. If you would rather not set up a local test site, you can also use the <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">Gutenberg Nightly via WordPress playground</a> for your early test. </p>\n\n\n\n<p>Munich is again powered by snow and it freezing once more. Hubby and I are getting used to it; somewhat. Definitely longing for warmer weather. </p>\n\n\n\n<p>I hope you stay warm and have a joyful weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: If you intend to go to WordCamp Asia, I again <a href=\"https://calendly.com/pauli-haack/wcasia\"><strong>opened up my calendar so we can schedule a 1:1 meeting</strong></a>, to chat about your products, what you need to be successful as a developer or how to contribute to WordPress or just catch up on life. And if you are not going to make it to WordCamp Asia, we can always get together at WordCamp Europe in June. 🤗</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/#1-p\">Page builders discussions</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>WordPress co-founder, <strong>Matt Mullenweg</strong>, elaborated on the WordPress blog the <a href=\"https://wordpress.org/news/2024/01/data-liberation-in-2024/\"><strong>Data Liberation in 2024</strong></a> project, he announced during State of the Word in Madrid. &#8220;Migrating your site to WordPress, or exporting all your content from WordPress, should be possible in one click. I want WordPress’ export format to become the lingua franca of CMSs, whether coming to WordPress or moving within WordPress. &#8220;, he wrote. </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> has again compiles the list of changes in Core and Gutenberg in <a href=\"https://developer.wordpress.org/news/2024/01/10/whats-new-for-developers-january-2024/\"><strong>What’s new for developers? (January 2024)</strong></a>. &#8220;It’s a new year and time for exciting new things happening in the WordPress world. Catch the latest monthly roundup aimed at extenders.&#8221; he wrote. It&#8217;s a list of updates interesting for plugin, and theme authors as well as freelance and agency developers. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-b21294d93d10468b5f9c6136fdd74073\">🎙️ Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-94-state-of-the-word-gutenberg-17-2-17-3-and-17-4-wordpress-6-5-migrating-from-classic-theme-to-block-theme/\">Gutenberg Changelog #94 – State of the Word, Gutenberg 17.2, 17.3 and 17.4, WordPress 6.5, Migrating from Classic Theme to Block Theme</a> with Sarah Norris</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Joen Asmussen</strong>, summarize the work of the WordPress design team in his post: <a href=\"https://make.wordpress.org/design/2024/01/02/design-share-dec-1-dec-29/\"><strong>Design Share: Dec 1-Dec 29</strong></a>. The team worked on</p>\n\n\n\n<ul>\n<li>WP.org Data Liberation</li>\n\n\n\n<li>WP.org: Learning Pathways</li>\n\n\n\n<li>Thumbnail design</li>\n\n\n\n<li>Missing Fonts</li>\n\n\n\n<li>Safari Text-Selection Fix</li>\n\n\n\n<li>Responsive tables for Openverse’s source page</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-p\">Page builders discussions</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/karks88\">Eric Karkovack</a></strong> wondered in his post <strong><a href=\"https://thewpminute.com/can-gutenberg-and-wordpress-page-builders-coexist/\">Can Gutenberg and WordPress Page Builders Coexist?</a></strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/mattmedeiros\">Matt Medeiros</a></strong> asks: <a href=\"https://thewpminute.com/is-2024-the-year-of-page-builders/\"><strong>Is 2024 the Year of Page Builders?</strong></a> on the WPMinute episode 198. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://geary.co/wordpress-block-editor-first-look/\"><strong>I Tried Building a Layout With the WordPress Block Editor And it Didn’t Go Very Well,</strong></a> <strong><a href=\"https://twitter.com/thekevingeary\">Kevin Geary</a></strong> walks us through his learnings, trying the site editor for the first time. </p>\n\n\n\n<p>On YouTube, <a href=\"https://geary.co/wordpress-block-editor-first-look/#comment-593\"><strong>Anne McCarth</strong>y</a> and <a href=\"https://geary.co/wordpress-block-editor-first-look/#comment-590\"><strong>Riad Benguella</strong></a>, Gutenberg Core Developer,  chimed in with additional links and information</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Using Geary&#8217;s video and post as inspiration, <strong>Brian Coords</strong> walks us through how he would solve the layout problem Geary struggled with. <a href=\"https://www.youtube.com/watch?v=xCWUaLc7gvM&t=5s\">Building an example layout in Gutenberg (response video)</a>. He covers this &#8220;demo layout using core blocks and a few lines of CSS (via register_block_style). Along the way, I discuss alignments and widths in Gutenberg, semantic elements, flex box tools for layout, custom CSS, and whether the block editor is a &#8220;page builder&#8221;.</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><strong>Jamie Marsland</strong>, PootlePress, created a tutorial to help Beginners understand  the core concept around  WordPress Block Themes:  <a href=\"https://www.pootlepress.com/2024/01/mastering-wordpress-block-themes-3-key-principles-for-beginners/\"><strong>Three Key Principles for Beginners</strong></a>. &#8220;WordPress block themes revolutionize the way websites are built and designed, simplifying the process down to three core elements: <strong>Blocks Templates and Styles</strong>.&#8221; he wrote. </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>For the WordPress themes team, Justin Tadlock updated the community of contributors on <strong><a href=\"https://make.wordpress.org/themes/2024/01/11/new-block-focused-theme-handbook-docs-and-whats-coming-in-2024/\">New Block-Focused Theme Handbook Docs and What’s Coming in 2024</a>.</strong> After the revamp of the theme handbook, and publishing five new chapters, with eight still in draft. The next steps are the documentation of Patterns, Advanced topics and Classic Themes. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jacob Martella</strong> has some sound advice when you are on the quest of Converting<a href=\"https://crosswindsframework.com/blog/2023/12/18/converting-your-website-to-the-block-editor/\"><strong> Your Website to the Block Editor</strong></a>. &#8220;The biggest thing is that the site editor gives you so much control over how your website looks. You can customize the fonts and colors, change how your header and footer look and edit any template you want right from your dashboard. You don’t need to know CSS or PHP or have to worry about editing any files to do it&#8221; he wrote. </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-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Reminder! You are invited to the January <strong>Developers Hours for January 16th, 2024 at 15:00 UTC (10 am EDT)</strong> to <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298191982/\">Build your first WordPress block</a></strong>. In this online event, you’ll be on a walk-through <a href=\"https://developer.wordpress.org/block-editor/getting-started/tutorial/\">the new tutorial in the Block editor handbook</a>, and you will also learn more about the<a href=\"https://github.com/WordPress/block-development-examples\"> block development examples</a> on GitHub.</p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298191982/\"><img width=\"600\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/build-your-first-block.webp?resize=600%2C338&ssl=1\" alt=\"\" class=\"wp-image-26925\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The page in the Block Editor Handbook experienced a rewrite: &#8220;<a href=\"https://developer.wordpress.org/block-editor/getting-started/fundamentals/static-dynamic-rendering/\"><strong>Static or Dynamic rendering of a block</strong></a>&#8221; With the help of diagrams and new code examples, developers learn the main differences, advantages, and disadvantages of each approach of block development.</p>\n\n\n\n<img width=\"652\" height=\"379\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/static-rendering.webp?resize=652%2C379&ssl=1\" alt=\"\" class=\"wp-image-27006\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> released a new version  of his <a href=\"https://wordpress.org/plugins/advanced-query-loop/\"><strong>Advance Query Loop</strong></a> plugin. Now ACF developer will see their meta keys in the auto-complete list for Post Meta queries. </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: Building blocks game. Free public domain CC0 image.</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, 13 Jan 2024 13:00: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: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: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:43:\"WordPress.org blog: Data Liberation in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2024/01/data-liberation-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2883:\"<p>Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called <a href=\"https://wordpress.org/data-liberation/\" target=\"_blank\" rel=\"noreferrer noopener\">Data Liberation</a> for 2024. Migrating your site to WordPress, or exporting all your content from WordPress, should be possible in one click. I want WordPress’ export format to become the lingua franca of CMSes, whether coming to WordPress or moving within WordPress. </p>\n\n\n\n<p>I often hear about folks across the WordPress community duplicating efforts when creating scripts and workflows to move users to WordPress. Imagine if we shared those resources instead and built community-owned plugins that anyone could use! </p>\n\n\n\n<p>But it should be more than plugins; workflows, tutorials, and helper scripts should be shared, too. I want this resource to have space to include moving from social networks, moving from a page builder to core blocks, switching from classic to blocks, and improving WordPress current canonical plugins for importing. </p>\n\n\n\n<h2 class=\"wp-block-heading\">You can help!</h2>\n\n\n\n<p>Of course, the heart of any open source project is the community that shows up to build it. My hope is that this marks the start of a new contribution pathway, separate from core teams, that allows folks to contribute what they’ve learned and what they’ve created to help others move to WordPress. I expect this emphasis on migration will also influence future development, both in core and with recommended community or canonical plugins.</p>\n\n\n\n<p>There are a few things that I think will be key to making this project a success:</p>\n\n\n\n<ul>\n<li>A dedicated landing page on WordPress.org following a WordPress.org/and/[platform-name] format.</li>\n\n\n\n<li>A forum used for non-review user feedback and general discussion.</li>\n\n\n\n<li>A dedicated Slack channel.</li>\n\n\n\n<li>Moderation within hours rather than days.</li>\n\n\n\n<li>Listed on <a href=\"https://github.com/WordPress\">WordPress GitHub</a> with syncing for individual commits to SVN for history in both places.</li>\n</ul>\n\n\n\n<p>By complementing the community’s existing efforts—the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future program</a>, the <a href=\"https://learn.wordpress.org/\">Learn WordPress initiative</a>, a focus on internationalization, etc.—my hope is that this will help even more people see themselves in the WordPress project, providing fresh momentum for <a href=\"https://events.wordpress.org/\">WordCamps and meetups</a>. </p>\n\n\n\n<p>It’s never been more crucial to champion openness on the web. Bringing focused attention to improved portability will untether users and increase their freedom like never before.</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, 12 Jan 2024 16:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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:32;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:42:\"HeroPress: Foundational Pillars From Tokyo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://heropress.com/foundational-pillars-from-tokyo/#utm_source=rss&utm_medium=rss&utm_campaign=foundational-pillars-from-tokyo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11551:\"<img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/90465a09dc845c615.66816362-1024x768.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"Floral delight with a scenic snowy Annapurna panorama\" /><div class=\"kb-row-layout-wrap kb-row-layout-id6380_650854-0a 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-column6380_445699-93 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6380_f58919-63 wp-block-kadence-advancedheading\"><a href=\"https://nomad.blog/2023/12/26/what-parts-of-wordpress-would-you-like-to-explore-more-if-you-could/\">What parts of WordPress would you like to explore more if you could?</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://nomad.blog/2023/12/26/what-parts-of-wordpress-would-you-like-to-explore-more-if-you-could/\"><img width=\"300\" height=\"199\" src=\"https://heropress.com/wp-content/uploads/2024/01/pexels-photo-296324-300x199.jpeg\" alt=\"Old time lightbulb\" class=\"wp-image-6382\" /></a></div>\n\n\n\n<p>HeroPresser <a href=\"https://heropress.com/contributors/anne-mccarthy/\">Anne McCarthy</a> wrote an excellent <a href=\"https://nomad.blog/2023/12/26/what-parts-of-wordpress-would-you-like-to-explore-more-if-you-could/\">article</a> pointing out how much is different in WordPress these days, and asks the question above.</p>\n\n\n\n<p>What&#8217;s your answer?</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6380_e8718e-f3\"><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-id6380_82bd3f-6e 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-column6380_f9eb45-43 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6380_656922-69 wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">HeroPress.com</a> &#8211; <a href=\"https://heropress.com/essays/reflecting-on-my-3-foundational-pillars/\">Reflecting on My 3 Foundational Pillars</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://heropress.com/essays/reflecting-on-my-3-foundational-pillars/\"><img width=\"300\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2023/01/Destiny-Fox-Kanno-scaled-1-300x300.jpg\" alt=\"Destiny Kanno\" class=\"wp-image-5035\" /></a></div>\n\n\n\n<p>Destiny Kanno is from Tokyo, Japan, and works in Education about WordPress.</p>\n\n\n\n<p><em>As a Community Education Manager I work to break down perceived barriers for folks who want to contribute to the Make WordPress Training Team’s goals, and work as a close partner with the Training Team Representatives and members to empower them to excel in their leadership, goals, and strategy.</em></p>\n\n\n\n<p>Destiny&#8217;s essay is <a href=\"https://heropress.com/essays/reflecting-on-my-3-foundational-pillars/\">available</a> on <a href=\"https://heropress.com\">HeroPress.com</a>.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6380_ed362f-f9\"><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-id6380_9e53fd-e2 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-column6380_1b8a39-b9 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6380_108792-6f wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\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\n<p>There were <em>twenty-three</em> WordPress podcast episodes released this week!</p>\n\n\n\n<ul>\n<li><a href=\"https://potencia.pro/274-como-mejorar-la-seguridad-de-wordpress-con-cloudflare/#new_tab\">Potencia Pro 274: Cómo mejorar la seguridad de WordPress con CloudFlare</a> from <a href=\"https://wppodcasts.com/podcast/potencia-pro-wordpress-y-cozas/\">Potencia Pro, WordPress y cozas</a></li>\n\n\n\n<li><a href=\"https://dothewoo.io/make-wordpress-happy/#new_tab\">Make. WordPress. Happy.</a> from <a href=\"https://wppodcasts.com/podcast/do-the-woo-a-woocommerce-podcast/\">Do the Woo &#8211; A WooCommerce Podcast</a></li>\n\n\n\n<li><a href=\"https://share.transistor.fm/s/94234c51#new_tab\">3 Predictions for WordPress in 2024</a> from <a href=\"https://wppodcasts.com/podcast/the-wp-minute/\">The WP Minute</a></li>\n\n\n\n<li><a href=\"https://accessibilitycraft.com/048#new_tab\">$2 Million Settlement Against Web Developer for Failing to Deliver Accessible Website | Surely Sparkling Rose</a> from <a href=\"https://wppodcasts.com/podcast/accessibility-craft/\">Accessibility Craft</a></li>\n\n\n\n<li><a href=\"https://wpbuilds.com/2024/01/11/356-whats-the-state-of-teams-in-the-wordpress-space/#new_tab\">356 – What’s the state of teams in the WordPress space?</a> from <a href=\"https://wppodcasts.com/podcast/wp-builds/\">WP Builds</a></li>\n\n\n\n<li><a href=\"https://share.transistor.fm/s/64cca4dd#new_tab\">Is 2024 the Year of Page Builders?</a> from <a href=\"https://wppodcasts.com/podcast/the-wp-minute/\">The WP Minute</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-6380_1b11d4-1a\"><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-id6380_053b78-6f 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-column6380_7faa55-92 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"wpphotos\" class=\"kt-adv-heading6380_59bee3-ee 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<a href=\"https://heropress.com/wp-content/uploads/2024/01/35865a105148eab35.43520179-scaled.jpg\"><img width=\"1024\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2024/01/35865a105148eab35.43520179-1024x683.jpg\" alt=\"Old house at nuwakot, an ancient house sits nestled in the middle of rolling hills, its timeworn facade telling tales of years gone by. Surrounded by nature\'s embrace, the old structure exudes a quiet charm, standing as a silent witness to the passage of time.\" class=\"wp-image-6383\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/35865a1051/\">photo</a> by <a href=\"https://wordpress.org/photos/author/theanupambista/\">Anupam Bista</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/01/48965a0bad9c44bc9.64532989-scaled.jpg\"><img width=\"683\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/01/48965a0bad9c44bc9.64532989-683x1024.jpg\" alt=\"Green leafs\" class=\"wp-image-6384\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/48965a0bad/\">photo</a> by <a href=\"https://wordpress.org/photos/author/sharankrishna/\">Sharankrishna VP</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/63065a0d26/\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/63065a0d2692a7860.59169135-1024x768.jpg\" alt=\"Crocodile in royal chitwan national park, Nepal\" class=\"wp-image-6385\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/63065a0d26/\">photo</a> by <a href=\"https://wordpress.org/photos/author/keshavsamarpan/\">keshavsamarpan</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/91765a001e/\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/91765a001ef1ac553.14603097-1024x768.jpeg\" alt=\"A wide angle shot from the very top of Panathenaic Stadium in Athens, Greece.\" class=\"wp-image-6386\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/91765a001e/\">photo</a> by <a href=\"https://wordpress.org/photos/author/desrosj/\">Jonathan Desrosiers</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/01/97659fc0c4dac781.13250590-scaled.jpeg\"><img width=\"1024\" height=\"803\" src=\"https://heropress.com/wp-content/uploads/2024/01/97659fc0c4dac781.13250590-1024x803.jpeg\" alt=\"Black dog napping in the morning sun with snowy mountains as a backdrop!\" class=\"wp-image-6387\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/97659fc0c4/\">photo</a> by <a href=\"https://wordpress.org/photos/author/bhuwanroka/\">Bhuwan Bdr. Rokaha</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/894659fd7e/\"><img width=\"683\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/01/894659fd7e22ee227.42435147-683x1024.jpg\" alt=\"Beautiful yellow blossom\" class=\"wp-image-6388\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/894659fd7e/\">photo</a> by <a href=\"https://wordpress.org/photos/author/sharankrishna/\">Sharankrishna VP</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\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/90465a09dc/\">photo</a> by <a href=\"https://wordpress.org/photos/author/bhuwanroka/\">Bhuwan Bdr. Rokaha</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/foundational-pillars-from-tokyo/\">Foundational Pillars From Tokyo</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, 12 Jan 2024 16:39:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:12:\"Matt: Forty!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110348\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://ma.tt/2024/01/forty/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5122:\"<p>Birthdays are so great because they&#8217;re about generosity.</p>\n\n\n\n<p>The act of giving, helping, is so generative.</p>\n\n\n\n<p>It&#8217;s what we can all do for ourselves and each other.</p>\n\n\n\n<p>But accepting is really hard, too! Gosh! Let it in.</p>\n\n\n\n<p>Sometimes we don&#8217;t let the gifts in.</p>\n\n\n\n<p>Approaching forty has felt impossibly light and heavy at the same time for me.</p>\n\n\n\n<p>It&#8217;s so cool to be typing this into something <strong>we made together</strong>. I want you to <em>really</em> think about that. Ponder the enormity of all that came before that allowed you to be here today, and I want you to get a little bit excited, in that sacred hidden part of your heart that yearns for more.</p>\n\n\n\n<p>Let&#8217;s keep doing that. And let&#8217;s make it better and share it so everyone can enjoy it. We make the world.</p>\n\n\n\n<p>I&#8217;ve been enjoying <a href=\"https://ma.tt/2024/01/birthday-gift/\">so much all the posts coming in for the birthday gift</a>. I&#8217;m reading them as fast as I can.</p>\n\n\n\n<p>Specifically, my failure mode is I share too much. I&#8217;m too generous. I like to err on the side of open. <em>Here&#8217;s some amazing code I wrote that you have a legal license to use however you like</em>. If you ask those closest to me how I mess up, it&#8217;s that I over-extend myself and try to do too much.</p>\n\n\n\n<p>I&#8217;ve never shared this publicly, but when the Bay Lights wasn&#8217;t going to make it the first time, I mortgaged my apartment and used that money to get it over the line. My personal finances were messy for years after that. I think a lot about being <a href=\"https://www.thefouragreements.com/the-first-agreement-be-impeccable-with-your-word/\">impeccable with my word</a>. </p>\n\n\n\n<p>I want people <a href=\"https://crowdfundr.com/TheBayLights360\">to give the smallest $10 donation to the Bay Lights</a> and encourage others to do the same so that we can all share in feeling that together, we can build things. And every time you see the light or bridge or think of San Francisco, you&#8217;ll think of that sacred hidden part of your heart that yearns for more, wants to leave everything better than you found it.</p>\n\n\n\n<p>Add some light.</p>\n\n\n\n<p>Let the gift in.</p>\n\n\n\n<p>This is the part where the sounds come in and you hear <em>it&#8217;s the remix</em>.</p>\n\n\n\n<p>I find myself returning, again and again, to the <a href=\"https://automattic.com/creed/\">Automattic Creed</a>, especially the first line:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s&nbsp;insurmountable.</p>\n</blockquote>\n\n\n\n<p>I&#8217;m having the most amazing day reading everything that people are sharing. I want to re-share the quote I shared on <a href=\"https://tim.blog/2023/12/29/matt-mullenweg-2/\">Tim&#8217;s podcast</a> from Will Durant: </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Health lies in action, and so it graces youth. To be busy is the secret of grace, and half the secret of content. Let us ask the gods not for possessions, but for things to do; happiness is in making things rather than in consuming them.</p>\n</blockquote>\n\n\n\n<p>All birthday posts: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>, <a href=\"https://ma.tt/2016/01/thirty-two/\">32</a>, <a href=\"https://ma.tt/2017/01/thirty-three/\">33</a>, <a href=\"https://ma.tt/2018/01/thirty-four/\">34</a>, <a href=\"https://ma.tt/2019/01/thirty-five/\">35</a>, <a href=\"https://ma.tt/2020/01/thirty-six/\">36</a>, <a href=\"https://ma.tt/2021/01/thirty-seven/\">37</a>, <a href=\"https://ma.tt/2022/01/thirty-eight/\">38</a>, <a href=\"https://ma.tt/2023/01/thirty-nine/\">39</a>, <a href=\"https://ma.tt/2024/01/forty/\">40</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, 11 Jan 2024 21:57:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:90:\"Do The Woo Community: Share Your Do the Woo Experience with a Guest Post on the BobWP Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/share-your-do-the-woo-experience-with-a-guest-post-on-the-bobwp-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:438:\"<p>If you have been a past sponsor, guest or guest host on our shows, consider a follow-up guest blog post on BobWP.com blog.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/share-your-do-the-woo-experience-with-a-guest-post-on-the-bobwp-blog/\">Share Your Do the Woo Experience with a Guest Post on the BobWP Blog</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, 11 Jan 2024 10:28:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Akismet: The Top 6 CAPTCHA Alternatives That Won’t Frustrate Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=283673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://akismet.com/blog/captcha-alternatives/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16458:\"<p>You know the drill. You’re super excited about a new purchase, commenting on a thrilling discussion in a forum, or providing feedback to an organization. You spend your time completing forms, writing thoughtful comments, or customizing your order only to find yourself trying to “check all the boxes with a stoplight in them” before actually submitting your&nbsp;information.</p>\n\n<p>Everyone hates CAPTCHA puzzles, yet businesses continue to use them to filter out spam. Today, we’re going to explore the six best alternatives to CAPTCHA, all of which can protect you from spam activities without frustrating your prospects and customers. Finally, we’ll show you how <a href=\"https://akismet.com/features/\">Akismet</a> uses machine learning to get progressively smarter about permanent spam&nbsp;removal.</p>\n\n\n<span id=\"more-283673\"></span>\n\n\n<h2 class=\"wp-block-heading\">The downsides of CAPTCHA and why alternatives are&nbsp;needed</h2>\n\n<p>For years, users have been patient with CAPTCHA, which was one of the first solutions that helped pave the way to spam&#8209;free websites. It stands for “Completely Automated Public Turing test to tell Computers and Humans Apart.” But like all solutions, there’s always room for improvement, and in today’s day and age, we need to find a better way to fight&nbsp;spam.</p>\n\n<p>First, CAPTCHA puzzles are problematic for those with visual impairments, requiring not only the ability to see the CAPTCHA challenge but often to decipher extremely nuanced details within the images. Tests that require the user to type a string of characters can be difficult for dyslexic individuals, and some may be unfamiliar with cultural icons or graphics in visual&nbsp;ones.</p>\n\n\n<p>Second, with so many technologies focused on enhancing user experience, frustrations like the inability to solve a CAPTCHA puzzle will stand out more, negatively affecting your conversion and engagement rates. Typically, CAPTCHA puzzles can take ten seconds or more to solve and interrupt your user at a critical point in their engagement journey — right before they check out, submit a comment, or request more information.&nbsp;</p>\n\n\n\n<p>One <a href=\"https://moz.com/blog/captchas-affect-on-conversion-rates\" target=\"_blank\" rel=\"noreferrer noopener\">study by SEO software company, Moz</a>, found that many users abandon forms when they encounter a CAPTCHA —&nbsp;resulting in an overall conversion rate drop of three percent. Another <a href=\"https://web.stanford.edu/~jurafsky/burszstein_2010_captcha.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">study by Stanford</a> found that only 71 percent of users even attempt to solve a CAPTCHA before abandoning the page altogether.</p>\n\n\n\n<p>If that’s not enough, a CAPTCHA may incorrectly identify a real human being as a bot, blocking further interaction with a site, while allowing more sophisticated, advanced bots through.&nbsp;</p>\n\n\n<p>Researchers at the University of California in Irvine recently conducted <a href=\"https://arxiv.org/abs/2307.12108\" target=\"_blank\" rel=\"noreferrer noopener\">a study testing both humans and bots</a> on popular CAPTCHA puzzles. The study found that bots solved distorted&#8209;text CAPTCHA tests almost perfectly in less than a second, while human beings had an accuracy rate of between 50 percent and 84 percent, spending up to 15 seconds per&nbsp;puzzle.</p>\n\n<p>Finally, it takes some significant computing power for CAPTCHAs to work properly, slowing down load times for web pages and adding to user&nbsp;frustration.</p>\n\n<p>Unfortunately, efforts to improve CAPTCHA puzzles are still lacking. Audio versions were supposed to be a solid solution, but <a href=\"https://ieeexplore.ieee.org/document/5504799\" target=\"_blank\" rel=\"noreferrer noopener\">analysis</a> shows that they’re more time intensive and significantly more difficult for certain users depending on their native language. <a href=\"https://web.stanford.edu/~jurafsky/burszstein_2010_captcha.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Another study</a> noted a 50 percent failure rate with audio&nbsp;options.</p>\n\n\n<p>Forcing people to complete any kind of test is simply not the best option if you want to maximize engagement and conversions.&nbsp;</p>\n\n\n<h2 class=\"wp-block-heading\">What to look for in bot and spam&nbsp;protection</h2>\n\n<p>Before jumping into the six alternatives to CAPTCHA puzzles, here are some key things you’ll want to look for when choosing your bot&#8209;detecting&nbsp;solution.</p>\n\n<p>First, you’ll want to be sure that your solution can successfully block bots and spam while allowing prospects and customers easy access to your site and offerings. Unfortunately, a static software solution won’t work, as bad actors are continuously trying to up their game with more sophisticated, human&#8209;like bots all the time. Be sure your selected alternative can stay ahead of the bot&nbsp;creators.</p>\n\n<p>Second, be sure your alternative is either much easier to complete, or, better yet, invisible to your prospects, customers, and visitors. Your goal is to reduce or eliminate friction to create a more positive overall user&nbsp;experience.</p>\n\n\n<p>Along the same lines, look for a cloud-based solution so that your page load times are unaffected by the bot-catching activities.&nbsp;</p>\n\n\n\n<p>Finally, you must ensure that your solution complies with global and local government data privacy rules and regulations. Remember that CAPTCHA alternatives cannot protect your site alone; instead, they must be one component of an <a href=\"https://jetpack.com/features/security/\" target=\"_blank\" rel=\"noreferrer noopener\">overall security program</a> to protect your site from malicious activity and threats.&nbsp;</p>\n\n\n<h2 class=\"wp-block-heading\">What are the best alternatives to&nbsp;CAPTCHA?</h2>\n\n<p>Fortunately, several alternatives to CAPTCHA are available on the market today, working to block spam effectively, without negatively affecting your user experience. Here are the top six to&nbsp;consider:</p>\n\n\n<img width=\"1600\" height=\"733\" src=\"https://akismet455732288.files.wordpress.com/2024/01/image.png\" alt=\"\" class=\"wp-image-283675\" />\n\n\n\n<h3 class=\"wp-block-heading\">1. <a href=\"https://akismet.com/\">Akismet</a></h3>\n\n\n<p>Founded in 2005, Akismet has been on a mission to rid the world of spam for nearly two decades. Its solution is different from CAPTCHA, primarily because it works completely in the background of a website and does not rely on user input to identify bot or spam attacks. As a result, it protects sites from unwanted bot activity without relying on prospects, customers, or visitors to prove they’re&nbsp;human.</p>\n\n<p>More than 100 million <a href=\"https://akismet.com/blog/convertkit-customerstory/\">customer websites</a> rely on Akismet, which has successfully removed more than 500 billion pieces of online spam from the web. Used by both WordPress sites and others, Akismet has generated one of the largest databases of spam activity in the&nbsp;world.</p>\n\n<p>In addition, the solution relies on advanced machine learning technology to continuously improve, staying ahead of the bad actors who are always looking for new ways to break through site&nbsp;protections.</p>\n\n<p>Self&#8209;hosted spam&#8209;fighting solutions can negatively affect the performance of the site itself, slowing down page load speeds. Akismet is a cloud&#8209;based solution, removing the operating activity from your site while delivering the protection you&nbsp;desire.</p>\n\n<h3 class=\"wp-block-heading\">2. A&nbsp;honeypot</h3>\n\n<p>A honeypot anti&#8209;spam trap is designed to trick harmful bots and spam generation programs into identifying themselves as spam. Like a real honeypot that attracts various people, animals, and insects, a honeypot anti&#8209;spam trap lures bots and spam programs with something that’s not visible to human&nbsp;beings.</p>\n\n<p>One of the most common honeypot anti&#8209;spam traps is to incorporate a field within the code that is not required or even seen by a human completing the real contact, order, or comment form. A bot, however, will scan that field and complete it, revealing its identity as a robot&nbsp;spammer.</p>\n\n<p>The honeypot then filters out and deletes that submission. While this method of spam detection can be effective for some basic bots, the honeypot anti&#8209;spam trap can be circumvented by more sophisticated spam&nbsp;efforts.</p>\n\n<h3 class=\"wp-block-heading\">3. Time&#8209;based form&nbsp;submissions</h3>\n\n<p>Another CAPTCHA alternative is time&#8209;based form submissions. The idea is that humans will take a certain amount of time to complete a form, submit an order, or write a comment, while bots typically submit spam responses much&nbsp;faster.</p>\n\n<p>Although time&#8209;based form submissions can work in theory to weed out the most basic bots, bad actors who are set on spam attacks can easily program a bot to slow down its activity. So companies that use this method are hoping that spammers targeting their site will be too unsophisticated to slow down their bot submissions and will just move on to other targets. This is, frankly, a fairly weak form of&nbsp;protection.</p>\n\n\n<img width=\"1600\" height=\"744\" src=\"https://akismet455732288.files.wordpress.com/2024/01/image-1.png\" alt=\"Google reCAPTCHA landing page\" class=\"wp-image-283677\" />\n\n\n<h3 class=\"wp-block-heading\">4. reCAPTCHA&nbsp;v3</h3>\n\n<p>reCAPTCHA v3 is a more advanced bot detection solution, helping site owners identify spam activity on their website and customize the level of protection to suit their risk&nbsp;tolerance.</p>\n\n\n<p>Like the other CAPTCHA alternatives, version three doesn’t rely on user interaction to make the bot or spam determination, but works in the background of a website. It uses adaptive risk analysis to alert site owners of suspicious behaviors and should be placed on multiple pages so that patterns of abusive activities are more accurate.&nbsp;</p>\n\n\n<p>While this sounds pretty lovely, there are a fair number of downsides to using reCAPTCHA v3. First, though it allows for more customized control by site owners, it also requires advanced setup and integration with Google’s API, which could be difficult for the average site&nbsp;owner.</p>\n\n<p>There’s some <a href=\"https://www.fastcompany.com/90369697/googles-new-recaptcha-has-a-dark-side\" target=\"_blank\" rel=\"noreferrer noopener\">pushback around privacy</a>, as it provides Google with <em>a lot</em> of data, and it can also prevent the functioning of certain positive bots, like SEO&nbsp;crawlers.</p>\n\n\n<p>And while it’s good at detecting spammers, it’s known to falsely label real user interactions as spam without providing recourse for these individuals.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">5. Reimagined CAPTCHA&nbsp;puzzles</h3>\n\n<p>With reducing friction is the number one reason businesses want to find a CAPTCHA alternative, there have been developments in simplifying the puzzles themselves. For example, instead of presenting blurry pictures and asking users to identify some random item in each of them, organizations have added a field at the end of their form asking for the solution to a simple math&nbsp;problem.</p>\n\n<p>Similar solutions require checking a box to indicate that visitors are human, using a slider bar before completing the submission, or playing a short drag&#8209;and&#8209;drop game to&nbsp;continue.</p>\n\n\n<p>All of these function very much like popular CAPTCHA puzzles, but may be less frustrating for the user. Unfortunately, more sophisticated bots may be able to find ways to complete these tasks as easily or better than human beings. And any barrier, even if it’s quick to get through, will deter some positive activity.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">6. General web security&nbsp;protections</h3>\n\n<p>If you run a site, you already know the importance of site security and probably have some general protections like <a href=\"https://jetpack.com/features/security/\" target=\"_blank\" rel=\"noreferrer noopener\">firewalls</a>, <a href=\"https://jetpack.com/features/security/secure-authentication/\" target=\"_blank\" rel=\"noreferrer noopener\">multifactor authentication</a>, and <a href=\"https://jetpack.com/upgrade/scan/\" target=\"_blank\" rel=\"noreferrer noopener\">malware detection</a> in place.&nbsp;</p>\n\n\n<p>While these can protect your site from a wide variety of cybersecurity threats and may prevent some spammy behavior in the process, they aren’t really designed to specifically address spam.&nbsp;</p>\n\n\n<p>It’s important for every website to find a solution for this specific problem to keep your comment sections, form submissions, and order process free from spam and bot&nbsp;activity.</p>\n\n<h2 class=\"wp-block-heading\">Why Akismet is the best CAPTCHA&nbsp;alternative</h2>\n\n<p>Whether you’re a WordPress user or rely on another website platform, Akismet is the best alternative to CAPTCHA. First and foremost, its ability to work completely behind the scenes means that your website visitors are released from the task of solving time&#8209;consuming, frustrating puzzles before completing an order, leaving a comment, or filling out a&nbsp;form.</p>\n\n<p>This fact alone means that you’ll improve your user experience, reduce friction in engaging with your organization, and increase conversions. All of those benefits ultimately lead to higher profits and long&#8209;term&nbsp;success.</p>\n\n<p>In addition, because Akismet has been on a mission to remove spam from the web for nearly 20 years, it has amassed a significant database of spam information and taken advantage of machine learning technology to stay ahead of spam creators. This experience and massive database means that Akismet is incredibly effective at identifying spam and is continuously improving its&nbsp;performance.</p>\n\n<p>With 99.9% accuracy, though, it’s already at the top of the&nbsp;game.</p>\n\n<p>Finally, Akismet doesn’t negatively affect the performance of your website because it operates in the cloud. This means that page load times don’t decrease, even as Akismet is busy protecting your organization from bot attacks and&nbsp;spam.</p>\n\n<p>To learn more about how <a href=\"https://akismet.com/enterprise/\">Akismet can protect your business</a>, reach out&nbsp;today.</p>\n\n<h2 class=\"wp-block-heading\">Frequently asked&nbsp;questions</h2>\n\n<h3 class=\"wp-block-heading\">What is&nbsp;CAPTCHA?</h3>\n\n<p>A CAPTCHA is a computer&#8209;generated test used to differentiate humans from bots. It became a popular way to block spam attacks automatically in the early 2000s. CAPTCHA tests may include checking a box, typing a series of characters, or solving a visual puzzle before comments, forms, or orders are&nbsp;submitted.</p>\n\n<h3 class=\"wp-block-heading\">Why is there a need to find alternatives to&nbsp;CAPTCHA?</h3>\n\n<p>CAPTCHA tasks can be extremely frustrating to users, especially when they’re difficult to solve or incorrectly identify a human as a bot. They create a poor user experience, reduce conversions, and can leave a negative brand impression. They also limit engagement with visually impaired&nbsp;visitors.</p>\n\n<h3 class=\"wp-block-heading\">Is it possible to stop spam without&nbsp;CAPTCHA?</h3>\n\n<p>Yes, fortunately, there are alternatives to fight spam effectively without using CAPTCHA puzzles. The most effective is <a href=\"https://akismet.com/pricing/\">Akismet</a>, which not only successfully removes and blocks spam from websites, but continuously improves its performance through machine&nbsp;learning.</p>\n\n<h3 class=\"wp-block-heading\">What is&nbsp;Akismet?</h3>\n\n<p>Akismet is a cloud&#8209;based, spam&#8209;fighting solution that works completely in the background to rid your site of malicious activity. It requires no interaction from your users, which means no added friction in your user experience. Akismet has successfully removed more than 500 billion pieces of spam from the&nbsp;web.</p>\n\n<h3 class=\"wp-block-heading\">Why is Akismet the best alternative to&nbsp;CAPTCHA?</h3>\n\n<p>Akismet is the best alternative to CAPTCHA because it successfully blocks spam by working behind the scenes, freeing your visitors from frustrating puzzles. With nearly two decades of experience, Akismet has one of the largest spam databases available and continues to improve its detection capabilities through machine learning&nbsp;technology.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jan 2024 15:16:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s: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:97:\"WPTavern: #105 – Pascal Birchler on Revolutionizing Image and Video Processing Within WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=152160\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/podcast/105-pascal-birchler-on-revolutionizing-image-and-video-processing-within-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:45214:\"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, new ways to interact with your media within WordPress.</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 Pascal Birchler. Pascal is a longstanding WordPress community member, and Core committer, with a focus on internationalization, WP-CLI, and performance.</p>\n\n\n\n<p>He&#8217;s been working on a project for the past six months to enhance the media capabilities of the WordPress block editor. His work includes client side image optimization, image compression, video enhancements, and speech to text features such as subtitle generation.</p>\n\n\n\n<p>It&#8217;s unlike anything that I&#8217;ve ever seen, you upload media into the block editor and it&#8217;s manipulated right there inside the editor, by the browser, not by some remote server.</p>\n\n\n\n<p>This is all achieved by harnessing the power of WebAssembly, and we discover what Pascal has managed to achieve thus far, and how he thinks that there&#8217;s going to be so much more to come.</p>\n\n\n\n<p>We talk about how you can change images from legacy formats, like JPEG and GIF, into other, more modern formats, such as WebP and AVIF. Pascal explains how this is actually achieved, and why the new format so desirable. It&#8217;s all about reducing file sizes, server resource consumption, and the speed boost your site will gain as a result.</p>\n\n\n\n<p>We also get into the conversion of animated GIFs into videos, and creating videos with transcripts on the fly. And remember, this is all done in the block editor, with the browser itself as the workhorse.</p>\n\n\n\n<p>Pascal seems to be onto something here, and it&#8217;s really compelling listening to him argue that something like his plugin might be worthy of inclusion into WordPress Core at some point.</p>\n\n\n\n<p>He explained some other projects, which he&#8217;s been working on inspired by the high volume of feedback he received after releasing his plugin.</p>\n\n\n\n<p>If you&#8217;re interested in pushing the boundaries of user experience, performance optimization, and compliance with evolving web standards this episode is for you.</p>\n\n\n\n<p>If you want to find 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. And so without further delay, I bring you Pascal Birchler.</p>\n\n\n\n<p>I am joined on the podcast today by Pascal Birchler. Hello, Pascal.</p>\n\n\n\n<p>[00:03:42] <strong>Pascal Birchler:</strong> Hello. Hi there.</p>\n\n\n\n<p>[00:03:43] <strong>Nathan Wrigley:</strong> Very, very nice to have you with us. We&#8217;re going to talk today, well, I think it&#8217;s broadly, we&#8217;re going to be talking about images. But there&#8217;s an awful lot of different technologies that Pascal has been working on over the, well, I don&#8217;t know how long. But I&#8217;ve only recently caught sight of the projects that you&#8217;ve been working on.</p>\n\n\n\n<p>Pascal, just before we begin that, would you just tell us a little bit about yourself? Perhaps what your day job is, what your relationship is with WordPress, and so on. Just a little bio time really.</p>\n\n\n\n<p>[00:04:10] <strong>Pascal Birchler:</strong> Sure, yeah. So my name is Pascal, and I&#8217;ve been a WordPress community member for, I don&#8217;t know, 15 years now or so. So I&#8217;ve been doing a lot of contributions around internationalisation, so like anything multilingual. But recently also performance, and day-to-day, that&#8217;s really what I&#8217;m focusing on.</p>\n\n\n\n<p>So I started as a WordPress contributor. Then I joined Google, as part of a team that is trying to make the web faster, that includes making WordPress faster.</p>\n\n\n\n<p>[00:04:36] <strong>Nathan Wrigley:</strong> Yeah, the performance team have been doing great work over the last, well, I&#8217;m going to say about 18 months it feels like they&#8217;ve been in existence. But WordPress itself has been made significantly quicker, over the various iterations of the project recently.</p>\n\n\n\n<p>But I know that the browsers themselves have become better at doing an awful lot of things. And so I think what we&#8217;re going to talk about today will probably involve conversations around what the browsers can handle, and things like that.</p>\n\n\n\n<p>But it&#8217;s very rare, Pascal, that I watch something online to do with WordPress, or technology, and I am actually having to lift my jaw away from the floor. But a little video that Pascal posted onto Twitter, not that long ago, maybe 10 days ago or something like that, really did make my jaw hit the floor. Because you were showing things that you&#8217;ve been working on that I had never seen before.</p>\n\n\n\n<p>Not just that, I had no intuition that it was even possible. It&#8217;s going to make your WordPress life much better in the future, let&#8217;s hope.</p>\n\n\n\n<p>Do you want to tell us a little bit about the project that you&#8217;ve been working on? And then we&#8217;ll get into the weeds of all of the different things that it can do, and yeah, just tell us how long you&#8217;ve been working on it, and what it really does.</p>\n\n\n\n<p>[00:05:42] <strong>Pascal Birchler:</strong> Sure. Absolutely. First of all, that&#8217;s exactly the reaction that I hoped to get from people, as I&#8217;ve been working on this project, or these media experiments, how I would like to call them, for maybe half a year or so. Like I occasionally started working on it and didn&#8217;t stop, and start again.</p>\n\n\n\n<p>It&#8217;s basically a collection of things that enhance the media capabilities of WordPress, or specifically the block editor. Most of the things are around like client side image optimisation, image compression. But also anything related to videos or speech to text, like subtitle generation.</p>\n\n\n\n<p>[00:06:18] <strong>Nathan Wrigley:</strong> So you just swept it to one side, really, how impressive it is. But the key component there, that was so amazing to me, was the fact that it&#8217;s all done client side. So perhaps, dear listener, the best thing to do would be to pause this episode, go and search for it over on WP Tavern, and watch from the links, the two little Twitter videos that Pascal put together, and you&#8217;ll be in a much better position.</p>\n\n\n\n<p>But what you&#8217;re going to see is truly remarkable. So it&#8217;s block editor based, so you&#8217;re in the Gutenberg editor. I don&#8217;t know if it&#8217;ll work in any other scenario of WordPress, with page builders or what have you. But that&#8217;s the paradigm that we&#8217;re talking about.</p>\n\n\n\n<p>And Pascal is sitting there, and he decides that he wants to have an image which is currently a jpeg, and he doesn&#8217;t want it to be a jpeg. He wants to reduce the size of it, so that it consumes less resources on the server, but also can be served up to the end user. He wants to pass Core Web Vitals, because he&#8217;s a good Googler.</p>\n\n\n\n<p>And so he throws it into Gutenberg, and Gutenberg seemingly converts it. Now I&#8217;m obviously doing it injustice. Please tell me what&#8217;s happening, because I haven&#8217;t the faintest idea how you&#8217;ve achieved this. So you put an image directly onto the Gutenberg canvas, and it&#8217;s no longer a jpeg. It&#8217;s been converted in some way, in the background, disconnected from the internet. This could be on a computer, completely disconnected from the internet. So it&#8217;s happening in the browser. How is it happening?</p>\n\n\n\n<p>[00:07:40] <strong>Pascal Birchler:</strong> So first of all, browsers are extremely capable of doing image compression, or even image conversion. But they&#8217;re also a little bit limited in like to what extent they can do that. So to overcome those limits, I&#8217;m using a technology called WebAssembly. Which allows basically like regular software that you would otherwise install on a computer, and bring that to the browser.</p>\n\n\n\n<p>And in this case, this is an image processing library that I&#8217;m using. For example, I&#8217;m using the VIPS, or libvips image library. And using WebAssembly I can do all sorts of image rotation, thumbnail generation, directly in the browser. And then from there I will upload it to WordPress.</p>\n\n\n\n<p>[00:08:19] <strong>Nathan Wrigley:</strong> So is this, therefore a plugin, that you have pre-installed into the version of WordPress that you were using for the demo there. So this is a plugin that you&#8217;ve built, you&#8217;ve installed it, and I don&#8217;t if there are any settings in there. But even if you just activate it, as soon as you begin throwing images, there is the option to convert them to different formats, right out of the box. You don&#8217;t have to do anything else.</p>\n\n\n\n<p>[00:08:42] <strong>Pascal Birchler:</strong> Correct. It&#8217;s a plugin that I started. It works without any additional configuration, but of course, if you prefer not changing the image format, but just want to compress images. Or if you prefer, let&#8217;s say WebP or AVIF over jpeg, you can say so as well. And there are a few more settings that I added, but mostly for like testing and like, trying different things out.</p>\n\n\n\n<p>[00:09:04] <strong>Nathan Wrigley:</strong> Yeah. I mean, it&#8217;s a first run at this project, so maybe we&#8217;ll see some things in the future. We&#8217;re recording this at the end of 2023, so it&#8217;s still really hot off the press.</p>\n\n\n\n<p>But just to digress a little bit, and move away from the technology. Why have you done this? What is the purpose of it? Now I&#8217;m guessing that there&#8217;s maybe some sort of environmental impact here. There&#8217;s the cost of storage, and all of those kind of things. What&#8217;s the point? Why would you even want to convert images from one format to another? After all, it looks the same, broadly, once you&#8217;re viewing it. What&#8217;s the purpose?</p>\n\n\n\n<p>[00:09:36] <strong>Pascal Birchler:</strong> Doing this has many advantages. So one is that if you want to do this, but you&#8217;re limited in server resources, now this allows anyone to use this technology and compress their images. And compressing images, or using a different file format, as you say, has like good impact on file size. Which means less bandwidth used, has a nice side effect of like images loading faster on your website, which is great for passing all these Core Web Vitals.</p>\n\n\n\n<p>But it&#8217;s also a user experience benefit. Your visitors will see the images faster. And I think that&#8217;s the nice thing about this project, is that it has some performance aspects, but in the end it&#8217;s a lot about user experience.</p>\n\n\n\n<p>[00:10:18] <strong>Nathan Wrigley:</strong> So the modern versions of image formats, it may be that some of the listeners aren&#8217;t really familiar with those. I&#8217;m pretty sure that if you&#8217;ve been on the internet for any length of time, you&#8217;re familiar with jpegs, and pngs, and GIFs, or GIFs, however you wish to pronounce it. But you&#8217;re trying, well, in the video at least, you are converting them into an image format, which maybe people haven&#8217;t heard of before.</p>\n\n\n\n<p>It&#8217;s called AVIF, but also I think you mentioned WebP as well. I know it&#8217;s maybe not in your wheelhouse directly, but can you just give us an idea of what&#8217;s going on there? What kind of reduction could we have? Let&#8217;s say if we took a, I don&#8217;t know, a two megabyte jpeg and pushed it through to be an AVIF. Roughly speaking, and I know it&#8217;s dependent upon what is in the image, but broadly speaking, what kind of benefits can you get in terms of percentages that are cut away?</p>\n\n\n\n<p>[00:11:04] <strong>Pascal Birchler:</strong> Oh, that&#8217;s a great question. I think in my test video, I saw a reduction of like maybe 40% or so in file size.</p>\n\n\n\n<p>[00:11:11] <strong>Nathan Wrigley:</strong> Good grief. Right.</p>\n\n\n\n<p>[00:11:12] <strong>Pascal Birchler:</strong> And there was like no noticeable differences to the eye. But there are like quality settings that you can change. Depending on the level of quality that you like for your use case, you can get it even further down.</p>\n\n\n\n<p>[00:11:24] <strong>Nathan Wrigley:</strong> So really significant amounts of data. You know, if your website is image heavy, then doing this, and there&#8217;s no noticeable loss to the viewer. Perhaps there is some sort of degradation, if you were to expand it, and you were a professional photographer, who knows? But something in the region of a 40% decrease.</p>\n\n\n\n<p>Do you know if, at this point, so again we&#8217;re in December 2023. Is it possible for all browsers to be able to show these images back to us? So it&#8217;d be fabulous to be able to use AVIFs, but then obviously if a significant proportion of the internet out there can&#8217;t actually see them, because their browsers don&#8217;t support that, that would be troublesome. So do you have any inclination as to what the compatibility is with browsers, displaying WebPs and AVIFs?</p>\n\n\n\n<p>[00:12:08] <strong>Pascal Birchler:</strong> I think last I checked, WebP is supported by all browsers. So that includes Chrome, Firefox, Safari, Edge, and so on. And AVIF is not currently supported by default in Edge. All the other browsers support it. And in Edge, it needs to be enabled with a flag.</p>\n\n\n\n<p>[00:12:25] <strong>Nathan Wrigley:</strong> Oh, so there is support, it just merely isn&#8217;t enabled. So if you&#8217;re an Edge user, you can make it available.</p>\n\n\n\n<p>So really there&#8217;s no reason not to do this if pretty much every browser is able to support this, why wouldn&#8217;t you do this? And I guess the beauty of your system that you&#8217;ve built, is that there&#8217;s no, there&#8217;s literally no thing to do. You just put the image onto the page, or the post, or whatever it may be, in the same way that you would always do, and it just happens on the fly.</p>\n\n\n\n<p>Is there a little bit of a wait there? So let&#8217;s say, again, my image of two megabytes, something like that, jpeg uploaded. Is this happening more or less instantly in a typical modern computer, or do I have to sit there and twiddle my thumbs for a little while, as I might have done in the past if I was using a server side technology to do this?</p>\n\n\n\n<p>[00:13:13] <strong>Pascal Birchler:</strong> It&#8217;s pretty much instantly, but only because you don&#8217;t see what&#8217;s going on in the background. So when you drop the image in the editor, you can already see it, you can already, you know, add some gradients in the block editor, or continue writing your post. And in the background, the image is compressed, and all the thumbnails are being generated, and finally uploaded to WordPress. But you can already continue editing.</p>\n\n\n\n<p>[00:13:37] <strong>Nathan Wrigley:</strong> Okay. So really you can just carry on with your day, keep editing as normal, and in the background this will happen.</p>\n\n\n\n<p>So what&#8217;s the flow in terms of where this is getting saved? So, again, we&#8217;ll use my example, I&#8217;m using a jpeg. Will the jpeg be saved in the media library, ultimately, as well? Or will just the converted image get kept? Because I know that a lot of the other server side solutions, some commercial solutions and what have you, which compress images, they have loads of options and many of them are, for example, keep the original. We&#8217;ll convert it for you, we&#8217;ll compress it for you, but we&#8217;ll also keep the original. And it may not be that that&#8217;s what your plugin does. So how does it handle the original? Where does it put that?</p>\n\n\n\n<p>[00:14:15] <strong>Pascal Birchler:</strong> Right now it keeps uploading the original to WordPress, in case you want to restore that or use that for, I don&#8217;t know, downloads or something. But this can be made optional, because everyone has different needs. For example, photographers prefer to have the full size images available, just in case, maybe for their clients. But this can be turned off if you prefer to save resources.</p>\n\n\n\n<p>[00:14:37] <strong>Nathan Wrigley:</strong> Okay. So that, I guess, brings me to the next question. What are the settings that you have at the moment? So, you&#8217;ve mentioned that you know, you can keep the original, or delete the original, or what have you. Are you able to specify, okay, every time I upload a jpeg, turn it into an AVIF, every time I upload a WebP, turn it into an AVIF? Are there different settings in the backend there that I can configure, so that it just meets my exact requirements?</p>\n\n\n\n<p>[00:14:58] <strong>Pascal Birchler:</strong> You pretty much nailed it. Right now the setting is limited, like you can choose your preferred format, and it uses that. But the next step is to provide a setting per file type, so that you can really specify what you want to be for every type of file that you upload.</p>\n\n\n\n<p>The settings are really fine grained in that regard. I hope them to be fine grained. There are also more settings, for example, for thumbnail generation. You can choose whether the thumbnail should be generated on the server, or in the browser as well, which is the default.</p>\n\n\n\n<p>And the third option is to have the client side thumbnail generation, but make it smarter. So for example, if you have a photo of a person somewhere, right now WordPress just crops like these 150 by 150 thumbnails from the center of the image. But with the smart option, it will focus on the person&#8217;s face to be in the center, just so much more useful.</p>\n\n\n\n<p>[00:15:50] <strong>Nathan Wrigley:</strong> Wait, it makes a decision about what to crop, based upon the content of the picture. So it&#8217;s intelligent enough to know that there&#8217;s an object over here which is of significance, crop around that. That&#8217;s great.</p>\n\n\n\n<p>How would that work for other things? This is going to go off in a strange direction. Let&#8217;s say I had a, I don&#8217;t know, a cat or something like that in the picture, but there was nothing else. There was just this singular cat, and it was top right. Is it able to intuit that there&#8217;s an object in this picture which needs focus?</p>\n\n\n\n<p>[00:16:16] <strong>Pascal Birchler:</strong> Yeah, so the image library that I&#8217;m using tries to detect the most prominent object in a photo. So there could be an animal, or something else. Of course it&#8217;s not perfect when it&#8217;s, I don&#8217;t know, a photo of like a group of people or something, but it&#8217;s better than nothing.</p>\n\n\n\n<p>[00:16:30] <strong>Nathan Wrigley:</strong> Yeah, it has to make a decision about which person is more important in that picture. But again, just to emphasise, if you&#8217;re listening to this, we&#8217;re not talking about this data leaving your computer, getting crunched on somebody else&#8217;s machine, and then being sent back. This is all happening inside the browser, right before your eyes, or not before your eyes. It&#8217;s really just happening, and the result comes out before your eyes.</p>\n\n\n\n<p>You may not know the answer to this, I hope that you do. But, why do browsers have all of this technology baked into them? What&#8217;s the reason for that? I mean, I could guess what some of the reasons would be, but I&#8217;m interested to know if you&#8217;ve got more concrete data on that. Why would a browser ship with all of these image conversion, formatting options, all the other things you&#8217;ve described?</p>\n\n\n\n<p>[00:17:14] <strong>Pascal Birchler:</strong> Well, as I said, the browser does have some image formatting or conversion options, but they&#8217;re limited. That&#8217;s why I&#8217;m able to use external libraries, through Web Assembly. And the reason that Web Assembly is a thing is it just, it makes the web so much more powerful. It allows things like Photoshop to run on the web, which previously wasn&#8217;t possible. I think for the web to still matter in years to come, browsers and websites and web technologies need to evolve, support use cases like that.</p>\n\n\n\n<p>[00:17:41] <strong>Nathan Wrigley:</strong> Yeah, I have this intuition, I could be wrong. But I have this intuition that in a decade from now, more and more of the things that I&#8217;m still holding out on my computer at home, will have gone over to the browser. And it feels like video and images are still in the domain of the desktop computer often, just because of, well, the amount of data that has to fly around for a start.</p>\n\n\n\n<p>But also, if you&#8217;ve got an hour long video and you&#8217;re trying to edit little bits, it does seem that online solutions don&#8217;t quite make the grade yet boy, it&#8217;s changing quickly. And if we stare into our crystal ball, a year into the future, two years, five years, I feel that a lot of this will have been taken over by online tools.</p>\n\n\n\n<p>So we talked about the fact that you can upload an image, but it goes a lot further than that, because you can take a bunch of images. Now I don&#8217;t know how much you&#8217;ve battle tested this, whether or not you&#8217;ve put in 500, 1,000, 10,000 images. But in the example you used, I think you put three images in, and it did the same thing.</p>\n\n\n\n<p>So if you were a photographer, or you had a post that was heavy with images, this can all be done. You don&#8217;t have to do one at a time, wait for it to happen. It&#8217;ll just put them all into a queue, I&#8217;m guessing, and tackle them one at a time.</p>\n\n\n\n<p>[00:18:43] <strong>Pascal Birchler:</strong> That&#8217;s exactly right. Yeah, I have this sort of queuing system that I built. It can do multiple images at a time, or only one. That depends on a lot of factors. For example, like how many CPU cores that you have on your machine.</p>\n\n\n\n<p>The good thing is that everything happens in the background in so-called Web Workers. And these are separate threads from the main website, which means even if you throw more than one image at it, it will be separate from the main thread, so you&#8217;re not blocked from writing any more content. I don&#8217;t have 10,000 images on my computer to test it with, but maybe I should.</p>\n\n\n\n<p>[00:19:15] <strong>Nathan Wrigley:</strong> But it will cue them, and so we&#8217;re expecting it to work in the normal way. But certainly for a normal amount of images, it&#8217;s going to handle it correctly. Let&#8217;s say though, that I did throw 100 images at it, which is going to consume a little bit of time. I&#8217;m imagining, you know, there would be some human noticeable amount of time for that to happen.</p>\n\n\n\n<p>And then I was to stray away from that post. Close it down, for example, or go to a different screen inside a WordPress. Does the browser continue that operation? What is the connection? How is it bound? Does the post need to be open for all of this to happen? And also, what about just failure? If something fails to happen, do we get a notification to say, whoops, it didn&#8217;t do what it was anticipating to do?</p>\n\n\n\n<p>[00:19:55] <strong>Pascal Birchler:</strong> So yes, you definitely need to stay in the editor while the upload is in progress. There will be a warning if you try to navigate away. Of course, if this were like a single page application, where you&#8217;re not actually like changing origins, going to another website that could continue to upload. But for the upload to finish, you need to stay in the editor.</p>\n\n\n\n<p>If an upload errors, there will be notifications of course. Thanks to this queuing system, it&#8217;s even possible to change your mind and cancel uploads, if you prefer. For example, if you notice, oh dang, I uploaded wrong image. You don&#8217;t have to wait for the upload to finish to fix that mistake, so you can just cancel it.</p>\n\n\n\n<p>[00:20:29] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s great. Now, it&#8217;s not just images though, it will handle a whole load of other things. And there&#8217;s a couple that you demonstrate. The first one is something which is, obviously something that irritates you a little bit. Animated GIFs or GIFs, however you wish to pronounce them. You&#8217;d rather that they were made into videos, and so it will do that as well.</p>\n\n\n\n<p>If you were to throw an animated GIF into it, it will recycle that as an actual image, with a play and stop button, so that you&#8217;ve got some agency about what&#8217;s actually happening on the screen there. Again, so that&#8217;s presumably just for GIFs. I can&#8217;t think of any other image format off the top of my head, which has that animation possibility. But that will create a video of the same dimensions or, what&#8217;s it doing there?</p>\n\n\n\n<p>[00:21:11] <strong>Pascal Birchler:</strong> So yeah, animated GIFs or GIFs are painful. WebP also supports animation, but it&#8217;s not that common. But for animated GIFs, they&#8217;re really bad for, not just performance, but also user experience, because you can&#8217;t stop them. They just autoplay, they&#8217;re super heavy in file size usually. And if you, for example, prefer reduced motion, which is like a setting in most operating systems and browsers. A GIF won&#8217;t stop. But a video can be stopped, but it can also be preloaded, can have a poster image. So it&#8217;s just way better from a user experience.</p>\n\n\n\n<p>And the plugin converts GIF or GIF to a video with the same size. Creates a poster image as well. So if the video is stopped, or still being loaded, you will see a preview image as well. You can have either the controls to play, pause, or it just loops and autoplays, like a GIF. You don&#8217;t see the difference.</p>\n\n\n\n<p>[00:21:59] <strong>Nathan Wrigley:</strong> It&#8217;s what we need. Agency over animated GIFs, that&#8217;s for sure. And it just all happens seamlessly. But again, another jaw off the floor moment was when I saw that you were creating video content inside the post editor. So, you know, imagine, dear listener, that you are in a post, you&#8217;ve clicked add new post, and there you are.</p>\n\n\n\n<p>Shoot video from the webcam, or I&#8217;m guessing any camera that might be attached to the machine. Shoot it, save it into the media library inside the post. As if that wasn&#8217;t enough, also transcribe it in real time. Now, I don&#8217;t know if that transcription gets burned onto the video, or if it&#8217;s just something that&#8217;s happening as you are watching it.</p>\n\n\n\n<p>But that&#8217;s truly remarkable as well. And it leads me to all sorts of thoughts about being able to, I don&#8217;t know, communicate with other people, with synchronous video, a bit like we have with Zoom, or something like that, inside of a post. I&#8217;m not entirely sure why you would wish to do that, but those kind of possibilities becoming available. How did you do that? How does that work?</p>\n\n\n\n<p>[00:23:05] <strong>Pascal Birchler:</strong> You bring something interesting up, because there&#8217;s like this collaboration feature being worked on in the block editor. So just imagine having a video call, and maybe saving that video afterwards, who knows?</p>\n\n\n\n<p>So for this particular feature I&#8217;m again, using the powers of Web Assembly to use the FFmpeg video library in the browser. So FFmpeg is a really powerful tool set. It can do video conversion, all sort of things. And I use that in a browser to basically record the video, or take the recorded video and convert it to like a MP4, whatever is a good format for you.</p>\n\n\n\n<p>And for the subtitles, I&#8217;m using a different solution, which is based on an open source machine learning models, that do transcription, like speech to text. And that generates a vtt captions file. Similar to srt, it&#8217;s a separate file, it&#8217;s not burned into the video. And you can use other tools to then edit the captions, or you could even build a caption editor directly in WordPress.</p>\n\n\n\n<p>[00:24:04] <strong>Nathan Wrigley:</strong> Most video solutions allow you to upload and combine the two, don&#8217;t they? So it&#8217;s got timestamping in, so it knows when a particular word is about to appear on the screen. And so it can handle all of that. But it creates that file on the fly. So it not only creates the video file, stores that into the media library, but if you have the option set for the vtt file, it will also save that. And presumably, because of the time that they were saved, there&#8217;s a very high probability they&#8217;ll end up right next to each other in the media library. So you could associate the two.</p>\n\n\n\n<p>That is truly impressive. I can only imagine what could be possible with that. Because all you are doing is showing that it can be done, and it can be saved right there. But yeah, I kind of feel that once that gets out into the wild, other developers will have intuitions as to what to do with that, aside from you, and may well wish to do something.</p>\n\n\n\n<p>But you&#8217;re right, you know, can you imagine a scenario where, I don&#8217;t know, a graphic designer wants to talk to another graphic designer about a particular post, or a particular page that they&#8217;re working on and, well, let&#8217;s just hop in, and actually work on it together whilst we&#8217;re in the page. We don&#8217;t need another third party solution. I don&#8217;t know, maybe that&#8217;s a bit extreme. But absolutely fascinating how you&#8217;ve managed to pull all of this off.</p>\n\n\n\n<p>You mentioned the libraries that you were using there to do the video transcoding. Again, is all of that bundled in with the plugin, or is any of this going out of our computer, out of our browser somewhere, and getting converted, and then being sent back? Or is it all happening on our machine?</p>\n\n\n\n<p>[00:25:27] <strong>Pascal Birchler:</strong> It&#8217;s all happening on your machine. I know it&#8217;s sometimes crazy to believe, but yeah.</p>\n\n\n\n<p>[00:25:32] <strong>Nathan Wrigley:</strong> I mean, really, truly crazy. One thing that you own that I don&#8217;t own is you have an iPhone, which it turns out also has an unusual, well not unusual because there&#8217;s a lot of iPhones out there. But it&#8217;s not a web friendly image format. I didn&#8217;t even know what it was called until you showed it on the screen, it&#8217;s HEIC or HEIF. And it&#8217;s simply for Apple devices.</p>\n\n\n\n<p>So I&#8217;m guessing if you&#8217;ve got a Mac or an iPhone, it will show it just fine. But if you&#8217;re trying to upload that to the media library, you&#8217;re going to have a problem. So conversion has to happen there. And you&#8217;ve got a nice, another nice little option there. If you throw that in, that will also get converted, again to your preferred one. So it could be, I don&#8217;t know, AVIF or WebP, whatever you&#8217;d like.</p>\n\n\n\n<p>[00:26:13] <strong>Pascal Birchler:</strong> Yeah. So it&#8217;s a super annoying format to use on the web. Right now, it will convert to WebP or AVIF, whatever you have set. The file format itself also supports like multiple frames, because on iPhone, you have this feature called live photos, where the photo is sort of like a video. So you could technically even convert this image to a video when you upload it. So you have this live photo effect also on the web.</p>\n\n\n\n<p>[00:26:36] <strong>Nathan Wrigley:</strong> But it&#8217;ll do all of that out of the box. So all of that is absolutely fascinating, and we&#8217;ll get to something else that you showed in a slightly different video in a moment. The purpose of this, obviously, you&#8217;re scratching your own itch, you&#8217;ve done something which will definitely be helpful in the future. It does strike me that a lot of this is definitely within the scope of being put into core.</p>\n\n\n\n<p>Now, I know that an awful lot of stuff comes through the news outlets each and every week about amazing WordPress products, and some of it clearly is really out of the scope of core. But do you have an intuition that some of this really could be baked into core, would be useful in core? Is that something you are going to be trying to push for in 2024?</p>\n\n\n\n<p>[00:27:19] <strong>Pascal Birchler:</strong> Well based on the reactions of people to the demos I&#8217;ve shared, there&#8217;s definitely interest. Seems to be useful for many people. Be that the HEIC conversion or the thumbnail generation. So I definitely see potential for this to be in core, and it&#8217;s something that I want to strive for in the next year. But it will be definitely limited in scope. Like, you won&#8217;t see fancy video recording or something in core, I would say. So I would want to start small, focus on like an M.V.P. solution, and bring that into core and then we can go from there.</p>\n\n\n\n<p>[00:27:51] <strong>Nathan Wrigley:</strong> Yeah. That&#8217;ll be an interesting thing to see. One last thing, just before we move on to your upload an image with your friend idea. Another thing which you do is, and this is curious because we had a chat about this before we clicked record. If you upload an image and that image is going to take a few moments, an opaque, hazy version of the image is shown. And it almost looks like you&#8217;re squinting your eye or something, you know, it&#8217;s gone a little bit blurred.</p>\n\n\n\n<p>But the technical side of how you&#8217;ve done that is really interesting, because I was anticipating it was just another image, but it&#8217;s not, there&#8217;s some really interesting work going in the background there, and gradients and CSS. Just explain what&#8217;s going on whilst we have the image load. You show us something, which kind of looks like a faded out version of the image. What&#8217;s happening?</p>\n\n\n\n<p>[00:28:33] <strong>Pascal Birchler:</strong> So the itch that I wanted to scratch there, is that the experience when you have to wait for images to load is really not great. Let&#8217;s say if you&#8217;re on a 3G connection on a train, or something. So what I wanted to do is have like a blurred version of the image showing. So as soon as you open the page you immediately see something. You know, oh, there&#8217;s an image that might be loaded here, and it looks interesting.</p>\n\n\n\n<p>And what I&#8217;m using for that is a technology, or an algorithm called BlurHash, which generates these blurry placeholders. And usually to display that placeholder on the website, you would need JavaScript. But I&#8217;m converting this blurriness to simple CSS gradients instead. So that when you load the page, you&#8217;re not seeing another image while the main image is loaded, it&#8217;s just all CSS gradients.</p>\n\n\n\n<p>[00:29:18] <strong>Nathan Wrigley:</strong> So no JavaScript in sight, it&#8217;s just CSS, which obviously has its benefits. So upon successful completion of that image, what are you doing with the CSS that you&#8217;ve created there? Where is that data going when it&#8217;s no longer needed? Do you just expunge it and get rid of it?</p>\n\n\n\n<p>[00:29:33] <strong>Pascal Birchler:</strong> Well, you will still need it for like the next page load, right? So it&#8217;s always there, it&#8217;s always in the database. And it&#8217;s super small, like even for a larger image. The amount of gradients is not that big, so it doesn&#8217;t really impact performance.</p>\n\n\n\n<p>[00:29:47] <strong>Nathan Wrigley:</strong> Yeah it&#8217;s a really nice experience, because it just gives you, well, you&#8217;ve all been there where an image hasn&#8217;t even begun to load, and you get all this cumulative layout shift where things are being pushed around, and buttons go further down and everything moves. It kind of gets rid of that, because right away you get this block, which is going to be the same size and shape as the image, which will eventually load.</p>\n\n\n\n<p>I think in most cases these days, certainly in the part of the world where I live, we&#8217;re really not faced with those problems too much these days. But as you said, if you&#8217;re in a place where there&#8217;s a slower network or a, let&#8217;s say a 3G network or something like that, then having that as an option is great. So yeah, fascinating solution to that problem, I really like that.</p>\n\n\n\n<p>Now, I think you probably got a little bit of interest, and I don&#8217;t know if the second Twitter video came along after the first one that I saw. So we&#8217;ve just discussed what I believe is probably the first one, and we&#8217;ll discuss the second one. And I&#8217;m hoping, Pascal, in the days and weeks to come, we&#8217;ve got Christmas in the way, I realise that. But in the days and weeks to come we&#8217;re going to see many more such videos.</p>\n\n\n\n<p>You&#8217;ve got this really interesting idea of being able to upload images into a post, with a link, or a QR code, which I guess is a link of a different kind. But you could send it to a friend, who could then upload an image into a post, without being logged into the WordPress website. Where did that need arise? What was the scenario that you were thinking, okay, I need people to upload images into my posts, which they don&#8217;t have access to edit, and so on? What&#8217;s going on there? It&#8217;s fascinating.</p>\n\n\n\n<p>[00:31:13] <strong>Pascal Birchler:</strong> I have to admit, I did not come up with this idea actually. So after I published the first demo on Twitter, John Blackburn, I actually opened an issue on GitHub and he was like, hey, you know, on apps like eBay or online banking apps, for example. There&#8217;s the option to upload your receipts or something from your phone. So why not make that possible in WordPress? And I was like, oh, that&#8217;s interesting. So I built it.</p>\n\n\n\n<p>It&#8217;s really cool because, I think the scenario is, you&#8217;re editing a blog post, you want to add this nice picture and you realise, oh, it&#8217;s on the phone. Maybe it&#8217;s on your friend&#8217;s phone, or like colleague&#8217;s phone. So you can scan the QR code, or send the link for that code to someone else. And then they&#8217;re able to upload the image to WordPress. And after that is done, and you&#8217;re still in the editor, so once they&#8217;re done uploading the image, you&#8217;ll immediately see the image in your editor, you can continue editing.</p>\n\n\n\n<p>[00:32:04] <strong>Nathan Wrigley:</strong> So you wouldn&#8217;t need to refresh that post and come back to it, it would just appear. So let&#8217;s say, for example, that I send you that link, and I&#8217;ve got my post, it&#8217;s half completed, but I just know that I need that image to finish it off. And I know that you, Pascal, have got your hands on it. I could send you the link. You click on the link, select the image in question, and there it is, right inside my post, immediately without a need for a refresh or anything.</p>\n\n\n\n<p>That&#8217;s so great. That&#8217;s just such a curious thing. But now I get the point, and I guess the idea of being able to send it to somebody else is quite interesting. But the idea, certainly for me, you are right, there&#8217;s a lot which is held on my phone, there&#8217;s a lot which is held on other computers. I have a detachable hard disc over there, and quite often the computer that it&#8217;s attached to is, you know, in no way connected to this one. So being able to send myself another link over there, that&#8217;s really curious.</p>\n\n\n\n<p>It feels to me, Pascal, as if you are just getting your feet wet here. You&#8217;ve just got yourself all excited about images and what you can do with them inside of WordPress. So that&#8217;s the next question. Do you have any intuition as to what&#8217;s coming next? What fun projects you might work on.</p>\n\n\n\n<p>[00:33:09] <strong>Pascal Birchler:</strong> Well, you know, just talking about this with you, gives me a lot of ideas. And sharing these demos with people also sparks ideas in them. And you mentioned that holidays are coming up, so maybe, I don&#8217;t know, over the holidays I&#8217;ll build something new. We&#8217;ll see.</p>\n\n\n\n<p>[00:33:22] <strong>Nathan Wrigley:</strong> Well, I would very much like to see the outcome of your endeavors. Yeah, I&#8217;ve definitely got a few ideas of what I would like. For example, being able to record a podcast directly inside the editor. I know that, obviously, video and audio are very similar, it may well already be possible with everything that you&#8217;ve done.</p>\n\n\n\n<p>But the ability to do things like that inside the post editor, and not have to save it elsewhere, would be kind of interesting. You know, what we&#8217;re doing right now, we&#8217;re using a third party SaaS app to record this. I can&#8217;t see any reason why all of this couldn&#8217;t potentially happen inside the block editor as well.</p>\n\n\n\n<p>Anyway, exciting times. And Pascal, I do thank you for piquing my curiosity. It really was quite a moment when I saw that video.</p>\n\n\n\n<p>If anybody wants to contact you, if anybody has been intrigued by what you&#8217;ve said, and they want to reach out, where are the best places? We know that you&#8217;re on Twitter, but tell us what your handle is, and where else we can find you.</p>\n\n\n\n<p>[00:34:10] <strong>Pascal Birchler:</strong> So my Twitter handle, or WordPress.org, everywhere else is swissspidy with three S&#8217;s in the middle. That&#8217;s the best place to reach me.</p>\n\n\n\n<p>[00:34:19] <strong>Nathan Wrigley:</strong> Alright. Well, thank you so much. And Pascal, I really appreciate you coming on the podcast and chatting to us today. Thank you so much.</p>\n\n\n\n<p>[00:34:25] <strong>Pascal Birchler:</strong> Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/swissspidy/\">Pascal Birchler</a>.</p>\n\n\n\n<p>Pascal is a long-standing WordPress community member and Core committer, with a focus on internationalisation, WP-CLI, and performance.</p>\n\n\n\n<p>He’s been working on a project for the past six months to enhance the media capabilities of the WordPress block editor. His work includes client-side image optimisation, image compression, video enhancements, and speech-to-text features, such as subtitle generation. It’s unlike anything that I’ve ever seen. You upload media into the block editor, and it’s manipulated right there, inside the editor, by the browser, not by some remote server.</p>\n\n\n\n<p>This is all achieved by harnessing the power of WebAssembly, and we discover what Pascal has managed to achieve thus far, and how he thinks that there’s going to be so much more to come.</p>\n\n\n\n<p>We talk about how you can change images from legacy formats like jpg and gif, into other, more modern formats such as WebP and Avif. Pascal explains how this is actually achieved, and why the new formats are desirable. It’s all about reducing file sizes, server resource consumption, and the speed boost your site will gain as a result.</p>\n\n\n\n<p>We also get into the conversion of animated Gifs into videos, and creating videos with transcripts on-the-fly, and remember, this is all done in the block editor with the browser itself as the workhorse.</p>\n\n\n\n<p>Pascal seems to be onto something here, and it’s really compelling listening to him argue that something like his plugin might be worthy of inclusion into WordPress Core at some point.</p>\n\n\n\n<p>He explains some other projects which he’s been working on, inspired by the high volume of feedback he received after releasing his plugin.</p>\n\n\n\n<p>If you’re interested in pushing the boundaries of user experience, performance optimisation, and compliance with evolving web standards, 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://twitter.com/swissspidy/status/1733138082591912154\">Pascal&#8217;s Twitter video #1</a></p>\n\n\n\n<p><a href=\"https://twitter.com/swissspidy/status/1735019049686368342\">Pascal&#8217;s Twitter video #2</a></p>\n\n\n\n<p><a href=\"https://webassembly.org/\">WebAssembly website</a></p>\n\n\n\n<p><a href=\"https://github.com/libvips/libvips\">libvips on GitHub</a></p>\n\n\n\n<p><a href=\"https://ffmpeg.org/\">FFmpeg website</a></p>\n\n\n\n<p><a href=\"https://blurha.sh/\">BlurHash website</a></p>\n\n\n\n<p><a href=\"https://twitter.com/swissspidy/\">Pascal&#8217;s Twitter</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, 10 Jan 2024 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: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:15:\"Matt: Sonos Tip\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2024/01/sonos-tip/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1204:\"<p>If you&#8217;re obsessed with <a href=\"https://www.sonos.com/\">Sonos</a> like I am, a nice MacOS utility is the <a href=\"https://mbc-for-sonos.app/\">Menu Bar Controller</a>. <cite>Hat tip to <a href=\"https://www.linkedin.com/in/miketatum/\">Mike Tatum</a></cite>, who happened to be the gentleman who convinced my parents it was okay for me to drop out of college and move to San Francisco to take a job at <a href=\"https://en.wikipedia.org/wiki/CNET\">CNET</a>. Mike&#8217;s now at Sonos and in October arranged for some top execs at <a href=\"https://automattic.com/\">Automattic</a> to go to Santa Barbara to meet with their peers at Sonos, and <a href=\"https://twitter.com/Patrick_Spence\">Patrick Spence</a> and I did a joint CEO town hall that was broadcast to both of our companies. It was I think fascinating for both sides because of a shared passion for craft, design, culture, and execution, but our companies are in no way competitive, so it allowed for a lot of transparency. I learned a ton, and I think that kind of sharing is what increases the mimetic evolutionary speed of companies. </p>\n\n\n\n<p><a href=\"https://atoms.com/\">Atoms</a> are hard! I think I&#8217;ll stick mostly to bits.</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, 10 Jan 2024 01:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:86:\"Do The Woo Community: Do the Woo is a Sponsor and Media Partner for WordCamp Asia 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/sponsor-and-media-partner-wordcamp-asia-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:402:\"<p>We are returning to WordCamp Asia again, and proud to be a Media Partner again as well as a sponsor for the event.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/sponsor-and-media-partner-wordcamp-asia-2024/\">Do the Woo is a Sponsor and Media Partner for WordCamp Asia 2024</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, 09 Jan 2024 08:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WordPress.org blog: WP Briefing: Episode 70: A Look Ahead at WordPress in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2024/01/episode-70-a-look-ahead-at-wordpress-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8348:\"<p>Curious about WordPress&#8217;s big-picture items for 2024? Phase 3, Data Liberation, new meetups, and more, get the spotlight in this episode. Join Executive Director Josepha Haden Chomphosy for all this, plus a small list of big things coming up in the next two weeks.</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><a href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\">Real-Time Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/\">Make WordPress Core</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/\">Make WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://events.wordpress.org/\">WordCamp Events</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">Overflow Questions from State of the Word 2023 in Madrid, Spain</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a>&nbsp;&#8211; This is the final chance to share your feedback on WordPress meetups for 2024 and how we can improve the program in the future.&nbsp;</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-16677\"></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.&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Hello, my dears, and welcome to 2024. I hope you&#8217;ve had a lovely break. At the top of the year, I like to look around and gather the projects that the community is interested in. We can&#8217;t always commit to everything, and sometimes even the things we plan to do can&#8217;t make it across the finish line. In the next few weeks, I&#8217;ll be publishing kind of the big picture goals for the year, but I wanted to share a little bit about what I&#8217;ve collected so far.</p>\n\n\n\n<p>[00:01:05] <strong>Josepha:</strong> Firstly, we&#8217;ve got Phase 3. This has been called a few things over the years: collaborative editing, multiplayer, co-editing. But whatever it&#8217;s been called, the biggest changes to writing and design workflows are likely to happen in this phase. A redesigned workflow can be a bit of a shock. But fortunately, we already have a prototype out there.</p>\n\n\n\n<p>I&#8217;ll include a link to some resources in the show notes, or of course, you can always stop by make.WordPress.org/core for some insights. But I would encourage you to, at the very least, get your hands on that prototype to see what it looks like is coming in Phase 3 so that you can be aware and provide your feedback.</p>\n\n\n\n<p>The next thing on our list is Data Liberation. This is a new-to-us project that was introduced at State of the Word. Fortunately, though, it&#8217;s not a new concept overall. Data Liberation is actually one of the earliest ideas that sold me on WordPress. The idea that you could set up a site for a client, or yourself, and that hard work wasn&#8217;t lost if something went wrong, was really important to me. It&#8217;s been a long time since we put any effort into our importers and exporters, and I think this will be a good focus for the year.</p>\n\n\n\n<p>[00:02:14] <strong>Josepha:</strong> The next thing that I&#8217;ve picked up, kind of a list of three things, but there are three mid-sized areas that I want us to pay attention to this year: plugins, old tickets, and new meetups.&nbsp;</p>\n\n\n\n<p>Plugins, because they really have turned a corner on where they ended 2023. A lot of work has been done to make sure that they&#8217;ve streamlined some efforts, gotten some better onboarding for folks as they&#8217;re going in, and we could really use a hand to keep that momentum going.</p>\n\n\n\n<p>Old tickets, because it&#8217;s something that we hope for year after year when we&#8217;re talking to people about what they want in new releases. So often, part of what they say is some way to work through all of these old things that have been around forever, some with patches. And why not, after all?</p>\n\n\n\n<p>And then new meetups, because I really still think that meetups are the best intro to WordPress. No matter whether you&#8217;re wanting to become a developer eventually or, like, the community-building aspect is the thing that hooks you forever. Meetups are the place to encourage those and discover those.&nbsp;</p>\n\n\n\n<p>[00:03:20] <strong>Josepha:</strong> The next thing on my list is also two things. It&#8217;s two things, but kind of a guess at the moment. There are two summit items that I want us to try to consider this year.</p>\n\n\n\n<p>So the first one is contributor recognition. Acknowledgment and recognition, I think, are two different things, and there was an entire series of sessions at the summit where we talked about it. And so I think that it&#8217;s worth us digging in on that.</p>\n\n\n\n<p>The other thing from the summit that I would really like us to all kind of dig in on is accessibility, how we do it, how we confirm it, what we think we should do versus what we actually do, and see what we can move on the needle there.</p>\n\n\n\n<p>And the last thing is sort of a personal wish. I think it&#8217;s about time that we take a look at the way that we kind of manage ourselves as a project, the way that we do our meetings and report on our successes, things like that. And I realize that this is a big thing, and it might be a little bit scary. But, I mean, we&#8217;ve been doing this for a really long time, and it&#8217;s probably as good a time as any, frankly, to look at what we&#8217;re doing by habit or tradition and see if it still suits us.</p>\n\n\n\n<p>So, that&#8217;s my back of the napkin set of notes so far. Keep an eye out in the next couple of weeks for the annual Big Picture post so you can get some context, notes, and discussion opportunities. And, of course, anything that has shown up that&#8217;s a bit bigger, a bit more final will be in there as well.&nbsp;</p>\n\n\n\n<p>But first, our small list of big things. </p>\n\n\n\n<p>[00:04:52] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:05:00] <strong>Josepha:</strong> Firstly, State of the Word had nearly 200 questions submitted, and Matt has been answering the overflow on make.WordPress.org/project. So, I&#8217;ll include a link, but head on over there to that post if you would like to catch up on those.</p>\n\n\n\n<p>And then the second item, and last item, is that you&#8217;ve got a few more days left to give us feedback on WordPress meetups in 2023, and give us an idea of what we can do to improve those. I believe those close on January 14th. I really love my local meetup, and I hope that we can get some of that same sort of feeling going in all of yours, too.</p>\n\n\n\n<p>[00:05:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. 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 had questions about what you heard, you can share those with me at wpbriefing@WordPress.org.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Thanks again for tuning in for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:06:02] (Music outro)&nbsp;</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, 08 Jan 2024 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:153:\"Gutenberg Times: Gutenberg Changelog #94 – State of the Word, Gutenberg 17.2, 17.3 and 17.4, WordPress 6.5, Migrating from Classic Theme to Block Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=26968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-94-state-of-the-word-gutenberg-17-2-17-3-and-17-4-wordpress-6-5-migrating-from-classic-theme-to-block-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61310:\"<p>In this episode, Sarah Norris and Birgit discuss State of the Word, Gutenberg 17.2, 17.3 and 17.4. They take a sneak peek at the WordPress 6.5 roadmap, and they discuss steps on migrating from a classic theme to a block theme.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-94-state-of-the-word-gutenberg-17-2-17-3-and-17-4-wordpress-6-5-migrating-from-classic-theme-to-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:&nbsp;<strong>Sarah Norris</strong></h2>\n\n\n\n<p>JavaScript Developer 6.4 editor tech co-lead</p>\n\n\n\n<ul>\n<li><a href=\"https://profiles.wordpress.org/mikachan/\">WordPress Profile @mikachan</a></li>\n\n\n\n<li><a href=\"https://sekai.co.uk/\">Personal website: sekai.co.uk</a></li>\n\n\n\n<li><a href=\"https://twitter.com/mikachan_\">Twitter: @mikachan_</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">State of the Word</h2>\n\n\n\n<ul>\n<li><a href=\"https://gutenbergtimes.com/state-of-the-word-redesign-developer-resources-block-theme-updates-weekend-edition-278/\">State of the Word, (and more) — Weekend Edition 278</a></li>\n\n\n\n<li><strong><a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a> </strong>&#8211; <a href=\"https://github.com/wordpress/data-liberation\">GitHub repository</a>&nbsp;| Slack channel: <a href=\"https://wordpress.slack.com/archives/C069AKUBPHB\" target=\"_blank\" rel=\"noreferrer noopener\">#data-liberation</a>.</li>\n\n\n\n<li><a href=\"https://events.wordpress.org/\">New WordPress events page</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.5 </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">Roadmap to 6.5</a></li>\n\n\n\n<li>Tracking issues of features already in Gutenberg plugin and ready for testing\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/55277\">Font Library</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/53705\">Syncing specific blocks and attributes of patterns</a></li>\n\n\n\n<li>&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/55083\">New data views for templates, template parts, and patterns in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/55776\">Robust revisions</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/54336\">background image support for the Group block</a>,</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/52632#top\">aligning page edit features in Site Editor and Post Editor</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg plugin releases</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/12/06/whats-new-in-gutenberg-17-2-6-december/\">What’s new in Gutenberg 17.2? (6 December)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/\">What’s new in Gutenberg 17.3? (20 December)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/04/whats-new-in-gutenberg-17-4-03-january/\">What’s new in Gutenberg 17.4? (03 January)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Migrate classic to block theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/plugins/health-check/\">Health Check &amp; Troubleshooting</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create a Block Theme</a></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 94th episode of the Gutenberg Changelog Podcast and a happy New Year, dear listeners. I hope you all had a great time off during the holidays and a great start to the year 2024. I like the year 2024. 2023 wasn&#8217;t so good, but 2024 was good. In today&#8217;s episode, we will talk about State of the Word, Gutenberg 17.2, 3 and 4, and we take a sneak peek at the 6.5 WordPress roadmap, and we also discuss steps on migrating from a classic theme to a block theme.&nbsp;</p>\n\n\n\n<p>I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for WordPress open source project sponsored by Automattic&#8217;s Five for the Future program. And I&#8217;m thrilled to have as a guest today, Sarah Norris, JavaScript developer, theme builder and core contributor and editor core tech lead for WordPress 6.4, also sponsored by Automattic. Happy New Year to you too, Sarah. How are you today?</p>\n\n\n\n<p><em>Sarah Norris</em>: Happy New Year. I&#8217;m really good, thank you. I&#8217;m very ready to talk about all the work that&#8217;s been happening over the last few weeks, especially as we lead up to a fast approaching 6.5.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, it&#8217;s fast approaching and we are going to talk about that. But yeah, catching up on everything. The year-end vacation kind of always puts a little bit of a dent in being up-to-date with Gutenberg and the block editor and this is your chance to catch up on it. We have a big show, so it might go over the hour limit, but I hope we can get it brief.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements &#8211; State of the Word</h3>\n\n\n\n<p>So State of the Word, there was a lot of celebration around 2023 in the State of the Word and brought it to the WordPress community. And if you haven&#8217;t watched the keynote yet, there is a YouTube video. There&#8217;s also a YouTube video about the Q&amp;A afterwards and I&#8217;ll share the link to the Weekend Edition 228. That&#8217;s the last one on Good Work Times where I shared a ton of links, so this will be in the show notes, but it was the first State of the Word outside of US, a huge success with livestream on multiple channels. And is there anything that stood out for you, Sarah?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yes. Yeah, so much fun. It was such a good State of the Word. So it was discussed how many&#8230; the number of WordCamps that&#8217;s increased. So I think we&#8217;ve doubled the number of WordCamps and Meetups, and that has to come in more and more countries as well. I attended the first UK WordCamp, so the first UK WordCamp since the pandemic last September. It was so much fun. It was held in Whitley Bay, which is in the northeast of England, and I&#8217;d just love for everyone in the WordPress community to experience this, and as the number of meets and word camps grow, I hope everyone is able to attend. It&#8217;s almost like&#8230; unable to put it into words how good it is attending local events and being part of your local community as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I agree with that. Yeah, it&#8217;s the live, the person-to-person interaction. It&#8217;s kind of how relationships are built and it&#8217;s such a richer experience than just doing it online. And I just happened to think of it, but there is a new page on wordpress.org, it&#8217;s called Events, it&#8217;s <a href=\"https://events.wordpress.org/\">wordpress.org/events</a> and it has a big map with all the events happening and a list and you can filter down to location or what type of events. And so you learn about all the local Meetups, so if there isn&#8217;t one near you, there is the chance that you could actually start one. Yeah, it&#8217;s a lot of work and it&#8217;s a ton of fun. For about four years, I organized the meetup in Florida when I was still living there and I had so much fun with the local community, and I was always up-to-date on WordPress because I had to do a little intro every time and&#8230; Great speakers. So it&#8217;s a ton of fun.</p>\n\n\n\n<p>So if you want to do that, the make.community&#8230; No, <a href=\"https://make.wordpress.org/community/\">make.wordpress.org/community</a>, that&#8217;s a handbook for meetup organizers and work group organizers, and out of the small cell of a local meetup will grow the bigger one. That&#8217;s the WordCamp. Yeah, thank you for letting me rant on about this. I&#8217;m by heart a community organizer, so I&#8217;m kind of really happy about&#8230; That those come back. Although we doubled the number of WordCamps, there is still a lot of work to be done to get on the level of pre-pandemic. So 2018 and &#8217;19, we had about 140 WordCamps around the world, which is double the number that we had last year. So we are on the way because it&#8217;s going to be maybe a hockey stick growth rate there with all the local Meetups coming back. All right, so back to State of the Word, what else stood out for you?</p>\n\n\n\n<p><em>Sarah Norris</em>: I&#8217;d also like to give Playground a shout-out. It&#8217;s become one of my absolute favorite tools to use when developing and testing for Gutenberg and also when building themes and plugins. I&#8217;m just so excited for what the future holds for this tool and just well done to everyone involved in building such an amazing tool as well. Yeah, I&#8217;d recommend everyone check it out if you haven&#8217;t already.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, check it out. WordPress Playground. It&#8217;s actually WordPress in a browser. You don&#8217;t need a local server and you can have a plugin, can use it for demos as can themes, but it&#8217;s also&#8230; Some of the tutorial educational content will have some Playground links as well so you can see how it actually works and&#8230; Without having you setting up all your local development and all that, so it&#8217;s really cool. Yeah. I think they&#8217;re also working on a VS Code extension, so you get a little WordPress button in your left taskbar and then you click on it, and then from the directory you can call up the Playground instance. So that would be really cool. It&#8217;s still in the works, but I think that&#8217;s the goal for it, yeah. Anything else that stood out from State of the Word?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yes. Yeah, I&#8217;m also excited about the admin redesign, so yeah, I&#8217;m just looking forward to&#8230; I think this is another maybe long anticipated feature. Yeah, like anything, any big redesign of any long-standing tool is always exciting and I think this is&#8230; Yeah, it&#8217;s just going to be incredible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it is. Yeah. And that&#8217;s the unification of all the list views on&#8230; List of posts, list of pages, list of categories that I haven&#8217;t tackled yet, but the list of templates. So it&#8217;s all a unified kind of system. So I really excited about that too. And it looks so modern. It looks so&#8230; Like, &#8220;Oh, this is from the 21st century.&#8221; Yeah.</p>\n\n\n\n<p><em>Sarah Norris</em>: Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, what stood out for me was kind of a little bit a higher level thing from State of the Word. There was a data liberation project that Matt Mullenweg announced. That&#8217;s a community initiative to bring all the tools that agencies and hosting companies put together for migration in and out of WordPress. So in and out of&#8230; From Wix to WordPress, from Squarespace to WordPress, from Google Docs to WordPress and all that. And I think that is a really good step forward to the open web, that a user or a site owner can take a hold of their own data and they&#8217;re not beholden to a centralized kind of system that doesn&#8217;t let you get out of it once you have signed up for it because the switching costs are too high or not possible at all and you have to start all over again.</p>\n\n\n\n<p>So I think that is a really good initiative. We&#8217;ll see how it plays out in the next year of course, but there are some&#8230; So I&#8217;ll share a few links in the show notes about that. And the other thing that stood out for me was everybody was waiting for the date of WordCamp US, which is September 20&#8230; No, what is it?</p>\n\n\n\n<p><em>Sarah Norris</em>: September 17th to September 20th. Yeah, September next&#8230; This year.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: September was good. So September 17th through the 20th, and if you count the dates right, there are two days&#8230; Contributor day and two-day conference. So this is kind of a new format and I&#8217;m excited to see that and how that plays out. So that&#8217;s it from the State of the Word. Anything else?</p>\n\n\n\n<p><em>Sarah Norris</em>: No, I think that&#8217;s it from the State of the Word.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Of course, we also have a lot of recap posts if you&#8217;re not into video watching, it&#8217;s also on the link then.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress 6.5</h3>\n\n\n\n<p>So next up, WordPress 6.5, that&#8217;s the release coming now and it&#8217;s fast approaching. We have a schedule, so Beta 1 is scheduled for February 13th, 2024. That is feature freeze kind of thing. And I did a calculation, 38 days from today, and today&#8217;s January 5th. And the last Gutenberg release that&#8217;s going to make it new, feature-wise, will be 17.7, which is actually only three Gutenberg releases away. It&#8217;s fast approaching. After Beta 1 comes weekly Beta 2 and Beta 3 with bug fixes after testing and then brings us to release candidate one for March 5th, though in exactly two months, March 5th, 2024. That is the deadline for string freeze and also for developer notes to be published and collected in the field guide that accompanies every major release release candidate is actually right before WordCamp Asia, which takes place on March 7th through ninth.</p>\n\n\n\n<p>So this is great timing because everybody who wants to go to WordCamp Asia already has a release candidate. Whoever is on the release squad can&#8230; Oh, release candidate&#8217;s done. So the major work for the release is probably done by that time and that&#8217;s a good thing. You don&#8217;t want to be on a WordCamp and have to deal with releases at all. Yeah. Final release is scheduled for March 26th, 2024. So here is your schedule for that. That seems to be a pretty good schedule in terms of spacing out the betas and release candidate, that&#8217;s some kind of tradition with WordPress release. You were on 6.4. How is the weekly kind of updates and what goes into next beta and all that? Is it particularly important?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, yeah, the dates are important. It&#8217;s almost like time&#8230; If you didn&#8217;t think time went quick enough already, being part of a WordPress release. Yeah, I think one of my ways to deal with the release dates is usually I have a deadline for myself that&#8217;s just ahead of the important dates. So usually the Friday before a date, but also that reduces the time, because I don&#8217;t know if I&#8217;m stressing myself out more. No, it&#8217;s all good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, it&#8217;s all good. I think you need the Monday to do all the backboards and then&#8230; The beta releases and release candidates are all on Tuesdays because Wednesday is too late, and if you want to move it, you could move it to Wednesdays, but you don&#8217;t want to release anything on Thursday or Friday because then the whole weekend is kind of full with anxiety and communication and feedback, kind of that.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Roadmap 6.5</h3>\n\n\n\n<p>Yeah, so early December, Anne McCarthy has published the roadmap for 6.4, and it&#8217;s a very long post and we are certainly not going to&#8230; We would need to have another two-hour show to go through it in detail, but let&#8217;s look at the highlights for it.</p>\n\n\n\n<p>So it has four major topics from the editor part, that&#8217;s design tools, that&#8217;s adoption pathways, the foundational experience, which is some of the redesign, and new APIs. And I think the first three are really interesting for users and those who build interfaces for others but not&#8230; Or do site builders that are no-code. So the fonts library, we are waiting for that for quite a while now, but I think it&#8217;s coming into 6.5 eventually, right?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yes. Yeah, a long anticipated feature coming to core. Yeah, so this brings font management directly to core, allowing users to edit and remove custom fonts all within the editor. It has been available from Gutenberg 16.7, so there&#8217;s some underlying changes currently going on, but if you do want to test it, you can already test it using the Gutenberg plugin. But yes, a brand new redesigned API and the UI will be coming to 6.5 and yes, it&#8217;s extremely exciting. I know I&#8217;ve spoken to so many users who are looking forward to this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the waiting was really hard on those users that are looking forward to them because it got pulled from the 6.4 release at pretty much last minute, like Beta 2 or something like that, because it wasn&#8217;t ready for the REST API kind of thing. What&#8217;s also coming is sync specific blocks and patterns. We have sync patterns, but it&#8217;s the partially synced patterns where you can change layout and styling of a pattern, but not the content. Right now, synced patterns are when you change something on the pattern and it changes through all the instances that it was synced, but if you have partially synced, you can kind of have a little bit&#8230; You have a granular control on what should be synced, a role of the pattern instance that it was used, and what shouldn&#8217;t, and I think that is pretty much, as of this week, ready for testing. We probably need to wait for 17.5 to get it into Gutenberg plugin, but look out for that release to start testing on this.</p>\n\n\n\n<p>And the third item in the design tools was the section specific theme.json and Colorways. So you have multiple palettes that introduce some of the sections that you use in your theme and have a different color palette that you can style it with. I think that&#8217;s the idea there. I think the work is on the Group Block right now.</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, that&#8217;s right. Yeah, it&#8217;s like sectioning off the theme.json&#8230; Well, specifically at the moment just for colors, but I think this will be great. It&#8217;s kind of like a great gateway into expanding the design tools, especially for theme builders. And like you say, this is only going to apply to the Group Block, but it&#8217;s a good example, for instance, of a theme author being able to provide colors that work well together, but in a specific instance, so just for the Group Block. So you could make sure that text is accessible in that specific instance. I think it plays a really exciting future for splitting up theme.json, also because theme.json can get really long as well and that file can get big. So yeah, I think it&#8217;s heading in the right direction with this as well, to splitting it all.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think it also bridges the gaps between&#8230; I don&#8217;t know if that&#8217;s part of it, I need to test it out, but when you have styling for certain blocks or block styles, those don&#8217;t have the design tools to further style them later on. And I think this will be one that&#8217;s built out, not just for the group log or for a certain instance, it could help with the additional styles that theme developers offer their users to also give additional styling to them.</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. And then on the roadmap, there&#8217;s a section adoption pathways, and that is to make certain features available for classic themes or make them easier to handle support for appearance tools and classic themes. So I think we have one of the change log items that we discussed further is about colors and dual tone and color settings, and then also improved pattern management for classic themes. Yeah. You wanted to say?</p>\n\n\n\n<p><em>Sarah Norris</em>: I was just saying yes to the features that are coming up in the Gutenberg releases we&#8217;re talking about. Yeah, I noticed there was a lot in relation to the appearance but also the classic themes. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then for the foundational experience, that&#8217;s the part where the data views come in on the roadmap and they will come in for templates, template parts and patterns in the site editor. At least that&#8217;s on the roadmap, but they are also&#8230; You can already test those, but you need to open up the experiments tab for that to switch them on and then you can see them for pages, you can see them for&#8230; Patterns? No, not patterns. Patterns is the only one that doesn&#8217;t work yet, but for templates and template parts, and definitely a feature that needs feedback, that needs definitely testing and bug fixing, especially for backwards compatibility for the previous versions. That&#8217;s definitely something, if you want to dive into how things are going. The next one, it&#8217;s called robust revisions. Do you know what that is about, Sarah?</p>\n\n\n\n<p><em>Sarah Norris</em>: So this is improving revisions but across multiple places. So I think we&#8217;ve started templates and template parts, so they&#8217;ll now show revisions alongside style revisions and you can also compare this revision side-by-side as well, which I think is brand new. And we&#8217;ve also added pagination. So yeah, a whole ton of improvements for revisions.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah, definitely.</p>\n\n\n\n<p><em>Sarah Norris</em>: We&#8217;re also integrated with the style book now. This may be coming up as well, I think in the change log, but yeah, we integrated with the style book.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s definitely something you need to test, you want to test and it&#8217;s a part of the bigger project also to have revisions for any post metadata, which hasn&#8217;t happened in WordPress before. So a lot of plugins probably will be happy to use those revisions screen when they&#8217;re ready and available for extensions as well. And then one thing I&#8217;m pretty excited about, but it has also seemed to be quite a complex issue to actually have a customizable Navigation Block for mobile headings or navigation, the little hamburger, what goes in and what goes out because it&#8217;s never going&#8230;</p>\n\n\n\n<p>Most of the time it&#8217;s not one-to-one with the normal site navigation, but there will be an overlay that you can switch in and out, but it seems to be quite complicated. I looked at some of the issues, one of the issues exactly, and it has a long discussion on which way to go on it. So it&#8217;s still in the design phase, I believe. Not sure if it&#8217;s going to make it to 6.5, but maybe it&#8217;s easy once the design questions are all answered to then dive into the development. But yeah, computers are involved, so nothing is really easy. I don&#8217;t know how you see that, if you have some insight into that.</p>\n\n\n\n<p><em>Sarah Norris</em>: I know it&#8217;s a lot. So I think on the face of it, especially because it sounds like it&#8217;s a section of the Navigation Block, but I think when if&#8230; Anyone who&#8217;s built a responsive navigation knows it&#8217;s not simple, so then as soon as you start trying to do it, to cater for so many of the people to be able to build this kind of tool. Yeah, it&#8217;s pretty complicated, but there&#8217;s some really good work going into this, some good conversations. Yeah, we&#8217;ll get there. And I think all the discussions and a long design discussion, it always ends up with a good first pass.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And then there are three new APIs coming with different outlooks, kind of, or goals. The Interactivity API we have been talking about for about a year now, and some of the Core Blocks are using it in a private API, but for 6.5 it&#8217;s coming out of experimental and will be a public API for everybody who develops blocks to be able to use the custom fields API and binding API, I&#8217;m not quite sure how far along they are. They haven&#8217;t been released yet in a private API kind of setting. I&#8217;m not sure they&#8217;re actually going to make it. There will be underlying&#8230; They will support some of the new features but in a private API to see if they all work as they&#8217;re supposed to be working. I think that&#8217;s pretty much the high level idea about that. And then lastly there will be some&#8230; There&#8217;s PHB compatibility work.</p>\n\n\n\n<p>There&#8217;s a rollback between plugin and themes, updates with automatic updates. That has been testing also for quite a few months and is supposed to come also a better handling of plugin dependencies. And of course, the performance team does a fantastic job in going after all those performance improvements that are possible with WordPress, be it for the block editor or for PHP or for the backend as well. So those are also coming to 6.5. But as Matias and Matt said, just because we say phase two is done, doesn&#8217;t mean the work is done. So there will be UX iterations and quite a few listview background image support for Group Block, some of it is already there. Then revisiting template versus content editing modes. That kind of confuses a lot of people. &#8220;Are we adding a template or am I adding a page or what am I doing here?&#8221;</p>\n\n\n\n<p>Those questions come up with testing quite a bit. And then what has been progressed quite a while is to align the edit features that are available in the site editor and the post editor. So it can be reused is pretty much&#8230; That&#8217;s one thing. And users, the advantage of it is that users don&#8217;t have to relearn what&#8217;s available in which editor because they&#8230; Maybe that&#8217;s also part of the confusion that we have on, are we editing templates or content. And so the background image support and the aligning the features are ready for testing. I think there has been some great progress made in the Gutenberg releases. And then the last point is adding box shadow component. There is box shadow support, but I think it&#8217;s only made available for theme.json level but not for user interfaces. Is that right?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, that&#8217;s right. Yeah. So the work for 6.5 will expose this to the UI as well, so end users can use the box shadow component as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. We&#8217;ll see how that all&#8230; And then the last thing that&#8217;s on the roadmap is that the minimum version for MySQL is going to be raised from 5.0 to 5.5.5. Very specific, but look out for it and talk to your hosting company to make sure that there is an upgrade path if you&#8217;re still on an older MySQL version. All right, so anything else about the roadmap that you want to add?</p>\n\n\n\n<p><em>Sarah Norris</em>: No, I think that was everything. It&#8217;s a very long roadmap.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s ambitious. Yeah. Roadmaps are always quite ambitious. And then you see on Gutenberg 17.6, we&#8217;ll see how we wiggle down that ambition a little bit and kind of what&#8217;s realistic and then we&#8217;ll see what&#8217;s coming into 17.7. Yeah, that&#8217;s the last one.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 17.2</h3>\n\n\n\n<p>All right, so let&#8217;s go into the weeds. And we start with Gutenberg 17.2, it was released on December 6th. Wow, that&#8217;s a month ago. And there were a few things that stand out and one was the data views, and that added extra context to&#8230; So the data views are the ones that are in the admin section, the list of things, list of properties or entities or whatever you call it, I call them things.</p>\n\n\n\n<p>And so there are quite a few features in the old admin screen that needed to come in a better way into the new admin screen. And there was kind of a filter row, the table header pagination and there&#8217;s extra&#8230; You can now scroll down and have the larger data sets. You don&#8217;t have to scroll up and down. So there&#8217;s a sticky table header that&#8217;s really good. That wasn&#8217;t available in the old one. So that&#8217;s the first&#8230; Yay.</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, it&#8217;s very helpful, especially when the scroll bar is really long, so you don&#8217;t have to remember&#8230; The pagination is also sticky as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah, that&#8217;s great.</p>\n\n\n\n<p><em>Sarah Norris</em>: Same with that, you don&#8217;t have to scroll&#8230; Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good. And then one of the things is that drag and drop is now a little bit more refined. There was a problem to drag and drop to the beginning of a post or page and to the end, and contributors have figured out how to make this better and actually functioning. And so it kind of virtually enlarges the area. It was really irritating that you could do it in the second one. You can drag into between the first one and the second one, and then you had to move it up if you wanted to get a block to the beginning of something. So it&#8217;s really good.</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, yeah, it was really finicky. It was like you were fighting with the top on the blocks. It was just like it wants to drag you into this, but yeah, and now you don&#8217;t have to fight.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. I also think that the drop zones are better marked now than at the previous versions of the block editor. So I&#8217;m really grateful for that. I just it saw, that the list view&#8230; You can also now drag into a collapse block in the list view, which is really cool. So you don&#8217;t have to just first expand a block to put additional blocks into a Group Block or a Columns Block or something like that. So you can just drag it there. Of course, the order of that, that&#8217;s random. But yeah, once you get them in, you can organize it.</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, that&#8217;s cool. It&#8217;s less clicks, it should be less clicks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Do you want to take the next one?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, what else have we got? So we&#8217;ve also got the adding the toolbar for distraction free mode. So distraction free mode removes all of the UI? All the UI. So you are only looking at your content and you&#8217;re only&#8230; So you can write a long blog post hopefully. The problem with this is that it could be hard to format some of the content. So this brings in the toolbar when you mouse over the top of the editor, it&#8217;ll bring in toolbar when you&#8217;re in distraction free mode. So yeah, I recommend checking that out as well, if you haven&#8217;t checked that distraction free one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I really like it. And it should be actually a default setting for the writers of the users that still like the white box from the old classic block editor that&#8230; And there is no distraction, every time you move the mouse or you move the keyword, there&#8217;s something popping up and coming down and you don&#8217;t remember where it was and what it was and it kind of totally gets you out of the flow for your writing session. So distraction free mode is a really&#8230; Extension there, and refinement definitely helps with all the writing tools in the block editor.</p>\n\n\n\n<p>So the Gallery Block now has styled scroll bars for the image captions, which is really an additional design tool because the image captions were always a little bit randomly placed on the Gallery Block. Yeah. The Interactivity API, they add&#8230; Luis Herranz, I think, did the proposal to have the Interactivity API use modals instead of scripts on the front end, which kind of makes it native JavaScript&#8230; A little bit closer to native JavaScript. So I think that&#8217;s for the developers amongst us to check out. And do you have any thoughts about that?</p>\n\n\n\n<p><em>Sarah Norris</em>: I&#8217;m really excited about the Interactivity API going out into the world. I think it really opens up&#8230; Well, so I&#8217;m from a front-end development background, so if I wasn&#8217;t already working at Gutenberg and I was building WordPress sites, I would be really excited about this. I&#8217;d be looking forward to using it so much. Yeah, it&#8217;s basically&#8230; I don&#8217;t want to say it&#8217;s React and you can look under the hood, what it actually is, but yeah, it basically surfaces so much functionality to the WordPress front end.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There wasn&#8217;t before.</p>\n\n\n\n<p><em>Sarah Norris</em>: Especially you&#8217;re building custom block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So check it out as it&#8217;s coming to 6.5 as a public API, so let&#8217;s definitely start checking it out. There are efforts to bring introductions to the Interactivity API as well as case studies to the developer blog. I&#8217;m not quite sure they will be ready by March, but definitely subscribe to the WordPress developer blog on developer.org&#8230; <a href=\"https://wordpress.org/news/\">wordpress.org/news</a>. So you get notifications when there&#8217;s a new post coming up, and it actually has some great additional tutorials in there.</p>\n\n\n\n<p>Talking about documentation, there was an initiative to put the fundamentals of block development, rewrite some of that or put it in a different order. So when you&#8217;re trying to learn more about block development, that the official documentation in the block editor handbook helps you get started and learn all the concepts about the file structure, registration of a block, the block wrapper, working with JavaScript and the block, what block.json can do for you, landing and first pages and the landing pages and all. And they&#8217;re all kind of getting a revamp.</p>\n\n\n\n<p>At the same time, Riad, I think it&#8217;s mainly Riad Benguella who is also writing the documentation for using Gutenberg as a framework, as a platform outside the WordPress context. It hasn&#8217;t been published yet, but if you fork the Gutenberg repo and you can start reading it. And he has some great tutorials on attributes, definitions, transform pages and blocks, and also the block supports for the framework, which is a little bit&#8230; Works a little bit differently than in the WordPress context, of course. So this is pretty new on the&#8230; And then, of course, there&#8217;s always some work to be done on the documentation with the new components, theme.json, and also template names and web pack options and all that. So this is highly technical and I would suggest you read the change log on the documentation part, if you&#8217;re interested in that and learning about new things.</p>\n\n\n\n<p>And I think, yeah, it&#8217;s also the Create Block scaffolding. I don&#8217;t know if you have used it, Sarah, but I&#8217;m a big fan of that scaffolding tool since the beginning because I don&#8217;t have to remember all the things I need for a plugin that has a block. And you can also use an interactive template that makes the new block ready-to-use Interactivity API. And because there&#8217;s a new Store API for the Interactivity API, the Create Block scaffolding tool has already been updated to use that. So this is pretty cool.</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, it&#8217;s very cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Very cool. And I think that&#8217;s it from Gutenberg 17.2, and we go right headfirst into 17.3. Do you want to start us off?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 17.3</h3>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, sure. So this also included many improvements to the revision changes like we highlighted before 6.5. So 17.3 included adding a brief summary of the revision changes to global styles. So when you view the revisions in global styles and you click on the dates, it&#8217;ll now give you a brief summary of the blocks that would change and the styles&#8230; Yeah, the blocks that would change with the style changes. Yeah, it&#8217;s very good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s excellent. And there&#8217;s also enhancement of the social icons that is now using or adding the Gravatar service and it&#8217;s also updated. Well, sometimes I&#8217;m really cool. I&#8217;m really excited when I see consistency be applied to all the controls. So the default typography controls are now consistent across all the blocks, because different contributors write the different pieces of it, and then once you have the pieces you kind of need to see, okay, how can it make this a little bit more consistent, because then it&#8217;s easier on the eye end. You don&#8217;t have to worry, why is that distance longer than the other one, or whatever. So that is really good work. It&#8217;s God&#8217;s work, but it&#8217;s not always appreciated or seen that much. So I wanted to point that out. The same is also&#8230; Or the color dimensions of the List items Block, I think that&#8217;s new. That&#8217;s an enhancement for the List Block. So you can do the margins and the padding around list items. You can also have controls over it. It&#8217;s really cool.</p>\n\n\n\n<p><em>Sarah Norris</em>: The preference is modal as well. It&#8217;s also had a nice update, maybe something you wouldn&#8217;t expect to see updates for, but in 17.3, it&#8217;s had an organization update with the introduction of some new panels for appearance and accessibility settings.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s really cool.</p>\n\n\n\n<p><em>Sarah Norris</em>: Nice UX enhancement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah, there were also some updates to the external&#8230; Have you ever noticed the external images panel in the Post publish sidebar?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yes. Yeah, right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s such a cool feature. So what does it do? And it kind of seems to be unnoticed, but it helps you. So if you copy paste from a different webpage or from Google Docs into your block editor canvas, out of the box or automatically, it links the images from the original space. So once you publish it and you delete the Google doc where&#8230; Yeah, all of a sudden your images go away or if you migrated from a different webpage, those external images don&#8217;t come automatically over. So each of the images in the toolbar has an upload to your own media library. But if you have 10 images, you don&#8217;t want to do it one at a time. And when you publish the post, the pre-published view has kind of thumbnails of all the images that are external and gives you a button to upload them all at once into your media library before you publish your post. I think that&#8217;s genius.</p>\n\n\n\n<p><em>Sarah Norris</em>: It is.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Because in the preview you see the images because the original place still has them, and all of a sudden the post goes away. We actually have met the developer blog quite a bit when&#8230; So it&#8217;s a really cool feature.</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, it is. It&#8217;s something that&#8217;s maybe easily forgotten about as well because like you say, if you&#8217;re copying and pasting, like a lot of people do, and then you&#8217;re just like, &#8220;Yeah, they&#8217;re showing, they&#8217;re fine,&#8221; and you can just easily forget about them. Yeah, so really good feature.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, really good. Well done, Ella. So was that all that we had? I think there wasn&#8217;t a whole lot of&#8230; In that release, but I like all the accessibility improvements that are listed in there and the performance as well. There&#8217;s quite a few performance improvements, just because improving the code quality and having not so many calls to the same feature or same store kind of reduces that load times and the reloading of things. The experiments, I&#8217;m pretty much done with that. Are we? 17.3?</p>\n\n\n\n<p><em>Sarah Norris</em>: I think there&#8217;s one about the update for matching the front-end layout class names between the editor and the front end. So it&#8217;s a minor change, but I think anyone who&#8217;s working with CSS, especially with WordPress, will appreciate any updates like this where the generated layout class name in the editor will now match to the front end.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yay.</p>\n\n\n\n<p><em>Sarah Norris</em>: So yeah, it&#8217;s a nice little enhancement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So those who have dealt with that before, they need to revisit the code to not&#8230; Are there compatibility issues with that or&#8230;?</p>\n\n\n\n<p><em>Sarah Norris</em>: No, I don&#8217;t think so. I think just going forward the class names will match. So I guess previously there would be a lot more work involved, so things should be more simple going forward. So I don&#8217;t think there&#8217;s any backwards compatibility.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good, good, good. Yeah, sometimes I wonder when CSS changes come. And we had a few hiccups with releases there as well. Yeah. All right, well, we are really good.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 17.4</h3>\n\n\n\n<p>We are through 17.3, and then this week Gutenberg 17.4 was released and also had a few highlights, and definitely the unification between site and post editor has progressed rapidly. So now we have Page Attributes panel, post taxonomies panel, the view link thing, panel. Discussion panel and feature image panels are now available also in the site editor. And that&#8217;s really good. So when you create pages and edit pages, you have all the tools that you need there.</p>\n\n\n\n<p><em>Sarah Norris</em>: Next one, there&#8217;s so many improvements to the DataViews as well with this release. So we&#8217;ve stabilized the experience of the template screen, making it available outside the experiments flag and without the additional views options, but templates have been marked as stable. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So DataViews testing is now on. If you install, you can use the plugin also on the test site or on Playground and install it there and test those template pages. So the DataViews of that is really&#8230; You can start now. For the design tools, the 17.4 has the first iteration of support background image in the Group&#8230; Well, we had background image in the Group Block before, but now it also has some tools, controls for the background size and also for tiling or repeat feature on the background image. So there&#8217;s a cover option there that means it covers the whole size of the Group Block, or you could have a contains option that it contains the aspect ratio and the Group Block can display something on top or below. But with that you can also enable the repeat feature and then it would only repeat in one dimension.</p>\n\n\n\n<p>So if the block is longer than the image, then it would repeat in the height of it and if the Group Block is wider than the background image, then it would tile it in the width of it. And then there&#8217;s a custom size. So you can say, &#8220;Okay, use that background image but only in the size of 200 width and then repeat it.&#8221; And then it gives you the repetition over the full set of the Group Block. Did I explain this right?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yeah, I think so. Yeah, expanding the background image options to include cover and contain, and then with all those options you just described. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think that&#8217;s pretty cool because then you can have some great&#8230; Well, some people say it reminds them of GeoCities, but that&#8217;s not a bad thing. Giving more controls to the user and to designers to make some interesting layouts and interesting designs for the websites.</p>\n\n\n\n<p><em>Sarah Norris</em>: And I think anything that reminds me of GeoCities can only be a good thing. Maybe that&#8217;s just my age showing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Or mine. I love it. Played quite a bit of a part. The next step?</p>\n\n\n\n<p><em>Sarah Norris</em>: We&#8217;ve also got some updates&#8230; Yeah, the global Styles revision. So we mentioned these as part of the 6.5 roadmap, but as part of 17.4 we&#8217;ve got some updates to the revisions for adding pagination and the integration into the Style Book. So global Styles revisions, you can now navigate between lots of different revisions over multiple pages of revisions and you can also see them from the Style Book itself as well. And I think that that really highlights the Style Book as such a useful tool as well, especially for styling. It&#8217;s in the name, Style Book, but especially for styling many blocks, many blocks at a different&#8230; Sorry, at the same time, rather than&#8230; I don&#8217;t know if maybe some people who are new to the editor may feel that they have to edit certain sections in different places because things feel new and they&#8217;re all over the place. If you start with the style book and you can see all the blocks in one place, I think it may help understand how they all interact with the different styling and how they interact with each other as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the Style Book is actually something that I, at the beginning of the block editor when I was trying to figure out if they&#8230; In 2018 actually, trying to figure out if we should enable the block editor for certain websites, and I was putting all the blocks in one post and then make them available for that particular site. And then we were able to look through it, how do the blocks behave? Whereas the styles need to be adjusted so they actually show the cover block and all that. And the Style Book is really replacing that totally. But it&#8217;s really helpful for&#8230; As you said, you have so many places where you can change the appearance of a block, of an element, more of a&#8230; That, or of a section, that it&#8230; Or in a post or globally on the style IU, you sometimes have a hard time figuring out, &#8220;Where did I change that or where is that red line coming from?&#8221; So the Style Book really helps you with that, to kind of track that down.</p>\n\n\n\n<p><em>Sarah Norris</em>: We&#8217;ve also got the right-click for blocks. So yeah. So in the list view, yeah. So you can now right-click blocks in the list view, so on the left-hand side when you&#8217;re in the editor, and it&#8217;ll open the block settings panel for that block. And I think this is super cool because it makes Gutenberg feel a lot more like an app. It already feels like an app. And then we&#8217;ve got the admin redesign coming as well, and now we&#8217;re going to have right-click menus. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, right-click menus. Yay.</p>\n\n\n\n<p><em>Sarah Norris</em>: Right, yeah. Right-click menus, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And that&#8217;s the block settings menu that will come up. That&#8217;s where you have add, before and after, copy things, create patterns. Those are the menu items that are in the block settings menu that shows up when you right-click on a block in the list view. It also makes you streamline the whole process quite a bit because you only have one list view and you don&#8217;t have to scroll up and down the canvas, you can just kind of collapse and expand on the list view and do some fine-tuning there. What&#8217;s also quite interesting here is in 17.4, all the performance enhancements or improvements that people are working on as well, most of them, again, also store subscriptions and improvements that take down the load times and the reload times. So that is definitely yay to the performance improvements. There are quite&#8230; I don&#8217;t know, I haven&#8217;t counted them, but it might be 40 or so items that are concerning the data view.</p>\n\n\n\n<p>So that experiment is really progressing quite a bit. So even if that&#8217;s the template part, you can enable the experiment and then get all the other data views as well to test things. Yeah, list view, the sync patterns is kind of working. Yeah, the documentation updates, one is that there is a new build your first block tutorial in the Getting Started section of the block editor handbook. And I&#8217;m not quite sure how finished that is, but it&#8217;s definitely something to keep an eye out for that, as it made the start of your block development experience easier than before. At least, that&#8217;s the hope. And if it doesn&#8217;t, yell at us. It&#8217;s good to get your frustrations out because that&#8217;s how we learn, we&#8217;ve got to get over it, then we need to get back to it. I did one of the courses, the data layer introduction course on <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a>, and I&#8217;ve really found it quite interesting to go through that.</p>\n\n\n\n<p>And I learned so much about using the components also for plugin outside the block editor context and a plugin settings page, and also how to interact with the WordPress data. And I shared my enthusiasm for that course on Twitter. And then someone who also went through that said, &#8220;Well, it&#8217;s not always quite clear which code examples need to be changed to get to the next step.&#8221; And I said, &#8220;Yeah, you&#8217;re not alone.&#8221; And I definitely have a set of notes for that, for the faculty member who created the course, but I also found it quite satisfying that I actually figured out what needs to happen. And that&#8217;s part of the learning piece, that you cement the learning so much better when you figure it out yourself than somebody spoon feeding that to you. So I&#8217;m in two minds about that. But yeah.</p>\n\n\n\n<p><em>Sarah Norris</em>: You can fall into the trap of just copying and pasting everything, if everything is there. But I also understand examples are amazing to be in docs. So yeah, we need a good balance of just enough examples to get people to figure out the next thing on their own so they feel like they&#8217;ve learned something too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think it&#8217;s also&#8230; It might be the experience of a web developer that we had to figure out so much before on our own that it&#8217;s kind of part of the habit, too. &#8220;Yeah, it&#8217;s not working the first time.&#8221; That expectation is not there, so we always have to figure it out. Same with using different scripts and all that. As I said, computers are involved, easy is not always easy as it seems. But if you are on the developer path and you&#8217;re listening and want to learn something, they have some great courses on the learn.wordpress.org site, and they&#8217;re relatively fast to get through. Not always easy, as we said, but yeah. And speaking of which, the easy part, I think we are through with Gutenberg 17.4, right? So this time you got it, three Gutenberg releases in one hour, just about.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed <strong>&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>Yeah. But I sat down on a quest during the holidays&#8230; Or between the holidays or between the year, as we say in Germany, between the year, I sat on a quest to migrate the Gutenberg Times to block theme, and I now take the opportunity to have discussed that with Sarah, who&#8217;s the professional theme developer and builder of tools, to see if I&#8217;m on the right track. So I migrated Gutenberg Times off to a different hosting to Pressable. They&#8217;re very impressive. It&#8217;s a really great hosting company, but that was the first part of it. So now I wanted to scope out what needs to change visibly, and I thought, &#8220;Okay, how can I look at 2024 without changing my front end and without getting all my site door mixed up?&#8221; And I remembered there is this site health and troubleshooting plugin from the WordPress community where you can kind of switch to a different theme for the admin, but the front end stays the same.</p>\n\n\n\n<p>The visitor sees what they see and you don&#8217;t change it. So I enabled the 2024 and the necessary plugins that I needed for content, like the plugin&#8230; The podcast plugin or the blocks that I have from a different plugin. I use the Post Grid block from the Genesis Blocks for a long time. So I needed to enable that. And then I navigated the site like I was the visitor and took notes. I have a list of to-do items, and so I get the scope for that. And now, but how do I execute that? So I was thinking, and I wanted to check with you, Sarah, if that&#8217;s the right approach or if there&#8217;s a better way to do this. So I would create a clone of my site, then install the Create Block Theme plugin, which is in the repository. Then I would activate for real the 2024 theme and then make the changes to the template, create new templates, change the styles of things, and then, what? I export the new theme and then upload it to the live site? Would that be a good place? Good way to do it?</p>\n\n\n\n<p><em>Sarah Norris</em>: Yes, I think so. A really good shout out to the Site Health plugin as well, I never would&#8217;ve thought of it. Yeah, it&#8217;s a good starting point. Yes, I think&#8230; So you&#8217;ve already created a clone of the site, so you&#8217;ve isolated a copy of your site, you&#8217;re working on that as a separate theme and then you&#8217;re going to export that as the new theme in order to activate it on your live site. So yeah, I think that sounds like a perfect workflow. The only other option I was thinking was that&#8230; But I don&#8217;t think in your specific case&#8230; I&#8217;m not sure how much it&#8217;d help, but just to put another option out there, Create Block Theme also has the option to start from scratch, so create a blank theme rather than starting with an existing theme.</p>\n\n\n\n<p>But I definitely would recommend starting with 2024, but I know that some people, especially if you&#8217;re used to designing from scratch or a blank canvas, some people might like to start from a blank theme and you do have that option with Create Block Theme. So yeah, you&#8217;ll get completely empty templates, empty pages, but it will be a block theme starting point, so you don&#8217;t have to figure out how to actually get started.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, good. Yeah.</p>\n\n\n\n<p><em>Sarah Norris</em>: In the theme technical terms. But yeah, you&#8217;re ready to start inserting things into the page templates and creating new menus. So yeah, probably if you&#8217;ve got an existing site. I guess it depends on the layout, and you could also choose another existing block theme that maybe matches the current classic theme more closely. But yeah, so it depends on your use case. I guess the biggest thing to decide is where your starting point is going to be, whether it&#8217;s an existing theme, a default theme, or the blank theme that comes with Create Block Theme. But yeah, the approach you suggested sounds perfect. Yeah, export a new theme and then you can upload it somewhere. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. Yeah. All right. Okay. Yeah, so I&#8217;m not missing any step and then be surprised, like, &#8220;Oh no, that doesn&#8217;t work.&#8221; And start from scratch again. No, I think I want to start from an existing theme. So with the step on the Site Health and troubleshooting plugin, you could install&#8230; Or before you enable the troubleshooting mode on the plugin, install other plug themes. So I would think maybe Brian Gardner has some&#8230; Two block themes, the Frost and the Powder. Then Ellen Bauer has two great themes. One is the AinoBlock and the other of the Aino theme, but I think it was an earlier block theme. And then the latest one is MOOC, which is actually for magazine sites, which I am going to review again to see if that matches up. It&#8217;s quite a nice theme. And then my classic theme is Excel from&#8230; And there&#8217;s Norén, who also has quite a few block themes, and is actually an early adopter of block themes. And he has, I think, four or five block themes in there.</p>\n\n\n\n<p>So I&#8217;m not yet quite sure on my decision on the 2024 theme, but Eat Your Own Dog Food is probably&#8230; That&#8217;s where I&#8217;m going to end up. But I like exploring the different themes. And the troubleshooting mode on the plugin, SiteHealth plugin, is definitely helping quite easily because you don&#8217;t have to set up a new site and all that to just test out some of the themes. And of course I could do Playground&#8230; No, I can&#8217;t. Well, there are ideas around Playground to actually create a copy of your site and then you can test things out. But I think that&#8217;s not that far yet. But keep out, watch out for Playground, it can really help you with things.</p>\n\n\n\n<p><em>Sarah Norris</em>: At the moment, with Playground, you could install the Create Block Theme plugin in a Playground instance and then build a theme in that instance and then export it from there. So again, maybe not a hundred percent for your use case, but just to know there&#8217;s another option, yet another option out there. It&#8217;s good for isolating the WordPress instance, and you don&#8217;t have to worry about all the other things that come with it, like hosting and setting up WordPress, obviously all the benefits of Playground. So you can just start from Create Block Theme, basically.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s so true. So any designer could just use Playground, click on one button on the Playground site and then install the plugin. And then once you&#8230; The Create Block Theme and then create from scratch or use the 2024 one and then export it and use it on any other site. But it goes away, right? Playground goes away again, when you close the browser, right?</p>\n\n\n\n<p><em>Sarah Norris</em>: You can now change the option so it will persist. So yeah, there are other options. So if you&#8217;re looking for these options, they&#8217;re in the top right when you visit the Playground site. But yeah, so not everything disappears now when you close the Playground, you can persist it in the browser, in the browser history.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow, that&#8217;s fantastic. You don&#8217;t even need anything, any websites. Yeah, you can just use Playground to persist it. All right, well, this has been such a great show to talk to you about and chat about. Thank you so much, Sarah. So when people want to reach you, where do they find you?</p>\n\n\n\n<p><em>Sarah Norris</em>: I am mikachan or mikachan underscore. Someone else has already taken my username on everywhere, basically, on wordpress.org and Twitter and yeah. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right.</p>\n\n\n\n<p><em>Sarah Norris</em>: Please reach out. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I will share the contact information in the show notes so you can follow up with them. Well, this was the first show of 2024. Thank you so much, Sarah, for being here and being my&#8230; Keep me straight on the straight and narrow here. And as always, the show notes will be published on the <a href=\"https://gutenbergtimes.com/podcast/\">gutenbergtimes.com/podcast</a>. This is episode 94, and if you have questions or suggestions or news, just 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>. So thank you all for listening. Hope you all have a great 2024, and until the next time. Bye. Bye, Sarah.</p>\n\n\n\n<p><em>Sarah Norris</em>: Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jan 2024 11:48:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:119:\"Gutenberg Times: Happy New Year, WordPress Enterprise, Developer Hours and an Interactive Game –  Weekend Edition 279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26820\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/happy-new-year-wordpress-enterprise-weekend-edition-279/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21801:\"<p>Howdy, </p>\n\n\n\n<p>Wishing you and yours a prosperous, happy and healthy 2024, with a lot of success, lots of laughter and a lot of love. &nbsp;🤗 </p>\n\n\n\n<p>After two weeks of vacation, it&#8217;s been inspiring to catch up. Many developers, freelancers, and site builders use the downtime around the holidays to work on their side projects or sit down to write about their learnings. What was your side or writing project? I want to know! </p>\n\n\n\n<p>For me, it meant moving the Gutenberg Times to a new hosting space.  I feared it to be difficult going from a very opinionated hosting environment to <a href=\"https://pressable.com/\">Pressable</a>. I was pleasantly surprised how, with the help of customer service, we got it done in a matter of minutes. What took the longest was the propagation of the DNS server changes over the Internet, that took roughly an hour. The main reasons for the switch was that using <a href=\"https://wordpress.github.io/wordpress-playground/\">WordPress Playground</a> with <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly</a> didn&#8217;t work at the old host. After testing various configuration also on other hosting spaces, I am excited that it worked out of the box on Pressable.  </p>\n\n\n\n<p>Now, let&#8217;s see what others published in the WordPress editor space in the past three weeks. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: The sixth anniversary of the start of Gutenberg Times is coming up this week, and I just wanted to say, it has been a great pleasure curating all the things around Gutenberg for you. So glad you are here with me. </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><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-plugin-releases\">Gutenberg plugin releases </a></li></ul></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/#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><strong>Updates on Gutenberg Times</strong></p>\n\n\n\n<p>🆕  As mentioned above, you can now use the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\"><strong>Gutenberg Nightly</strong></a> plugin built with WordPress Playground and land right in the site editor screen. If you are interested in the blueprint, <a href=\"https://150387569.v2.pressablecdn.com/wp-content/uploads/2020/11/playnightly.json\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">it&#8217;s available here</a></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 has-text-align-center wp-element-button\" href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\" target=\"_blank\" rel=\"noreferrer noopener\">Click to launch WordPress Playground</a></div>\n</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>Anne McCarthy invites you to <a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\"><strong>Leap into 2024 with these&nbsp;Site Editor&nbsp;Tools</strong></a> and gives you a list of features and tools, that might have slipped your mind, or you haven&#8217;t had a chance to explore. This is an excellent run-down of use cases and update on the current state of the site editor.  Learn more about the Command Palette, the Style Book, styling short-cuts, Distraction-free mode, Patterns,  and the List view. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Once you are ready to dive deeper into any of the topics, the WordPress Developer Blog covered quite a few topics this year. <strong>Justin Tadlock</strong> published <strong><a href=\"https://developer.wordpress.org/news/2024/01/05/2023-year-in-review/\">2023 Year in Review</a>,</strong> citing some numbers and listing all the articles in a sorted way. It&#8217;s the best way to catch-up on things you might have missed. And if you don&#8217;t want to miss any more articles on the Developer blog, it&#8217;s time to subscribe  to it. Scroll down on any post of page and enter your email address 🙂 Or <a href=\"https://developer.wordpress.org/news/feed/\">subscribe to the RSS feed</a> with your favorite reader.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-gutenberg-plugin-releases\">Gutenberg plugin releases </h3>\n\n\n\n<p>In his post <a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/\"><strong>What’s new in Gutenberg 17.3? (20 December</strong></a>),release lead <strong><a href=\"https://twitter.com/madhudollu\">Madhu Dollu</a></strong>, highlighted: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/#global-style-revision-change-summary\">Summary of changes in global styles revision history</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/#updated-preferences-panel\">Updated preferences panel</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/#integration-of-gravatar-service-for-social-icons\">Integration of Gravatar Service for Social Icons</a></li>\n</ul>\n\n\n\n<p>In total, the release included 184 merged PRs by 56 contributors, 6 of them contributed for the first time. Congratulations to the team. </p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/\"><img width=\"652\" height=\"315\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/Preferences.jpg?resize=652%2C315&ssl=1\" alt=\"\" class=\"wp-image-26829\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On January 3rd, 2024, Gutenberg 17.4 was released. <a href=\"https://make.wordpress.org/core/2024/01/04/whats-new-in-gutenberg-17-4-03-january/\"><strong>What’s new in Gutenberg 17.4? (03 January)</strong></a>. As release lead, I highlighted the following features: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/01/04/whats-new-in-gutenberg-17-4-03-january/#data-views-list-of-templates-stable\">Data Views: List of Templates stable</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/04/whats-new-in-gutenberg-17-4-03-january/#style-revisions-stylebook-integration-and-pagination\">Style revisions: Stylebook integration and pagination</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/04/whats-new-in-gutenberg-17-4-03-january/#background-images-size-and-repeat-controls\">Background Images: size and repeat controls.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/04/whats-new-in-gutenberg-17-4-03-january/#list-view-right-click-access-to-block-setting\">List View: Right click access to Block Setting</a></li>\n</ul>\n\n\n\n<p><strong><a href=\"https://twitter.com/mikachan_\">Sarah Norris</a></strong> joined me on the recording for the Gutenberg Changelog episode 94, and it was a lovely chat about the past three Gutenberg plugin releases and the upcoming roadmap for WordPress 6.5.</p>\n\n\n\n<img width=\"652\" height=\"186\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/Screenshot-2024-01-06-at-11.34.15.png?resize=652%2C186&ssl=1\" alt=\"\" class=\"wp-image-26916\" />\n\n\n\n<p>We also covered the process of how to migrate a site from a classic theme to a block theme, something, that&#8217;s on my to-do list for the Gutenberg Times in the upcoming weeks. Spoiler:  The plugin <a href=\"https://wordpress.org/plugins/health-check/\">Health Check &amp; Troubleshooting</a> and<a href=\"https://wordpress.org/plugins/create-block-theme/\"> Create a Block Theme</a>  will play big roles. Did you move a site from a classic theme to a block theme? How did you go about it, and what were the greatest challenges? Please let us know in the comments or email me, <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a>. </p>\n\n\n\n<p>The podcast episode will drop in your favorite podcast app over the weekend. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-b21294d93d10468b5f9c6136fdd74073\">🎙️ Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-94-state-of-the-word-gutenberg-17-2-17-3-and-17-4-wordpress-6-5-migrating-from-classic-theme-to-block-theme/\">Gutenberg Changelog #94 – State of the Word, Gutenberg 17.2, 17.3 and 17.4, WordPress 6.5, Migrating from Classic Theme to Block Theme</a> with Sarah Norris</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><strong>HumanMade</strong> and <strong>BigBite</strong> invite you to a <em>WordPress for Enterprise</em> event on <strong>January 18th, 2024</strong> to <a href=\"https://hello.humanmade.com/wordpress-for-enterprise\"><strong>Hear from the global brands doing incredible things with WordPress</strong></a>. It&#8217;ll start at 16:00 UTC and will take until about 21:00 UTC &#8220;Over the course of 6 sessions, we’ll be sharing the stories behind these amazing projects. Expect case studies, deep dives, and behind-the-scenes access on topics such as security, performance, editorial optimization, AI, and how open source is making a difference in the enterprise setting.&#8221; with speaker such as Adam Silverstein, Google, Brian Alvey, WordPress VIP, or Luke Sikkema, The Times, and a few more. </p>\n\n\n\n<a href=\"https://hello.humanmade.com/wordpress-for-enterprise\"><img width=\"652\" height=\"341\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/WordPress-Enterprise-1024x535.jpeg?resize=652%2C341&ssl=1\" alt=\"\" class=\"wp-image-26940\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In her post <a href=\"https://nomad.blog/2023/12/21/joyful-flow-state/\"><strong>joyful flow state</strong></a>, <strong>Anne McCarthy</strong> shares her creative process and musing about creating block patterns for the <em>Museum of Block Art.</em> &#8220;Using the same software I spend my days toiling over in a creative, unserious way expands my relationship to the work, both energy and perspective wise.&#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><strong>Munir Kamal</strong> did some research and shares with the world in this post: <a href=\"https://gutenberghub.com/discover-the-best-block-slider-plugins-for-wordpress/\"><strong>Discover the Best Block Slider Plugins for WordPress</strong></a>. A block that has been missing from the core blocks, several plugins offer their variation of the slider. It&#8217;s not always the best user experience and there is a school of web developer who like to dissuade site owners from using sliders and <a href=\"https://shouldiuseacarousel.com/\">even built a slider site</a> with some good reasons why you shouldn&#8217;t use a carousel, which is just another word for slider. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Lifter LMS updated their documentation and showcase their <a href=\"https://lifterlms.com/docs/lifterlms-blocks/\"><strong>Lifter LMS Blocks</strong></a> with videos and instructions on how to use them. Now one of the leading Learning Management systems, built on top of WordPress, enters the next product phase and allows for faster content creation with the already known Block interface built into WordPress. </p>\n\n\n\n<img width=\"652\" height=\"324\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/LifterLMS-Courses-Block-Settings.png?resize=652%2C324&ssl=1\" alt=\"\" class=\"wp-image-26931\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\"></h2>\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>For the Developer Hours in December, <strong>Nick Diego</strong> and <strong>Ryan Welcher</strong> selected the topic: <a href=\"https://youtu.be/cakxgM2UgbE?si=sGIfKU7kLtpVEifM\"><strong>Modern WordPress development with the wp-scripts package</strong></a>. The recording is available on YouTube, and they shared the mentioned resources as <a href=\"https://docs.google.com/document/d/1GMKxjxdFqwCg3ESC337eNvA6FmaokW9Zlkjm-mhSroU/edit#heading=h.d22cu7925a4z\">a Google Doc. </a> They wrote: &#8220;We explored how the wp-scripts package has become an essential tool for modern WordPress development, such as when building blocks and block themes. If you are looking to streamline your development process, harness the power of build tools, and simplify tasks such as checking for compliance with WordPress coding standards, this session recording is for you.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>You are invited to the January <strong>Developers Hours for January 16th, 2024 at 15:00 UTC (10 am EDT)</strong> to <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298191982/\">Build your first WordPress block</a></strong>. In this online event, you&#8217;ll be on a walk-through <a href=\"https://developer.wordpress.org/block-editor/getting-started/tutorial/\">the new tutorial in the Block editor handbook</a>, and you will also learn more about the<a href=\"https://github.com/WordPress/block-development-examples\"> block development examples</a> on GitHub. </p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298191982/\"><img width=\"600\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/01/build-your-first-block.webp?resize=600%2C338&ssl=1\" alt=\"\" class=\"wp-image-26925\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Desrosiers</strong> informed developers about <a href=\"https://make.wordpress.org/core/2023/12/20/updating-wordpress-to-use-more-modern-versions-of-node-js-npm-2/\">Updating WordPress to use more modern versions of Node.js/npm: Part 2</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his tutorial, <a href=\"https://developer.wordpress.org/news/2023/12/22/extending-plugins-using-custom-slotfills/\"><strong>Extending plugins using custom SlotFills</strong></a>, <strong>Ryan Welcher</strong> explains how you can use custom SlotFills to extend both an internal and external codebase.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong> experimented with the Interactivity API and used  <a href=\"https://jonathanbossenger.com/2023/12/wordpress-as-a-game-development-platform/\"><strong>WordPress as a game development platform.</strong></a> It&#8217;s a fun game, where the logos of other web development platform chase after the WordPress logo. I lasted 25 seconds. How long did you last? &#8220;There is still a lot of work to be done to turn this into a working game, but I’m excited about the possibilities. Stay tuned because I can see this turning into a bit of a series of posts&#8221;. Bossenger wrote. If you would rather not wait so long, you can take a sneak peek at the code via the GitHub repository: <a href=\"https://github.com/jonathanbossenger/wp-interactive-game\">WP-Interactive Game</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/danielpost\">Daniel Post</a></strong> created a two-part tutorial on <strong><a href=\"https://danielpost.com/part-1-creating-a-wordpress-options-page-using-react-and-gutenberg/\">Creating a WordPress options page using React and Gutenberg</a></strong>. &#8220;This guide is primarily aimed at people who have some WordPress experience but have never tried “the React way”, but it should be useful for anyone trying to get into into modern WordPress development.” It&#8217;s a very thorough tutorial. Post explains all the basic pieces other tutorials might assume prior knowledge of, and steps through almost every line of the code, in PHP as well as in JavaScript, he uses to build this example. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On YouTube, <strong>Ryan Welcher</strong> posted his latest stream in the Block Developer Cookbook series, <a href=\"https://www.youtube.com/watch?v=dnpy6vGObx4\"><strong>Block Developer Cookbook Recipe: Command Palette</strong></a>. &#8220;In this flavorful cooking demonstration, initially aired on November 16, we whip up a special culinary command for the all-new Command Palette. Our goal? To deftly toggle the custom fields meta box in the post editor, just like a chef skillfully adjusting the seasoning levels in a signature dish. Let&#8217;s embark on this culinary coding adventure together!&#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><a href=\"https://twitter.com/Ny_The_Creator\"><strong>Nyasha Green</strong></a> just published her <a href=\"https://www.linkedin.com/learning/wordpress-introduction-to-custom-block-building/learning-custom-block-building-in-wordpress\"><strong>WordPress: Introduction to Custom Block Building</strong></a> on the LinkedIn Learning Network. The course starts with a brief introduction to the Block editor and how to add blocks to a post&#8217;s canvas and explain block attributes. In the second module you&#8217;ll learn to set up your local environment with LocalWP, 2021 default theme and Node.js. In the chapter Custom Blocks without code, Green explains how to create patterns and synched patterns, and you&#8217;ll learn about the Pattern Directory. The fourth chapter, Green, covers Custom Block Building with code, and introduces the learner to the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/\">create-block scaffolding tool</a>. The topic covers creating a card with three blocks and some InnerBlocks rules and how to modify the styles for the custom block. It&#8217;s a great starting point. The LinkedIn Learning space is a subscription-based learning environment, but you can use a free trial for the first month. </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:</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, 06 Jan 2024 15:15:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:42;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:63:\"HeroPress: Is Open Source Good For WordPress? See Who Says Yes!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://heropress.com/is-open-source-good-for-wordpress-see-who-says-yes/#utm_source=rss&utm_medium=rss&utm_campaign=is-open-source-good-for-wordpress-see-who-says-yes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11290:\"<img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/165659692de83cc02.32224370-1024x768.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"A white cat sits on a wooden balcony porch.\" /><div class=\"kb-row-layout-wrap kb-row-layout-id6354_6f1157-a8 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-column6354_f14888-a7 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6354_a667d9-c2 wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">HeroPress.com</a> &#8211; <a href=\"https://heropress.com/essays/the-good-and-the-bad-of-open-source-wordpress/\">The good and the bad of open source WordPress</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://heropress.com/essays/the-good-and-the-bad-of-open-source-wordpress/\"><img width=\"300\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2022/10/lesley_sim-300x300.jpg\" alt=\"Lesley Sim\" class=\"wp-image-4881\" /></a></div>\n\n\n\n<p>Lesley Sim is a WordPress product owner, and has navigated the waters of whether to offer a free version and has struggled with the idea of whether Open Source is even a good idea.</p>\n\n\n\n<p><em>[WordPress] helps so many people grow their businesses, communicate, and simply share their thoughts with everyone on the internet. There is no such thing as only good without the bad. And I’m glad WordPress exists.</em></p>\n\n\n\n<p>Lesley&#8217;s essay is <a href=\"https://heropress.com/essays/the-good-and-the-bad-of-open-source-wordpress/\">available</a> on <a href=\"https://heropress.com\">HeroPress.com</a>.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6354_2bc5ad-a5\"><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-id6354_e8d5d7-78 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-column6354_fac933-6c inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6354_848a6f-1d wp-block-kadence-advancedheading\"><a href=\"https://hallwaychats.com\">WPPhotos.Info</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://wpphotos.info/ganjala-range/\"><img width=\"300\" height=\"169\" src=\"https://heropress.com/wp-content/uploads/2024/01/3665812bf57207d5.16252734-scaled-1-300x169.jpg\" alt=\"Langtang Trek, standing above the clouds looking at the mountains with a snowy summit\" class=\"wp-image-6356\" /></a></div>\n\n\n\n<p>This week&#8217;s <a href=\"https://wpphotos.info\">WPPhotos Info</a> is called &#8220;<a href=\"https://wpphotos.info/ganjala-range/\">The snowy peaks</a>&#8220;. </p>\n\n\n\n<p>Amazing view captured by <a href=\"https://wordpress.org/photos/author/trinisha/\">Trinisha</a>. This is Ganjala Range seen from Kyanjin Ri Peak (4773m/15655 ft).</p>\n\n\n\n<p><a href=\"https://wpphotos.info/ganjala-range/\">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-6354_250a5b-91\"><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-id6354_665474-78 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-column6354_ac2882-92 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6354_3db9b3-5f wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\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\n<p>There were <em>fourteen</em> WordPress podcast episodes released this week!</p>\n\n\n\n<ul>\n<li><a href=\"https://potencia.pro/273-wordpress-no-esta-pensando-actualmente-para-webs-grandes/#new_tab\">Potencia Pro 273: ¿WordPress no está pensando actualmente para webs grandes?</a> from <a href=\"https://wppodcasts.com/podcast/potencia-pro-wordpress-y-cozas/\">Potencia Pro, WordPress y cozas</a></li>\n\n\n\n<li><a href=\"https://remkusdevries.com/podcast/understanding-tech-changes-and-agency-evolution-with-steve-zehngut/#new_tab\">Understanding Tech Changes and Agency Evolution with Steve Zehngut</a> from <a href=\"https://wppodcasts.com/podcast/within-wordpress/\">Within WordPress</a></li>\n\n\n\n<li><a href=\"https://rethink.fm/podcast/episode-37-stakeholder-relationships-and-ux-research-operations-with-jessica-ivins/#new_tab\">Episode 37: Stakeholder Relationships and UX Research Operations with Jessica Ivins</a> from <a href=\"https://wppodcasts.com/podcast/rethink-fm/\">rethink.fm</a></li>\n\n\n\n<li><a href=\"https://unbilleteachattanooga.com/episodio-243/#new_tab\">Episodio 243: Más de 100 proyectos en un año</a> from <a href=\"https://wppodcasts.com/podcast/un-billete-a-chattanooga/\">Un billete a Chattanooga</a></li>\n\n\n\n<li><a href=\"https://www.wppodcast.cat/podcast/obrint-pas-al-2024/#new_tab\">9. Obrint pas al 2024</a> from <a href=\"https://wppodcasts.com/podcast/wordpress-podcast-catala/\">WordPress Pòdcast (català)</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-6354_a8a32f-bf\"><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-id6354_b38388-00 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-column6354_c96c47-b7 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"wpphotos\" class=\"kt-adv-heading6354_5fa872-f7 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<a href=\"https://wordpress.org/photos/photo/2056596f50/\"><img width=\"570\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/01/2056596f5029bef23.62087568-570x1024.jpg\" alt=\"Toy truck for kids.\" class=\"wp-image-6358\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/2056596f50/\">photo</a> by <a href=\"https://wordpress.org/photos/author/balub/\">Balu B</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/4186596d78/\"><img width=\"1024\" height=\"473\" src=\"https://heropress.com/wp-content/uploads/2024/01/4186596d78833c5c9.61199387-1024x473.jpg\" alt=\"Jatayu rock sculpture - the world’s largest bird sculpture in Jatayu Earth Center at Chadayamangalam in Kollam district of Kerala, India.\" class=\"wp-image-6359\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/4186596d78/\">photo</a> by <a href=\"https://wordpress.org/photos/author/balub/\">Balu B</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/4516597a4a/\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/01/4516597a4a668dc30.03720898-1024x768.jpeg\" alt=\"A lady enjoying the park, basking in beautiful sunlight, surrounded by vibrant stones!\" class=\"wp-image-6357\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/4516597a4a/\">photo</a> by <a href=\"https://wordpress.org/photos/author/bhuwanroka/\">Bhuwan Bdr. Rokaha</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/5236596f3e/\"><img width=\"567\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/01/5236596f3ee9b6317.37447566-567x1024.jpg\" alt=\"Thirteen Kannara Bridge - The Pathimoonnu Kannara Bridge, also called the \" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/5236596f3e/\">photo</a> by <a href=\"https://wordpress.org/photos/author/balub/\">Balu B</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/27765965bc/\"><img width=\"1024\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2024/01/27765965bc4a79d04.54687103-1024x683.jpg\" alt=\"Frost covered fence post with clearly visible ice crystals, sky as a backdrop tinged with sunrise tones\" class=\"wp-image-6360\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/27765965bc/\">photo</a> by <a href=\"https://wordpress.org/photos/author/smhsmh/\">Sadie-Michaela Harris</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://wordpress.org/photos/photo/62465965c3/\"><img width=\"1024\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2024/01/62465965c314f7ed4.60537373-1024x683.jpg\" alt=\"Female Blackbird standing on the edge of a frozen water filled wooden half barrel\" class=\"wp-image-6361\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/62465965c3/\">photo</a> by <a href=\"https://wordpress.org/photos/author/smhsmh/\">Sadie-Michaela Harris</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\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/165659692d/\">photo</a> by <a href=\"https://wordpress.org/photos/author/mahfuznafi/\">mahfuznafi</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/is-open-source-good-for-wordpress-see-who-says-yes/\">Is Open Source Good For WordPress? See Who Says Yes!</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, 05 Jan 2024 18:25:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:60:\"WordPress.org blog: The Month in WordPress – December 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2024/01/the-month-in-wordpress-december-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9933:\"<p>As 2023 came to a close, WordPress bid farewell with the much-anticipated annual State of the Word and the 6.5 roadmap, among other exciting updates.</p>\n\n\n\n<p>Read on to learn more about the community’s end-of-year celebrations and catch a sneak peek of what’s in store for the year ahead.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights from State of the Word</h2>\n\n\n\n<p>On December 11, WordPress co-founder Matt Mullenweg delivered his annual <strong><a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote in Madrid, Spain</strong>, marking the first international edition of the event. Nearly 200 WordPress enthusiasts and tech industry leaders gathered in person to hear what’s next for WordPress—with a large audience joining online or from one of the 47 watch parties held across 18 countries.</p>\n\n\n\n<p>The keynote <a href=\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\">highlighted</a> last year’s milestones and showcased compelling demos, providing a glimpse into the upcoming developments for the Site Editor, Collaboration phase, and Admin redesign. Matt also introduced 2024’s focus on <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, aiming to unlock digital barriers and frictionless migrations into WordPress for a more open web.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The event concluded with a <a href=\"https://www.youtube.com/watch?v=S01uBD2pyQY\">Q&amp;A session</a> and <a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">this follow-up post</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Roadmap to WordPress 6.5</h2>\n\n\n\n<p>WordPress 6.5 is <a href=\"https://make.wordpress.org/core/6-5/\">scheduled</a> for release on <strong>March 26, 2024</strong>. This major release is set to introduce a new Font Library for easy global font management, support for Appearance Tools in Classic Themes, Data Views for templates and patterns, and more robust revisions across the editing experience, among other highlights.</p>\n\n\n\n<p>6.5 will also include new APIs like Interactivity, Custom Fields, and Block Binding that expand block capabilities and underpin features like Synced Pattern Overrides.</p>\n\n\n\n<p>Learn more about the features planned for WordPress 6.5 in <a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">this roadmap post</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Don’t wait for the next release to optimize your creative workflows with <a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\">these powerful Site Editor tools</a>.</p>\n</blockquote>\n\n\n\n<div 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 December:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/12/06/whats-new-in-gutenberg-17-2-6-december/\"><strong>Gutenberg 17.2</strong></a> introduced improvements to the site editing experience, including the ability to drag and drop blocks to the top and bottom of documents and sticky table headers. The update also enhanced the Interactivity API docs and addressed numerous bug fixes.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/\"><strong>Gutenberg 17.3</strong></a> featured a summary of changes in the global styles revision history, an updated preferences panel, and a new social icon for the Gravatar service, along with the ongoing development of Phase 3 features.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\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<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li>Openverse <a href=\"https://make.wordpress.org/openverse/2023/12/11/introducing-enhanced-content-safety-features-on-openverse/\">introduced new features to filter sensitive content</a>, aiming for a more accessible and safer browsing experience. This update marks the beginning of a significant initiative to enhance content safety tools.</li>\n\n\n\n<li>Matrix contributors <a href=\"https://make.wordpress.org/project/2023/12/12/update-on-matrix-migration-pausing-the-transition/\">announced</a> the decision to pause the Making WordPress Slack migration to Matrix and the factors contributing to it.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/meta/2023/12/15/developer-resources-gets-a-refresh/\">redesign of the Developer Resources section</a> went live last month.</li>\n\n\n\n<li>Are you searching for events in your local community? Explore the recently launched <a href=\"https://make.wordpress.org/community/2023/12/13/announcing-the-new-wordpress-events-page/\">WordPress.org Events page</a>—your new central hub for discovering upcoming events or applying to organize one.</li>\n\n\n\n<li>In 2023, WordPress significantly <a href=\"https://make.wordpress.org/core/2023/12/19/wordpress-performance-impact-on-core-web-vitals-in-2023/\">improved Core Web Vitals (CWV) across sites</a>. The overall passing rates went up from 28.31% to 36.44% on mobile and from 32.55% to 40.80% on desktop, making both WordPress and the whole web perform better.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/22/call-to-action-2024-major-releases-call-for-volunteers/\">Volunteers are needed</a> for 2024’s WordPress major releases. If you’re interested, now’s the time to get involved!</li>\n\n\n\n<li>Check out all the community <a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">achievements and contributions</a> that moved the WordPress project closer to its goals in 2023.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\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<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li>Complete the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a> before January 14, 2024, and help strengthen WordPress meetups in the future.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events</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\" /> WordCamp Asia has opened <a href=\"https://asia.wordcamp.org/2024/contributor-day-registration/\">registrations for its Contributor Day</a>. The conference will be held in Taipei, Taiwan, on March 7-9, 2024.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" /> WordCamp Europe’s <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers/\">call for speakers</a> is open until January 15, 2024. Don’t miss the chance to be part of this event by either submitting your speaking proposals or <a href=\"https://europe.wordcamp.org/2024/sponsors/call-for-sponsors/\">supporting it as a sponsor</a>.</li>\n\n\n\n<li>Mark your calendars! <a href=\"https://us.wordcamp.org/2024/\">WordCamp US 2024</a> is headed to Portland, Oregon, from September 17 to 20, as revealed during the State of the Word.</li>\n\n\n\n<li>Check out these WordPress events happening soon:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" /> <a href=\"https://events.wordpress.org/kolkata/2024/careercamp/\">Kolkata CareerCamp</a>, India on January 6, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png\" alt=\"🇳🇵\" class=\"wp-smiley\" /> <a href=\"https://nepal.wordcamp.org/2024/\">WordCamp Nepal</a> on January 12-13, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" /> <a href=\"https://zaragoza.wordcamp.org/2024/\">WordCamp Zaragoza</a>, Spain on January 19-20, 2024</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" /> <a href=\"https://events.wordpress.org/jakarta/2024/web-challenge/\">WordPress Web Challenge</a>, Indonesia on January 27, 2024</li>\n</ul>\n</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/bernard0omnisend/\">Bernard Meyer</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, and <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a></em> <em>for contributing 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<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\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&p=16680\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jan 2024 10:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}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:45:\"Do The Woo Community: Make. WordPress. Happy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://dothewoo.io/make-wordpress-happy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"<p>Starting 2024 on an optimistic note as I noticed more of my fellow WordPressers feeling more optimistic and happy about WordPress.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/make-wordpress-happy/\">Make. WordPress. Happy.</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, 05 Jan 2024 09:31: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: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:26:\"Matt: Fred Again Tiny Desk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2024/01/fred-again-tiny-desk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"<p>You think you&#8217;ve seen Tiny Desk performances, but you haven&#8217;t seen this.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jan 2024 06:50:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:17:\"Matt: On Mastodon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110133\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2024/01/on-mastodon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"<p><a href=\"https://mastodon.social/@photomatt\" rel=\"me\">This is me on Mastodon</a>, it&#8217;s really me, also <a href=\"https://gravatar.com/matt\">added to my Gravatar</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, 05 Jan 2024 02:31:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:65:\"Akismet: What is a Honeypot in Spam Protection and Cybersecurity?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://akismet.com/?p=283657\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://akismet.com/blog/what-is-a-honeypot/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21930:\"<p>If your enterprise handles large volumes of sensitive content, cybersecurity should be a top priority. You likely already have measures in place to block hacking attempts. But did you know that you can also create honeypots to further protect your&nbsp;business?</p>\n\n\n<p>What is a honeypot? In a nutshell, this is a web app or system that mimics your company’s network. It’s designed to lure in hackers so that the security team can study their tactics and identify weak areas in your organization.&nbsp;</p>\n\n\n<p>In this guide, we’ll take a closer look at how honeypots work and the different ways you can implement them. We’ll also discuss the benefits of honeypots in cybersecurity and spam protection. So, let’s dive right&nbsp;in!</p>\n\n\n<span id=\"more-283657\"></span>\n\n\n<h2 class=\"wp-block-heading\">What are&nbsp;honeypots?</h2>\n\n<p>Let’s start by answering the most important question: what is a&nbsp;honeypot?</p>\n\n\n<p>Essentially, a honeypot is a network that’s designed to serve as a decoy for hackers. It’s made to appear as part of an organization’s IT infrastructure, but in fact, it’s completely isolated from it.&nbsp;</p>\n\n\n\n<p>The primary purpose of honeypots is to attract cyber threats. This way, security experts can get a close look at the attackers’ tactics and behavior in a safe and controlled environment. Using this information, they can then enhance the overall security of the actual infrastructure.&nbsp;&nbsp;</p>\n\n\n<p>This technique is usually deployed by enterprises that handle large amounts of data. By being proactive, your organization can identify vulnerabilities in its network before they’re discovered by hackers. This ultimately helps prevent serious hacking events that can negatively impact your revenue or damage your&nbsp;reputation.</p>\n\n<p>Plus, creating a honeypot can help you test the effectiveness of pre&#8209;existing security measures against cyber threats. Your enterprise can then use these findings to fortify its&nbsp;system.</p>\n\n<h2 class=\"wp-block-heading\">The different types of&nbsp;honeypots</h2>\n\n<p>Now that we’ve answered the basic question on what a honeypot is, let’s look at the different types of decoys you can&nbsp;use:</p>\n\n\n<h3 class=\"wp-block-heading\">1. Form honeypot&nbsp;</h3>\n\n\n\n<p>Bots will often fill out forms on your site to send spam or attempt to inject malicious code into your site. No, that fishy-sounding company didn’t really find “30 SEO errors on your site!” They used a bot to send spam to thousands of site owners hoping to catch someone off guard.&nbsp;</p>\n\n\n\n<p>Since bots typically fill out any available field, you can trick them into identifying themselves by essentially creating an invisible field that the bot can read in the code, but that won’t appear to users. If one fills it out, you know it’s a fake submission.&nbsp;</p>\n\n\n\n<p>While this is a decent way to catch spam, it’s not without its faults as bots can increasingly decipher these traps and work around them.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">2. Email or spam&nbsp;trap</h3>\n\n<p>As you might have guessed, email or spam trap honeypots are designed to catch malicious emails that are sent to your organization. The way they work is quite&nbsp;simple.</p>\n\n<p>A spam trap honeypot would consist of “fake” email addresses linked to your organization. You might place these contact details on your website or any other online platform to lure in&nbsp;spammers.</p>\n\n<p>Your security team can then review and examine any unsolicited emails that come into the honeypot. This will help them design effective filters and spam protection measures for the “real” email addresses, thus protecting employees against phishing attacks and other malicious&nbsp;activities.</p>\n\n\n<p>To avoid any confusion, we’d like to mention that you may have also heard about these in the context of email marketing or email deliverability. That’s because email <a href=\"https://www.mailgun.com/blog/deliverability/spam-traps/#subchapter-1\">spam trap honeypots</a> are also used by blocklists and inbox service providers to catch mass email senders who acquire email lists via unauthorized methods. However, this isn’t something the cybersecurity division of your organization typically needs to worry about.&nbsp;&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">3. Spider&nbsp;honeypot</h3>\n\n\n<p>You already know about web crawlers or “spiders” —&nbsp;the bots that scan the contents of a website. Google uses these web crawlers to index the pages of your website and display them in relevant search results.&nbsp;</p>\n\n\n<p>But web crawlers are also used by hackers to discover vulnerabilities in websites. Spider honeypots are therefore designed to attract these bots to identify weaknesses in a web application or&nbsp;website.</p>\n\n\n<p>By simulating your web application and inviting these crawlers to do their work, you can study their behavior as they try to find a way in. This will help your team identify any specific attack patterns or common exploits, and take the necessary measures to protect your enterprise against web-based attacks.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">4. Malware&nbsp;honeypot</h3>\n\n\n<p>If your organization has a malware problem, this type of honeypot can help you get to the bottom of it.&nbsp;</p>\n\n\n\n<p>Malware honeypots are designed to emulate systems or services that are usually affected by malicious software. Your security team can use this system to study the origins and workings of the malware in a controlled environment.&nbsp;</p>\n\n\n<p>This will enable them to implement effective measures against this threat. For example, they might develop a sturdier and more intelligent antivirus program for your&nbsp;enterprise.</p>\n\n<h3 class=\"wp-block-heading\">5. Decoy&nbsp;database</h3>\n\n<p>One of the most common threats for enterprises is a data breach. If your company stores sensitive information, like customer details and financial records, it could be an attractive target among&nbsp;hackers.</p>\n\n\n<p>A decoy database is a type of honeypot that entices attackers who are looking to steal your data. It mimics your organization’s database but, of course, the information it contains would be fake.&nbsp;</p>\n\n\n<p>This type of honeypot can help you spot vulnerabilities in your database and study the techniques hackers use to access your data. This way, you’ll be able to implement stricter access controls in your database and develop more effective protection&nbsp;solutions.</p>\n\n<h3 class=\"wp-block-heading\">6. Client&nbsp;honeypot</h3>\n\n<p>Client honeypots are another popular decoy. These mimic client&#8209;side applications and personal&nbsp;devices.</p>\n\n<p>For example, you might set up a client honeypot to find security flaws in your company’s applications and software. This can be particularly useful if you have a large number of employees or customers using an online app. For instance, you might create a client honeypot for a learning management system (LMS) or an ecommerce app for loyal&nbsp;shoppers.</p>\n\n\n<p>A client honeypot serves as a trap for hackers that target enterprise software or web applications. Plus, it enables you to find better ways to protect your users from potential exploits.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">7. Honeynet</h3>\n\n\n\n<p>This is possibly the most advanced decoy you could opt for. Basically, a honeynet is a large network of interconnected honeypots. It’s meant to emulate a complete enterprise network.&nbsp;</p>\n\n\n\n<p>Honeynets can be very useful in studying sophisticated cyberattacks and testing your company’s overall security. By implementing this strategy, your security team can gain a deeper understanding of the evolving techniques used by cyber criminals.&nbsp;</p>\n\n\n<p>These insights will then help them develop a comprehensive security strategy for your&nbsp;enterprise.</p>\n\n<h2 class=\"wp-block-heading\">The different tiers of honeypot&nbsp;deployment</h2>\n\n<p>Each type of honeypot that we outlined above can be implemented on different levels. With this in mind, let’s take a look at the main tiers of honeypot&nbsp;deployment.</p>\n\n<h3 class=\"wp-block-heading\">1. Pure&nbsp;honeypots</h3>\n\n<p>Pure honeypots are designed to appear as real as possible, so they can attract highly skilled attackers. They are a form of high&#8209;interaction honeypots (which we’ll be looking at more closely in a minute) and are deployed with minimal interaction&nbsp;capabilities.</p>\n\n<p>Security professionals use pure honeypots to gather in&#8209;depth information about the strategies employed by sophisticated attackers. In particular, they&#8217;re concerned with tactics that can affect an organization’s entire system. For example, they can gain valuable insights into previously unknown vulnerabilities in your&nbsp;network.</p>\n\n\n<h3 class=\"wp-block-heading\">2. Low-interaction</h3>\n\n\n\n<p>Low-interaction honeypots have limited interaction capabilities and only emulate specific parts of a real system. This makes them easier to deploy and manage compared to high-interaction honeypots. As such, they’re mostly ideal for analyzing common attacks.&nbsp;</p>\n\n\n\n<p>Low-interaction honeypots simulate services and applications at a basic level. This enables your security team to capture basic data without exposing your real (and potentially vulnerable) systems.&nbsp;</p>\n\n\n\n<p>While these honeypots do not provide the same level of depth as more advanced systems, they can be quite effective in detecting known threats and preventing attacks.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Mid-interaction</h3>\n\n\n\n<p>Mid-interaction honeypots offer a moderate level of realism and interaction. They’re built to emulate different services and applications, providing more “exploit opportunities” for attackers.&nbsp;</p>\n\n\n<p>With these honeypots, your security team can observe malicious activities in a relatively realistic setting. This enables them to collect more detailed data and fine&#8209;tune your company’s existing security&nbsp;measures.</p>\n\n\n<h3 class=\"wp-block-heading\">4. High-interaction</h3>\n\n\n\n<p>High-interaction honeypots provide the most authentic simulation of real-world systems and applications. Unlike low or mid-interaction honeypots, they allow attackers to interact with a full-fledged, genuine environment.&nbsp;</p>\n\n\n\n<p>These honeypots are set up with real operating systems and applications. This makes them highly attractive to attackers seeking valuable targets.&nbsp;</p>\n\n\n<p>As you can probably tell, these high&#8209;interaction honeypots carry a higher risk as they use a legitimate environment, but they offer unparalleled insights into advanced attacks. Plus, they enable your team to study zero&#8209;day vulnerabilities (more on this in a minute) and develop effective strategies to counter these sophisticated&nbsp;threats.</p>\n\n<h2 class=\"wp-block-heading\">The benefits of honeypots in&nbsp;cybersecurity</h2>\n\n\n<p>We’ve already touched upon the benefits of honeypots for your company’s cybersecurity. But let’s take a closer look at how they can help protect your organization.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">1. Identifying zero&#8209;day exploits and&nbsp;vulnerabilities</h3>\n\n\n<p>A zero-day vulnerability is a flaw in software that is discovered by hackers before developers become aware of it. Therefore, attackers that target zero-day exploits do not give organizations or developers time to patch these vulnerabilities.&nbsp;</p>\n\n\n<p>As we have seen, honeypots (particularly high&#8209;interaction ones) create a controlled environment where attackers engage with authentic applications. By analyzing the tactics used in these attacks, you can uncover unknown vulnerabilities in your company’s software. This will enable you to develop patches proactively or reach out to the software’s developers for an immediate&nbsp;fix.</p>\n\n<h3 class=\"wp-block-heading\">2. Early threat detection and&nbsp;identification</h3>\n\n\n<p>As we mentioned earlier, honeypots are completely isolated from the real system. This means that any attack on the simulated environment will not affect your company’s operations.&nbsp;</p>\n\n\n\n<p>Additionally, since they have no legitimate purpose, any activity in these environments will immediately spark suspicion. This means that your security team can detect threats at an early stage and respond to them swiftly.&nbsp;</p>\n\n\n<p>Early threat detection can prevent attacks from spreading to other parts of the&nbsp;network.</p>\n\n<h3 class=\"wp-block-heading\">3. Real&#8209;time attack monitoring and&nbsp;visualization</h3>\n\n\n<p>Honeypots also provide real-time attack monitoring. This means security professionals can observe the hackers&#8217; movements and activities as they happen.&nbsp;</p>\n\n\n\n<p>You might use real-time visualization tools like graphs and heatmaps so that it’s easier to identify attack patterns and targets. Plus, these visualization tools can enable you to comprehend the scope and impact of the threats. This way, you can ensure that you implement a solution that encompasses all possible vulnerabilities.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">4. Intruder profiling and&nbsp;attribution</h3>\n\n<p>When implemented effectively, honeypots can tell you a lot about the individuals behind the attack. This includes information about the attackers&#8217; methods, preferred targets, and geographic&nbsp;locations.</p>\n\n<p>Your security team can then use this data to create intruder profiles. Such information is essential for understanding the motives behind the&nbsp;attacks.</p>\n\n<p>If you have accurate intruder profiles, you can collaborate with law enforcement agencies or other security organizations to track down cyber&nbsp;criminals.</p>\n\n<h2 class=\"wp-block-heading\">The benefits of honeypots in spam&nbsp;detection</h2>\n\n<p>Honeypots can also be an effective measure in identifying and blocking spam. Here are a few different ways to use them for spam&nbsp;detection:</p>\n\n<h3 class=\"wp-block-heading\">1. Combating contact form&nbsp;spam</h3>\n\n\n<p>Contact form spam affects many businesses and can be very annoying. When it occurs, emails from genuine customers can be easily lost in a sea of spammy ones.&nbsp;</p>\n\n\n<p>Your organization can integrate honeypot fields within <a href=\"https://akismet.com/blog/how-to-add-wordpress-contact-form/\">contact forms</a> to trap automated bots. This way, you can automatically filter out spammy submissions and make it easier for your company’s administrators to manage their&nbsp;inboxes.</p>\n\n<h3 class=\"wp-block-heading\">2. Preventing comment&nbsp;spam</h3>\n\n\n<p>Likewise, honeypots can be used to prevent comment spam. This can be particularly useful if you have a blog on your company website.&nbsp;</p>\n\n\n\n<p>When bots attempt to fill out the honeypot fields, their submissions will instantly be recognized as spam. <a href=\"https://akismet.com/blog/how-to-stop-comment-spam-in-wordpress/\">Stopping comment spam</a> can help you maintain a professional community.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">3. Blocking malicious user&nbsp;registrations</h3>\n\n\n<p>Bots can also take over your user registration process. If you have an online store or membership site, these fake and malicious entries can make it nearly impossible to effectively manage your users.&nbsp;&nbsp;</p>\n\n\n<p>Honeypots can be integrated into <a href=\"https://akismet.com/blog/how-to-create-a-custom-wordpress-user-registration-form/\">user registration forms</a> to thwart malicious registrations. By taking a proactive approach, you can find an effective way to <a href=\"https://akismet.com/blog/how-to-stop-user-spam-registrations-in-wordpress/\">prevent fake accounts</a> and hackers from infiltrating your user&nbsp;database.</p>\n\n<h3 class=\"wp-block-heading\">4. Preventing link spam and SEO&nbsp;manipulation</h3>\n\n\n<p>Spammers might also try to insert links into your content. Typically, they do this to <a href=\"https://akismet.com/blog/what-is-seo-spam-how-to-protect-your-wordpress-site/\">manipulate their search engine rankings</a> or drive users to harmful websites.&nbsp;</p>\n\n\n<p>Honeypots can be instrumental in preventing link spam. You can use honeypots strategically to attract spammers, study their behavior, and design more effective security solutions that guard access to edit permissions for your&nbsp;content.</p>\n\n<h3 class=\"wp-block-heading\">5. Strengthening CAPTCHA and challenge&#8209;response&nbsp;mechanisms</h3>\n\n\n<p>You might already be <a href=\"https://akismet.com/blog/wordpress-captcha/\">using CAPTCHA</a> and challenge-response mechanisms on your website. These make it more difficult for automated bots to submit spammy content, but they’re not always effective.&nbsp;</p>\n\n\n\n<p>Honeypots act as an additional layer of defense. They make it nearly impossible for malicious actors to interact with your forms undetected.&nbsp;</p>\n\n\n<p>But, you don’t need to implement CAPTCHAs to prevent spam on your website, and these kinds of tests are distracting for users and are likely negatively impacting your&nbsp;conversions.</p>\n\n<p>A comprehensive <a href=\"https://akismet.com/features/\">anti&#8209;spam solution like Akismet</a> can provide a better way to defend your site against&nbsp;spam.</p>\n\n\n<img width=\"1314\" height=\"630\" src=\"https://akismet455732288.files.wordpress.com/2023/12/image-19.png\" alt=\"Akismet homepage with the text \" />\n\n\n\n<p>This tool can identify spammy behavior without the need for a challenge-response mechanism. It does this with an AI-powered system that detects spam signals utilizing things like blocklists, IP addresses, names, and emails associated with suspicious activities.&nbsp;</p>\n\n\n\n<p>And it works with nearly 100% accuracy.&nbsp;</p>\n\n\n<p>Additionally, Akismet offers a better user experience for visitors, as it doesn&#8217;t require them to solve any puzzles. Instead, it analyzes their behavior and blocks any suspicious&nbsp;entries.</p>\n\n<p>By combining honeypots with powerful tools like Akismet, you can ensure that only genuine human users can engage with your&nbsp;website.</p>\n\n<h2 class=\"wp-block-heading\">Akismet: Taking spam protection to a new&nbsp;level</h2>\n\n\n<p>Akismet is a spam prevention plugin for WordPress websites. To date, it has blocked more than 525,000,000,000 spam comments. This is thanks to its powerful and advanced AI technology.&nbsp;</p>\n\n\n\n<p>Akismet is free for personal use and affordable for every level of commercial organization. The improved user experience and resulting boost in conversion rates will more than justify the investment in this valuable tool. If you’re ready to try it out, you can <a href=\"https://wordpress.org/plugins/akismet/\" target=\"_blank\" rel=\"noreferrer noopener\">download it from the WordPress plugin directory</a>.&nbsp;</p>\n\n\n\n<img width=\"945\" height=\"423\" src=\"https://akismet455732288.files.wordpress.com/2023/12/image-20.png\" alt=\"Akismet plugin on WordPress.org \" class=\"wp-image-283660\" />\n\n\n<p>Alternatively, if you’re dealing with a larger volume of sensitive user data, you might want to request <a href=\"https://akismet.com/enterprise/\">a custom enterprise plan</a>. This will be tailored to your company’s needs and will give you access to personalized&nbsp;support.</p>\n\n<h3 class=\"wp-block-heading\">What are the benefits of using&nbsp;Akismet?</h3>\n\n<p>Akismet offers an automated spam protection solution. It checks all submissions on your site and filters out spammy entries. This enables your admin team to handle queries more&nbsp;efficiently.</p>\n\n<p>Additionally, Akismet is a cloud‑based solution. This means that it doesn’t store any data on your website. As a result, it won’t have any impact on your website’s speed and&nbsp;performance.</p>\n\n\n<p>But perhaps the best thing about Akismet is that it integrates with a wide variety of tools. These include popular plugins like <a href=\"https://jetpack.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack</a>, Contact Form 7, Gravity Forms, and Formidable Forms.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">Why choose Akismet over other spam protection&nbsp;solutions?</h3>\n\n\n<p>You might be wondering what makes Akismet a good alternative to other spam protection solutions.&nbsp;</p>\n\n\n<p>Unlike most anti&#8209;spam tools, Akismet does not use CAPTCHA to block bots. This is typically a puzzle or challenge that users must complete to submit their entries. Its purpose is to make it more difficult for automated bots to submit spammy&nbsp;content.</p>\n\n<p>But CAPTCHA can be off&#8209;putting for human users. It adds friction to the form submission process, and users with certain physical or cognitive disabilities might struggle to complete certain CAPTCHA prompts. This can cause people to abandon the entire process, and lead to fewer queries and conversions for your&nbsp;business.</p>\n\n\n<p>With Akismet, you won’t need to worry about CAPTCHAs creating a poor user experience for legitimate visitors. This plugin is powered by machine learning, which enables it to automatically spot spam through suspicious behavior. It does all of this in the background, without interfering with the experience of real users.&nbsp;</p>\n\n\n\n<p>That means you’ll be able to provide a smoother user registration process. Plus, site visitors won’t need to complete a challenge just to send a quick message through your contact form or subscribe to your newsletter.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">Try Akismet today. You’ll be in good&nbsp;company</h3>\n\n<p>Akismet is a leading spam protection tool, used across 100 million sites. These include popular companies like WordPress.com, Bluehost, and&nbsp;ConvertKit.</p>\n\n\n<p>Are you ready to block spam with Akismet? <a href=\"https://akismet.com/talk-to-sales/\">Get in touch today</a> for a tailored enterprise solution.&nbsp;</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, 03 Jan 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s: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:19:\"Matt: Back With Tim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110059\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2024/01/back-with-tim/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1592:\"<p>I <a href=\"https://tim.blog/2023/12/29/matt-mullenweg-2/\">returned on the podcast with my good friend Tim Ferriss</a>, by my count the sixth time we&#8217;ve recorded together, but the very first time we did it in video! Tim asked me to bring five things I&#8217;m excited about, five things I&#8217;ve changed my mind on in the past few years, and five things that are absurd or ridiculous but I still do, and that ended up being a pretty fun anchor for a two-and-a-half hour conversation, which you can watch here:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Or listen to on <a href=\"https://pocketcasts.com/\">Pocket Casts</a> or any podcast player, thanks to open standards:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div>    <div></div>    </div>\n</div>\n\n\n\n<p>I ended up having more than five things for each list, especially the excited one, but tried to edit it down. This was a very vulnerable and personal conversation for me, which I think was possible because we&#8217;ve known each other so long at this point and Tim made it really easy and fun to open up. We discuss everything from open source to kids to my upcoming sabbatical.</p>\n\n\n\n<p>Coincidentally, this was episode 713, <a href=\"https://en.wikipedia.org/wiki/Area_codes_713,_281,_832,_and_346\">which is the original area code for Houston</a>! We didn&#8217;t plan that but I think that&#8217;s so cool. I&#8217;m also going to <a href=\"https://www.youtube.com/watch?v=bYXa5RCGLiM\">watch his episode with Kevin Rose</a> who he&#8217;s also very close with, I always learn new stuff from those two.</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, 03 Jan 2024 08:36:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:19:\"Matt: Birthday Gift\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=110005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2024/01/birthday-gift/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1775:\"<p>It&#8217;s true, it&#8217;s true, I turn forty years old in ten days.</p>\n\n\n\n<p>What do you get the guy who has everything?</p>\n\n\n\n<p>I admit I&#8217;m not the easiest to shop for, I can be quite particular in my preferences of <a href=\"https://ma.tt/2023/12/the-bag-post/\">this cable versus that one</a>, but the good news is the gift I most want for my 40<sup>th</sup> is something everyone can do.</p>\n\n\n\n<p><strong>I want you to blog.</strong></p>\n\n\n\n<p>Publish a post. About anything! It can be long or short, a photo or a video, maybe a quote or a link to something you found interesting. Don&#8217;t sweat it. Just blog. Share something you created, or amplify something you enjoyed. It doesn&#8217;t take much. The act of publishing will be a gift for you and me. </p>\n\n\n\n<p>That&#8217;s what I want for my birthday. If you link to this post and use <a href=\"https://wordpress.org/\">WordPress</a> the <a href=\"https://en.wikipedia.org/wiki/Pingback\">Pingback</a> system will notify me about your post and it will show up in the comment stream, but I&#8217;m okay even if you don&#8217;t use WordPress, just post something and send me a link. You can start <a href=\"https://www.tumblr.com/\">a free site on Tumblr</a> or <a href=\"https://wordpress.com/\">get a domain that can be your home on the internet with WP.com</a>.</p>\n\n\n\n<p>You&#8217;ve got ten days! After the 11th I&#8217;ll close the comments and pingbacks on this post. But I&#8217;m so curious to read what people write.</p>\n\n\n\n<p>That&#8217;s it! No wrapping paper or bows. Just blogs and blogs and blogs, each unique and beautiful in its own way. (Oh! <a href=\"https://crowdfundr.com/TheBayLights360\">And put $10 toward the Bay Lights so we can get the contributor number as high as possible</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, 02 Jan 2024 01:49:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:\"\";}}}}}}}}}}}}}}}}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:\"Sat, 27 Jan 2024 16:30:41 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Sat, 27 Jan 2024 16:15:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20240111234617\";}','no'),(3437,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1706416241','no'),(3438,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1706373041','no'),(3439,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1706416241','no'),(3440,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\'>WP Briefing: Episode 71: New Year, New Blog!</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/01/data-liberation-in-2024/\'>Data Liberation in 2024</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/changing-wordpress-core-by-four-characters/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changing-wordpress-core-by-four-characters\'>HeroPress: Changing WordPress Core By Four Characters</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/do-the-woo-is-an-official-media-partner-and-cloudfest/\'>Do The Woo Community: Do the Woo is an Official Media Partner at CloudFest 2024</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/woo-feature-request-board-and-woo-plugins-for-sale/\'>Do The Woo Community: Woo Feature Request Board and WooCommerce Plugins for Sale</a></li></ul></div>','no'),(3446,'_site_transient_timeout_wp_remote_block_patterns_a26e241665b242c1b1a59260485a5dde','1706376766','no');
INSERT INTO `wp_options` VALUES (3447,'_site_transient_wp_remote_block_patterns_a26e241665b242c1b1a59260485a5dde','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.2&#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.2&#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: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:3882:\"\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-99 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-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 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:16;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-104 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-103 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-102\" \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-102-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:17;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-110 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-107 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-106 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-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 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:18;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-114 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-113 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-112\" \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-112-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:19;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-119 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-116 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-115 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-118 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-117\" \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-117-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:20;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:4814:\"\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-125 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-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 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: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'),(3448,'_site_transient_timeout_wp_remote_block_patterns_1536de01feb5d909abe2d543e6f2877a','1706376767','no'),(3449,'_site_transient_wp_remote_block_patterns_1536de01feb5d909abe2d543e6f2877a','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 you’re 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 you’re 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'),(3450,'wp_calendar_block_has_published_posts','1','yes'),(3456,'category_children','a:0:{}','yes'),(3664,'_site_transient_timeout_theme_roots','1706380544','no'),(3665,'_site_transient_theme_roots','a:1:{s:3:\"pro\";s:7:\"/themes\";}','no'),(3670,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1706378772;s:7:\"checked\";a:1:{s:3:\"pro\";s:5:\"6.4.9\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(3671,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1706389559','no'),(3672,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6223;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4828;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2791;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2689;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2063;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1927;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1916;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1668;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1576;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1567;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1553;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1511;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1505;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1503;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1389;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1281;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1174;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1161;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1158;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1087;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1036;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1004;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:976;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:922;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:908;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:895;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:891;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:886;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:886;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:877;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:857;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:853;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:796;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:784;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:781;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:781;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:764;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:763;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:737;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:735;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:731;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:730;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:696;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:692;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:684;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:674;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:667;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:637;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:633;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:625;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:619;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:612;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:608;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:602;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:598;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:596;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:595;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:578;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:577;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:575;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:575;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:571;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:565;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:564;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:550;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:546;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:540;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:536;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:534;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:533;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:523;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:513;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:511;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:511;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:508;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:505;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:488;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:483;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:475;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:452;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:451;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:451;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:442;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:438;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:436;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:435;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:428;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:427;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:427;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:424;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:423;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:422;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:414;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:409;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:405;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:404;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:400;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:396;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:391;}}','no'),(3674,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1706378777;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.1.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:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.7.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";}}s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"5.3.1\";s:27:\"ninja-forms/ninja-forms.php\";s:5:\"3.7.1\";}}','no'),(3675,'ninja_forms_oauth_client_secret','oRI0Mq9MsX5eBDS6qeAxVVLIhntadrI1fz2YZc0u','yes'),(3676,'ninja_forms_version','3.7.1','yes'),(3677,'ninja_forms_db_version','1.4','no'),(3678,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2024-01-27 18:06:17\";s:17:\"CacheCollateForms\";s:19:\"2024-01-27 18:06:17\";s:18:\"CacheCollateFields\";s:19:\"2024-01-27 18:06:17\";s:19:\"CacheCollateObjects\";s:19:\"2024-01-27 18:06:17\";s:19:\"CacheCollateCleanup\";s:19:\"2024-01-27 18:06:17\";s:25:\"CacheFieldReconcilliation\";s:19:\"2024-01-27 18:06:17\";}','yes'),(3679,'ninja_forms_settings','a:11:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}','yes'),(3680,'ninja_forms_zuul','86','no'),(3683,'ninja_forms_addons_feed','[{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Multi+Step+Forms+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Multi+Step+Forms+Add-ons+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Front-End+Posting+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Front-End+Posting+Add-ons+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Mailchimp+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Mailchimp+Add-ons+Docs\",\"version\":\"3.3.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Campaign+Monitor+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Campaign+Monitor+Add-ons+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 10 analytics fields including UTM source, medium, campaign, content, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Analytics+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Analytics+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Constant+Contact+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Constant+Contact+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=AWeber+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=AWeber+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PayPal+Express+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PayPal+Express+Add-ons+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=MailPoet+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=MailPoet+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zoho+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zoho+CRM+Add-ons+Docs\",\"version\":\"3.5.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Capsule+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Capsule+CRM+Add-ons+Docs\",\"version\":\"3.4.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Insightly+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Insightly+CRM+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Trello+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Trello+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elavon+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elavon+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 4,000 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zapier+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zapier+Add-ons+Docs\",\"version\":\"3.0.9\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Salesforce+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Salesforce+CRM+Add-ons+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Slack+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Slack+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CleverReach+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CleverReach+Add-ons+Docs\",\"version\":\"3.1.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Webhooks+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Webhooks+Add-ons+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Excel+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Excel+Export+Add-ons+Docs\",\"version\":\"3.3.5\",\"categories\":[{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Help+Scout+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Help+Scout+Add-ons+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Emma+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Emma+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ClickSend+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ClickSend+SMS+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Twilio+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Twilio+SMS+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Recurly+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Recurly+Add-ons+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Save+Progress+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Save+Progress+Add-ons+Docs\",\"version\":\"3.0.28\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=EmailOctopus+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=EmailOctopus+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Pipeline CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with Pipeline CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pipeline+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pipeline+CRM+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ConvertKit+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ConvertKit+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=OnePageCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=OnePageCRM+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ActiveCampaign+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ActiveCampaign+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Agency Membership\",\"image\":\"assets\\/img\\/add-ons\\/ninja-forms-membership-bundle-2.png\",\"content\":\"Get every single Ninja Forms add-ons, at an amazingly discounted price.\",\"link\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Agency+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Agency+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Personal Membership\",\"image\":\"assets\\/img\\/add-ons\\/individual-membership-2.png\",\"content\":\"Get our most popular add-ons at an amazingly discounted price. Perfect for the single site owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Personal+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Personal+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Professional Membership\",\"image\":\"assets\\/img\\/add-ons\\/professional-membership-2.png\",\"content\":\"Get our 4 most popular add-ons at an amazingly discounted price. Perfect for your Do It Yourself business owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Professional+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Professional+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"HubSpot\",\"image\":\"assets\\/img\\/add-ons\\/hubspot-crm.png\",\"content\":\"Looking for an easier way to connect HubSpot with WordPress? Need more flexibility and features for your HubSpot forms? This is your answer.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=HubSpot+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-hubspot\\/ninja-forms-hubspot.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=HubSpot+Add-ons+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Advanced Datepicker\",\"image\":\"assets\\/img\\/add-ons\\/advanced-datepicker.png\",\"content\":\"Let your users book dates and times for appointments and more directly from any WordPress form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Advanced+Datepicker+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-advanced-datepicker\\/ninja-forms-advanced-datepicker-3.2.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Advanced+Datepicker+Add-ons+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Authorize.net\",\"image\":\"assets\\/img\\/add-ons\\/authorize-net.png\",\"content\":\"Looking for a fast, simple way to connect WordPress to Authorize.net? The Authorize.net add-on is your ticket!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Authorize.net+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-authorize-net\\/ninja-forms-authorize-net.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Authorize.net+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Basic Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/basic-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Basic+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Basic+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Plus Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Pro Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Elite Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Scheduled Submissions Export\",\"image\":\"assets\\/img\\/add-ons\\/scheduled-submissions-export.png\",\"content\":\"Use Scheduled Submissions Export to set hourly, daily, or weekly exports of any WordPress form submissions to any email address(es)!\",\"link\":\" https:\\/\\/ninjaforms.com\\/extensions\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Scheduled+Submissions+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-scheduled-exports\\/ninja-forms-scheduled-exports.php\",\"docs\":\" https:\\/\\/ninjaforms.com\\/docs\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Scheduled+Submissions+Export+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"CiviCRM\",\"image\":\"assets\\/img\\/add-ons\\/civicrm.png\",\"content\":\"Connect & update your CiviCRM account from any WordPress form with the Ninja Forms CiviCRM add-on. Easily add or update Contacts & Activities!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CiviCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-civicrm\\/ninja-forms-civicrm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CiviCRM+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Add file upload fields to any WordPress form. Set allowed file types, sizes, upload directories and save to WordPress, Google Drive and more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=File+Uploads+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=File+Uploads+Add-ons+Docs\",\"version\":\"3.3.16\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Let users register, login, & manage profiles with customizable form templates. Allow user roles to view or edit form submissions. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Management+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Management+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Edit form styles. Create two column forms. Multi column forms. Easily adjust form layout. You don\'t need a designer, just Layout and Styles!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Layout+and+Styles+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Layout+and+Styles+Add-ons+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Use Stripe Checkout forms to sell products or subscriptions. Accept credit cards, Google Pay, Apple Pay, & much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Stripe+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Stripe+Add-ons+Docs\",\"version\":\"3.2.6\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Create forms that change as they\'re filled out. Show and hide fields, modify lists, send email to different recipients conditionally and much more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Conditional+Logic+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Conditional+Logic+Add-ons+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Use PDF Form Submission to generate a PDF from any WordPress form submission. Create a fully customizable, fillable PDF from top to bottom!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PDF+Form+Submission+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PDF+Form+Submission+Add-ons+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Elite Membership\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Pro Membership\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Plus Membership\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"PayPal\",\"image\":\"assets\\/img\\/add-ons\\/paypal-checkout.png\",\"content\":\"Use PayPal Checkout to accept standard PayPal payments, PayPal credit, Pay Later, Venmo, & bank debit in WordPress!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-checkout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PayPal+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-paypal\\/ninja-forms-paypal.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-checkout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PayPal+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]}]','no'),(3684,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3685,'ninja-forms-views-secret','uOGTyrKfaiPZ3Y5Wql8ekhRhGOi5Lh1fHLChf4es','yes'),(3689,'ninja_forms_needs_updates','0','yes'),(3690,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:8:\"2/3/2024\";s:3:\"int\";i:7;}}','yes'),(3697,'nf_form_tel_data','1','no'),(3698,'ninja_forms_do_not_allow_tracking','1','yes'),(3699,'ninja_forms_optin_reported','1','yes'),(3700,'nf_sub_expiration','a:0:{}','yes'),(3701,'nf_form_tel_sent','true','no'),(3702,'_site_transient_timeout_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_manifest','1706382446','no'),(3703,'_site_transient_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_manifest','a:2:{s:9:\"templates\";a:3:{s:5:\"sites\";a:1:{i:0;a:6:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:12:\"Starter Site\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/9/2022/09/starter-home.jpg\";s:4:\"gate\";s:3:\"pro\";s:8:\"isRemote\";b:1;}}s:9:\"documents\";a:92:{i:0;a:6:{s:2:\"id\";s:6:\"1-1227\";s:5:\"title\";s:9:\"Header 05\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-05.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:1;a:6:{s:2:\"id\";s:6:\"1-1226\";s:5:\"title\";s:9:\"Header 04\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-04.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:2;a:6:{s:2:\"id\";s:6:\"1-1225\";s:5:\"title\";s:9:\"Header 03\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-03.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:3;a:6:{s:2:\"id\";s:6:\"1-1224\";s:5:\"title\";s:9:\"Header 02\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-02.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:4;a:6:{s:2:\"id\";s:6:\"1-1218\";s:5:\"title\";s:9:\"Header 01\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-01.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:5;a:6:{s:2:\"id\";s:6:\"1-1217\";s:5:\"title\";s:9:\"Footer 02\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-footer-02.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:6;a:6:{s:2:\"id\";s:6:\"1-1214\";s:5:\"title\";s:9:\"Footer 01\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-footer-01.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:7;a:6:{s:2:\"id\";s:5:\"1-923\";s:5:\"title\";s:6:\"Blog 3\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-3.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:8;a:6:{s:2:\"id\";s:5:\"1-922\";s:5:\"title\";s:6:\"Post 3\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-3.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:9;a:6:{s:2:\"id\";s:5:\"1-921\";s:5:\"title\";s:6:\"Post 2\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-2.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:10;a:6:{s:2:\"id\";s:5:\"1-911\";s:5:\"title\";s:6:\"Blog 2\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-2.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:11;a:6:{s:2:\"id\";s:5:\"1-794\";s:5:\"title\";s:6:\"Post 1\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-1.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:12;a:6:{s:2:\"id\";s:5:\"1-793\";s:5:\"title\";s:6:\"Blog 1\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-1.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:13;a:6:{s:2:\"id\";s:4:\"9-10\";s:5:\"title\";s:4:\"Home\";s:7:\"preview\";s:0:\"\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:14;a:6:{s:2:\"id\";s:6:\"12-322\";s:5:\"title\";s:11:\"Studio Gold\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/studio-gold.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:15;a:6:{s:2:\"id\";s:6:\"12-262\";s:5:\"title\";s:11:\"Team of Two\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/team-of-two.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:16;a:7:{s:2:\"id\";s:6:\"12-114\";s:5:\"title\";s:13:\"Tell It Slant\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/tell-it-slant.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:17;a:6:{s:2:\"id\";s:6:\"12-159\";s:5:\"title\";s:19:\"The Final Countdown\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/the-final-countdown.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:18;a:7:{s:2:\"id\";s:6:\"12-155\";s:5:\"title\";s:8:\"The Word\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/the-word.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:19;a:7:{s:2:\"id\";s:6:\"12-126\";s:5:\"title\";s:15:\"Themeco Records\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/themeco-records.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:20;a:6:{s:2:\"id\";s:6:\"12-301\";s:5:\"title\";s:13:\"Webinar Optin\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/webinar-optin.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:21;a:7:{s:2:\"id\";s:6:\"12-150\";s:5:\"title\";s:13:\"Frank\'s Diner\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/franks-diner.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:22;a:6:{s:2:\"id\";s:6:\"12-280\";s:5:\"title\";s:13:\"Fresh Pricing\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fresh-pricing.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:23;a:6:{s:2:\"id\";s:6:\"12-274\";s:5:\"title\";s:22:\"Geometric Testimonials\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/geometric-testimonials-1.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:24;a:7:{s:2:\"id\";s:6:\"12-251\";s:5:\"title\";s:13:\"Geometry Grid\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/geometry-grid.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:25;a:7:{s:2:\"id\";s:6:\"12-258\";s:5:\"title\";s:13:\"Modern Mosaic\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/modern-mosaic.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:26;a:7:{s:2:\"id\";s:6:\"12-100\";s:5:\"title\";s:19:\"Moderne Architektur\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/moderne-architektur.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:27;a:6:{s:2:\"id\";s:6:\"12-304\";s:5:\"title\";s:23:\"Motivational Hero Video\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/motivational-hero-video.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:28;a:6:{s:2:\"id\";s:6:\"12-268\";s:5:\"title\";s:19:\"Neon Call to Action\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/neon-call-to-action.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:29;a:7:{s:2:\"id\";s:6:\"12-131\";s:5:\"title\";s:18:\"New Player Loading\";s:7:\"preview\";s:86:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/new-player-loading.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:30;a:7:{s:2:\"id\";s:6:\"12-245\";s:5:\"title\";s:17:\"Overlapping Cells\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/overlapping-cells.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:31;a:6:{s:2:\"id\";s:6:\"12-236\";s:5:\"title\";s:23:\"Product Tables | re:PRO\";s:7:\"preview\";s:88:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/product-tables-repro.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:32;a:7:{s:2:\"id\";s:6:\"12-165\";s:5:\"title\";s:16:\"Provider Palooza\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/provider-palooza.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:33;a:7:{s:2:\"id\";s:5:\"12-96\";s:5:\"title\";s:15:\"Recurring Roles\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/recurring-roles.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:34;a:7:{s:2:\"id\";s:6:\"12-140\";s:5:\"title\";s:13:\"Save the Date\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/save-the-date.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:35;a:6:{s:2:\"id\";s:6:\"12-208\";s:5:\"title\";s:18:\"Section Dividers 1\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/section-dividers-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:36;a:6:{s:2:\"id\";s:6:\"12-221\";s:5:\"title\";s:18:\"Section Dividers 2\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/section-dividers-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:37;a:7:{s:2:\"id\";s:6:\"12-168\";s:5:\"title\";s:11:\"Split Blend\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split-blend.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:38;a:6:{s:2:\"id\";s:6:\"12-266\";s:5:\"title\";s:10:\"Split Menu\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split-menu.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:39;a:7:{s:2:\"id\";s:6:\"12-174\";s:5:\"title\";s:12:\"Quick Access\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/quick-access-1.png\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:40;a:6:{s:2:\"id\";s:6:\"12-161\";s:5:\"title\";s:22:\"Better Faster Stronger\";s:7:\"preview\";s:98:\"https://templates.theme.co/wp-content/uploads/sites/12/2023/10/harder-better-faster-stronger-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:41;a:7:{s:2:\"id\";s:6:\"12-119\";s:5:\"title\";s:16:\"Caffeine Collage\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/caffeine-collage.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:42;a:6:{s:2:\"id\";s:6:\"12-195\";s:5:\"title\";s:18:\"Creative Columns 1\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-1-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:43;a:6:{s:2:\"id\";s:6:\"12-202\";s:5:\"title\";s:18:\"Creative Columns 2\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:44;a:6:{s:2:\"id\";s:6:\"12-224\";s:5:\"title\";s:18:\"Creative Columns 3\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:45;a:6:{s:2:\"id\";s:6:\"12-231\";s:5:\"title\";s:18:\"Creative Columns 4\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-4-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:46;a:6:{s:2:\"id\";s:6:\"12-240\";s:5:\"title\";s:18:\"Creative Columns 5\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-5.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:47;a:6:{s:2:\"id\";s:6:\"12-211\";s:5:\"title\";s:24:\"Creative Contact Forms 1\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:48;a:6:{s:2:\"id\";s:6:\"12-214\";s:5:\"title\";s:24:\"Creative Contact Forms 2\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:49;a:6:{s:2:\"id\";s:6:\"12-189\";s:5:\"title\";s:24:\"Creative Contact Forms 3\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:50;a:6:{s:2:\"id\";s:6:\"12-186\";s:5:\"title\";s:24:\"Creative Contact Forms 4\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-4-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:51;a:7:{s:2:\"id\";s:5:\"12-88\";s:5:\"title\";s:15:\"Easel and Brush\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/easel-and-brush.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:52;a:6:{s:2:\"id\";s:6:\"12-163\";s:5:\"title\";s:21:\"Effect Deconstruction\";s:7:\"preview\";s:89:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/effect-deconstruction.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:53;a:6:{s:2:\"id\";s:5:\"12-98\";s:5:\"title\";s:15:\"Estudio Naranja\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/estudio-naranja.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:54;a:6:{s:2:\"id\";s:5:\"12-92\";s:5:\"title\";s:12:\"Faux Tableau\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/faux-tableau.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:55;a:7:{s:2:\"id\";s:5:\"12-90\";s:5:\"title\";s:14:\"Fit and Finish\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fit-and-finish.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:56;a:6:{s:2:\"id\";s:6:\"12-178\";s:5:\"title\";s:11:\"Focus Areas\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/focus-areas-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:57;a:7:{s:2:\"id\";s:6:\"12-137\";s:5:\"title\";s:10:\"Fotografia\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fotografia.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:58;a:6:{s:2:\"id\";s:6:\"12-182\";s:5:\"title\";s:18:\"Batteries Included\";s:7:\"preview\";s:86:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/batteries-included.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:59;a:6:{s:2:\"id\";s:6:\"12-297\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:7:\"preview\";s:90:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/architecture-portfolio.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:60;a:7:{s:2:\"id\";s:5:\"12-87\";s:5:\"title\";s:27:\"Postmodern Pixels (Archive)\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/postmodern-pixels-archive.jpg\";s:5:\"group\";s:4:\"blog\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:61;a:7:{s:2:\"id\";s:5:\"12-86\";s:5:\"title\";s:26:\"Postmodern Pixels (Single)\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/postmodern-pixels-single.jpg\";s:5:\"group\";s:4:\"blog\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:62;a:6:{s:2:\"id\";s:5:\"12-85\";s:5:\"title\";s:9:\"Chronicle\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/chronicle.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:63;a:6:{s:2:\"id\";s:5:\"12-84\";s:5:\"title\";s:11:\"Get Started\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/get-started.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:64;a:6:{s:2:\"id\";s:5:\"12-82\";s:5:\"title\";s:4:\"Mail\";s:7:\"preview\";s:72:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/mail.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:65;a:6:{s:2:\"id\";s:5:\"12-81\";s:5:\"title\";s:6:\"Pronto\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/pronto.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:66;a:6:{s:2:\"id\";s:5:\"12-79\";s:5:\"title\";s:9:\"Ravenwood\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/ravenwood.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:67;a:6:{s:2:\"id\";s:5:\"12-77\";s:5:\"title\";s:14:\"Minimal Studio\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/minimal-studio.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:68;a:6:{s:2:\"id\";s:5:\"12-75\";s:5:\"title\";s:12:\"Center Point\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/center-point-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:69;a:6:{s:2:\"id\";s:5:\"12-72\";s:5:\"title\";s:13:\"Goodwood Park\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/goodwood-park-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:70;a:6:{s:2:\"id\";s:5:\"12-68\";s:5:\"title\";s:23:\"Gradient Call to Action\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/gradient-call-to-action-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:71;a:6:{s:2:\"id\";s:5:\"12-66\";s:5:\"title\";s:11:\"In The Blue\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/in-the-blue-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:72;a:6:{s:2:\"id\";s:5:\"12-64\";s:5:\"title\";s:12:\"Flex Columns\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/flex-columns.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:73;a:6:{s:2:\"id\";s:5:\"12-63\";s:5:\"title\";s:15:\"High Visibility\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/high-visibility.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:74;a:6:{s:2:\"id\";s:5:\"12-59\";s:5:\"title\";s:8:\"Bridgers\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/bridgers.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:75;a:6:{s:2:\"id\";s:5:\"12-56\";s:5:\"title\";s:6:\"El Rey\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/el-rey.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:76;a:6:{s:2:\"id\";s:5:\"12-53\";s:5:\"title\";s:19:\"Fields of Fortitude\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fields-of-fortitude.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:77;a:6:{s:2:\"id\";s:5:\"12-49\";s:5:\"title\";s:16:\"Like You Mean It\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/like-you-mean-it.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:78;a:6:{s:2:\"id\";s:5:\"12-47\";s:5:\"title\";s:8:\"Option 3\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/option-3.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:79;a:6:{s:2:\"id\";s:5:\"12-43\";s:5:\"title\";s:14:\"Osborne Optics\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/osborne-optics.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:80;a:6:{s:2:\"id\";s:5:\"12-40\";s:5:\"title\";s:2:\"23\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/23.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:81;a:6:{s:2:\"id\";s:5:\"12-37\";s:5:\"title\";s:13:\"Adventure Ten\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/adventure-ten.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:82;a:6:{s:2:\"id\";s:5:\"12-34\";s:5:\"title\";s:17:\"Kesclin McKleskin\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/kesclin-mckesclin.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:83;a:6:{s:2:\"id\";s:5:\"12-30\";s:5:\"title\";s:5:\"Split\";s:7:\"preview\";s:73:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:84;a:6:{s:2:\"id\";s:5:\"12-25\";s:5:\"title\";s:15:\"Tophat Security\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/tophat-security.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:85;a:6:{s:2:\"id\";s:5:\"12-22\";s:5:\"title\";s:13:\"Learn to Sass\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/learn-to-sass.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:86;a:6:{s:2:\"id\";s:5:\"12-19\";s:5:\"title\";s:16:\"Business Success\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/business-success-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:87;a:6:{s:2:\"id\";s:5:\"12-14\";s:5:\"title\";s:19:\"Easy Mobile Banking\";s:7:\"preview\";s:88:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/easy-mobile-banking-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:88;a:6:{s:2:\"id\";s:4:\"12-9\";s:5:\"title\";s:9:\"Love Hero\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/love-hero.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:89;a:6:{s:2:\"id\";s:4:\"12-8\";s:5:\"title\";s:16:\"Rhythm in Motion\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/rhythm-in-motion.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:90;a:6:{s:2:\"id\";s:4:\"12-7\";s:5:\"title\";s:10:\"Wanderlust\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/wanderlust.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:91;a:6:{s:2:\"id\";s:4:\"12-6\";s:5:\"title\";s:11:\"Fashionista\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fashionista.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}}s:8:\"sections\";a:45:{i:0;a:6:{s:2:\"id\";s:6:\"1-1213\";s:5:\"title\";s:15:\"Left / Right 06\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:1;a:6:{s:2:\"id\";s:6:\"1-1212\";s:5:\"title\";s:15:\"Left / Right 05\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:2;a:6:{s:2:\"id\";s:6:\"1-1211\";s:5:\"title\";s:15:\"Left / Right 04\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:3;a:6:{s:2:\"id\";s:6:\"1-1210\";s:5:\"title\";s:15:\"Left / Right 03\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:4;a:6:{s:2:\"id\";s:6:\"1-1209\";s:5:\"title\";s:15:\"Left / Right 02\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:5;a:6:{s:2:\"id\";s:6:\"1-1202\";s:5:\"title\";s:15:\"Left / Right 01\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:6;a:6:{s:2:\"id\";s:6:\"1-1257\";s:5:\"title\";s:10:\"Utility 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:7;a:6:{s:2:\"id\";s:6:\"1-1256\";s:5:\"title\";s:10:\"Utility 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:8;a:6:{s:2:\"id\";s:6:\"1-1255\";s:5:\"title\";s:10:\"Utility 03\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-03-fixed.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:9;a:6:{s:2:\"id\";s:6:\"1-1254\";s:5:\"title\";s:10:\"Utility 02\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-02-adaptive.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:10;a:6:{s:2:\"id\";s:6:\"1-1248\";s:5:\"title\";s:10:\"Utility 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:11;a:6:{s:2:\"id\";s:6:\"1-1247\";s:5:\"title\";s:14:\"Testimonial 04\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:12;a:6:{s:2:\"id\";s:6:\"1-1246\";s:5:\"title\";s:14:\"Testimonial 03\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:13;a:6:{s:2:\"id\";s:6:\"1-1245\";s:5:\"title\";s:14:\"Testimonial 02\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:14;a:6:{s:2:\"id\";s:6:\"1-1240\";s:5:\"title\";s:14:\"Testimonial 01\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:15;a:6:{s:2:\"id\";s:6:\"1-1228\";s:5:\"title\";s:10:\"Pricing 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:16;a:6:{s:2:\"id\";s:6:\"1-1239\";s:5:\"title\";s:10:\"Pricing 06\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:17;a:6:{s:2:\"id\";s:6:\"1-1238\";s:5:\"title\";s:10:\"Pricing 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:18;a:6:{s:2:\"id\";s:6:\"1-1237\";s:5:\"title\";s:10:\"Pricing 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:19;a:6:{s:2:\"id\";s:6:\"1-1236\";s:5:\"title\";s:10:\"Pricing 03\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:20;a:6:{s:2:\"id\";s:6:\"1-1235\";s:5:\"title\";s:10:\"Pricing 02\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:21;a:6:{s:2:\"id\";s:6:\"1-1201\";s:5:\"title\";s:11:\"Centered 11\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-11.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:22;a:6:{s:2:\"id\";s:6:\"1-1200\";s:5:\"title\";s:11:\"Centered 10\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-10.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:23;a:6:{s:2:\"id\";s:6:\"1-1199\";s:5:\"title\";s:11:\"Centered 09\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-09.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:24;a:6:{s:2:\"id\";s:6:\"1-1198\";s:5:\"title\";s:11:\"Centered 08\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-08.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:25;a:6:{s:2:\"id\";s:6:\"1-1197\";s:5:\"title\";s:11:\"Centered 07\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-07.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:26;a:6:{s:2:\"id\";s:6:\"1-1196\";s:5:\"title\";s:11:\"Centered 06\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:27;a:6:{s:2:\"id\";s:6:\"1-1195\";s:5:\"title\";s:11:\"Centered 05\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:28;a:6:{s:2:\"id\";s:6:\"1-1194\";s:5:\"title\";s:11:\"Centered 04\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:29;a:6:{s:2:\"id\";s:6:\"1-1193\";s:5:\"title\";s:11:\"Centered 03\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:30;a:6:{s:2:\"id\";s:6:\"1-1192\";s:5:\"title\";s:11:\"Centered 02\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:31;a:6:{s:2:\"id\";s:6:\"1-1180\";s:5:\"title\";s:11:\"Centered 01\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:32;a:6:{s:2:\"id\";s:6:\"1-1179\";s:5:\"title\";s:10:\"Columns 11\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-11.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:33;a:6:{s:2:\"id\";s:6:\"1-1178\";s:5:\"title\";s:10:\"Columns 10\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-10.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:34;a:6:{s:2:\"id\";s:6:\"1-1177\";s:5:\"title\";s:10:\"Columns 09\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-09.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:35;a:6:{s:2:\"id\";s:6:\"1-1149\";s:5:\"title\";s:15:\"Recent Posts 02\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-recent-posts-2.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:36;a:6:{s:2:\"id\";s:6:\"1-1146\";s:5:\"title\";s:15:\"Recent Posts 01\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-recent-posts-1.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:37;a:6:{s:2:\"id\";s:6:\"1-1174\";s:5:\"title\";s:10:\"Columns 07\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:38;a:6:{s:2:\"id\";s:6:\"1-1173\";s:5:\"title\";s:10:\"Columns 06\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:39;a:6:{s:2:\"id\";s:6:\"1-1172\";s:5:\"title\";s:10:\"Columns 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:40;a:6:{s:2:\"id\";s:6:\"1-1171\";s:5:\"title\";s:10:\"Columns 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:41;a:6:{s:2:\"id\";s:6:\"1-1169\";s:5:\"title\";s:10:\"Columns 02\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:42;a:6:{s:2:\"id\";s:6:\"1-1170\";s:5:\"title\";s:10:\"Columns 03\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:43;a:6:{s:2:\"id\";s:6:\"1-1157\";s:5:\"title\";s:10:\"Columns 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:44;a:6:{s:2:\"id\";s:6:\"1-1175\";s:5:\"title\";s:10:\"Columns 08\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-08.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}}}s:6:\"groups\";a:0:{}}','no'),(3704,'nf_active_promotions','{\"dashboard\":[{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/sweetdesiresdessertlounge.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n\\t\\t\\t\\tsetTimeout(function(){ \\/* Wait for services to init. *\\/\\n\\t\\t\\t\\t\\tvar data = {\\n\\t\\t\\t\\t\\t\\twidth: 450,\\n\\t\\t\\t\\t\\t\\tcloseOnClick: \'body\',\\n\\t\\t\\t\\t\\t\\tcloseOnEsc: true,\\n\\t\\t\\t\\t\\t\\tcontent: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style=&quot;list-style-type:initial;margin-left: 20px;&quot;><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n\\t\\t\\t\\t\\t\\tbtnPrimary: {\\n\\t\\t\\t\\t\\t\\t\\ttext: \'Sign me up!\',\\n\\t\\t\\t\\t\\t\\t\\tcallback: function() {\\n\\t\\t\\t\\t\\t\\t\\t\\tvar spinner = document.createElement(\'span\');\\n\\t\\t\\t\\t\\t\\t\\t\\tspinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n\\t\\t\\t\\t\\t\\t\\t\\tvar w = this.offsetWidth;\\n\\t\\t\\t\\t\\t\\t\\t\\tthis.innerHTML = spinner.outerHTML;\\n\\t\\t\\t\\t\\t\\t\\t\\tthis.style.width = w+\'px\';\\n\\t\\t\\t\\t\\t\\t\\t\\tninja_forms_sendwp_remote_install();\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t\\t\\tbtnSecondary: {\\n\\t\\t\\t\\t\\t\\t\\ttext: \'Cancel\',\\n\\t\\t\\t\\t\\t\\t\\tcallback: function() {\\n\\t\\t\\t\\t\\t\\t\\t\\tsendwpModal.toggleModal(false);\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tvar sendwpModal = new NinjaModal(data);\\n\\t\\t\\t\\t}, 500);\\n\\t\\t\\t\"}]}','no'),(3737,'cs_assignment_cache_layout_single','a:0:{}','yes'),(3738,'cs_assignment_cache_layout_header','a:1:{i:0;a:4:{s:2:\"id\";i:11;s:5:\"title\";s:6:\"Header\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"group\";b:1;s:9:\"condition\";s:16:\"site:entire-site\";s:5:\"value\";s:0:\"\";}}s:8:\"priority\";i:0;}}','yes'),(3739,'cs_assignment_cache_layout_footer','a:1:{i:0;a:4:{s:2:\"id\";i:33;s:5:\"title\";s:6:\"Footer\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"group\";b:1;s:9:\"condition\";s:16:\"site:entire-site\";s:5:\"value\";s:0:\"\";}}s:8:\"priority\";i:0;}}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=679 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','template-blank-4.php'),(3,2,'_wp_trash_meta_status','publish'),(4,2,'_wp_trash_meta_time','1705071407'),(5,2,'_wp_desired_post_slug','sample-page'),(6,1,'_wp_trash_meta_status','publish'),(7,1,'_wp_trash_meta_time','1705071417'),(8,1,'_wp_desired_post_slug','hello-world'),(9,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(12,3,'_cs_states_cache','Draft Privacy Policy Page'),(13,12,'_wp_attached_file','2024/01/23-logo-sm.png'),(14,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:84;s:6:\"height\";i:64;s:4:\"file\";s:22:\"2024/01/23-logo-sm.png\";s:8:\"filesize\";i:1260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15,12,'_cs_attachment_import','34be3d83c274e2406d1c6195cecd2444'),(16,13,'_wp_attached_file','2024/01/23-logo-lg.png'),(17,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:470;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2024/01/23-logo-lg.png\";s:8:\"filesize\";i:6301;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"23-logo-lg-300x228.png\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"23-logo-lg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6060;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"23-logo-lg-100x76.png\";s:5:\"width\";i:100;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18,13,'_cs_attachment_import','8b0107264c88706b236eb792488871be'),(19,11,'_cs_states_cache',''),(20,14,'_wp_page_template','template-blank-4.php'),(21,14,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(22,14,'_cornerstone_data','[]'),(23,15,'_cornerstone_data','[]'),(24,15,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(25,14,'_cs_states_cache','Draft'),(26,16,'_edit_lock','1706026139:2'),(27,17,'_wp_attached_file','2024/01/SweetDesiresFINAL-Logo-45-×-60-in-1.png'),(28,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:12960;s:6:\"height\";i:17280;s:4:\"file\";s:48:\"2024/01/SweetDesiresFINAL-Logo-45-×-60-in-1.png\";s:8:\"filesize\";i:107829078;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"SweetDesiresFINAL-Logo-45-×-60-in-1-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70345;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"SweetDesiresFINAL-Logo-45-×-60-in-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:518038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"SweetDesiresFINAL-Logo-45-×-60-in-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35453;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"SweetDesiresFINAL-Logo-45-×-60-in-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:518038;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"SweetDesiresFINAL-Logo-45-×-60-in-1-1152x1536.png\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1008490;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"SweetDesiresFINAL-Logo-45-×-60-in-1-1536x2048.png\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1606289;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:48:\"SweetDesiresFINAL-Logo-45-×-60-in-1-100x133.png\";s:5:\"width\";i:100;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18979;}s:5:\"entry\";a:5:{s:4:\"file\";s:50:\"SweetDesiresFINAL-Logo-45-×-60-in-1-1200x1600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1080649;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:49:\"SweetDesiresFINAL-Logo-45-×-60-in-1-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:838892;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:50:\"SweetDesiresFINAL-Logo-45-×-60-in-1-1200x1600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1080649;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:49:\"SweetDesiresFINAL-Logo-45-×-60-in-1-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:838892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,18,'_wp_attached_file','2024/01/icon.png'),(30,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2024/01/icon.png\";s:8:\"filesize\";i:438682;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52582;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"icon-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:393975;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16495;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"icon-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244049;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"icon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8126;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:17:\"icon-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434468;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:17:\"icon-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434468;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31,19,'_wp_attached_file','2024/01/cropped-icon.png'),(32,19,'_wp_attachment_context','site-icon'),(33,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2024/01/cropped-icon.png\";s:8:\"filesize\";i:212083;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cropped-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28077;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-icon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14200;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:24:\"cropped-icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73803;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:24:\"cropped-icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42612;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:24:\"cropped-icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38162;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:22:\"cropped-icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2190;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35,20,'_customize_changeset_uuid','f2dc2087-337a-4305-86e0-797adb9bf944'),(37,21,'_customize_changeset_uuid','f2dc2087-337a-4305-86e0-797adb9bf944'),(39,22,'_customize_changeset_uuid','f2dc2087-337a-4305-86e0-797adb9bf944'),(41,23,'_customize_changeset_uuid','f2dc2087-337a-4305-86e0-797adb9bf944'),(42,24,'_cornerstone_data',NULL),(43,24,'_cornerstone_settings',NULL),(44,25,'_cornerstone_data',NULL),(45,25,'_cornerstone_settings',NULL),(46,26,'_cornerstone_data',NULL),(47,26,'_cornerstone_settings',NULL),(48,27,'_cornerstone_data',NULL),(49,27,'_cornerstone_settings',NULL),(50,28,'_menu_item_type','post_type'),(51,28,'_menu_item_menu_item_parent','0'),(52,28,'_menu_item_object_id','20'),(53,28,'_menu_item_object','page'),(54,28,'_menu_item_target',''),(55,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(56,28,'_menu_item_xfn',''),(57,28,'_menu_item_url',''),(58,29,'_menu_item_type','post_type'),(59,29,'_menu_item_menu_item_parent','0'),(60,29,'_menu_item_object_id','21'),(61,29,'_menu_item_object','page'),(62,29,'_menu_item_target',''),(63,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(64,29,'_menu_item_xfn',''),(65,29,'_menu_item_url',''),(66,30,'_menu_item_type','post_type'),(67,30,'_menu_item_menu_item_parent','0'),(68,30,'_menu_item_object_id','22'),(69,30,'_menu_item_object','page'),(70,30,'_menu_item_target',''),(71,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(72,30,'_menu_item_xfn',''),(73,30,'_menu_item_url',''),(74,31,'_menu_item_type','post_type'),(75,31,'_menu_item_menu_item_parent','0'),(76,31,'_menu_item_object_id','23'),(77,31,'_menu_item_object','page'),(78,31,'_menu_item_target',''),(79,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(80,31,'_menu_item_xfn',''),(81,31,'_menu_item_url',''),(82,16,'_wp_trash_meta_status','publish'),(83,16,'_wp_trash_meta_time','1706026151'),(84,20,'_cs_states_cache',''),(85,21,'_cs_states_cache',''),(86,22,'_cs_states_cache',''),(87,23,'_cs_states_cache',''),(88,32,'_cs_states_cache',''),(89,32,'_wp_trash_meta_status','tco-data'),(90,32,'_wp_trash_meta_time','1706026269'),(91,32,'_wp_desired_post_slug','untitled-header-2'),(92,33,'_cs_states_cache',''),(93,34,'_wp_attached_file','2024/01/SDLwhite.png'),(94,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4320;s:6:\"height\";i:5760;s:4:\"file\";s:20:\"2024/01/SDLwhite.png\";s:8:\"filesize\";i:3611304;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SDLwhite-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75343;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SDLwhite-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:546289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SDLwhite-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SDLwhite-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:546289;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SDLwhite-1152x1536.png\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1078079;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SDLwhite-1536x2048.png\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1733888;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"SDLwhite-100x133.png\";s:5:\"width\";i:100;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20054;}s:5:\"entry\";a:5:{s:4:\"file\";s:22:\"SDLwhite-1200x1600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1163158;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:21:\"SDLwhite-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:883739;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:22:\"SDLwhite-1200x1600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1163158;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:21:\"SDLwhite-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:883739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,35,'_wp_attached_file','2024/01/SDLWhite-1.png'),(96,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2024/01/SDLWhite-1.png\";s:8:\"filesize\";i:312169;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"SDLWhite-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33550;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"SDLWhite-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:274438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"SDLWhite-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10294;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"SDLWhite-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168242;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"SDLWhite-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5306;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:23:\"SDLWhite-1-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305959;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:23:\"SDLWhite-1-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305959;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(97,36,'_wp_attached_file','2024/01/sdlwhite1.png'),(98,36,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2024/01/sdlwhite1.png\";s:8:\"filesize\";i:312169;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"sdlwhite1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33550;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"sdlwhite1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:274438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"sdlwhite1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10294;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"sdlwhite1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168242;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"sdlwhite1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5306;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:22:\"sdlwhite1-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305959;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:22:\"sdlwhite1-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305959;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(99,37,'_wp_attached_file','2024/01/SDLwhite-2.png'),(100,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2024/01/SDLwhite-2.png\";s:8:\"filesize\";i:798799;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"SDLwhite-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95272;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"SDLwhite-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:721374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"SDLwhite-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"SDLwhite-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:449714;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"SDLwhite-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15251;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:23:\"SDLwhite-2-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:711364;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:23:\"SDLwhite-2-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:711364;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(101,38,'_wp_attached_file','2024/01/sdlogo.png'),(102,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2024/01/sdlogo.png\";s:8:\"filesize\";i:833996;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"sdlogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102860;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"sdlogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:757305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"sdlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33670;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"sdlogo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:474098;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"sdlogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17267;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:19:\"sdlogo-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:728317;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:19:\"sdlogo-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:728317;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,38,'_edit_lock','1706028315:2'),(104,39,'_wp_attached_file','2024/01/Untitled-400-x-400-px.png'),(105,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2024/01/Untitled-400-x-400-px.png\";s:8:\"filesize\";i:176029;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Untitled-400-x-400-px-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Untitled-400-x-400-px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27131;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"Untitled-400-x-400-px-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14054;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(106,40,'_wp_attached_file','2024/01/Untitled-800-x-800-px.png'),(107,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2024/01/Untitled-800-x-800-px.png\";s:8:\"filesize\";i:437298;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Untitled-800-x-800-px-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90083;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Untitled-800-x-800-px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29267;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Untitled-800-x-800-px-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:410614;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"Untitled-800-x-800-px-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15116;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:33:\"Untitled-800-x-800-px-800x671.png\";s:5:\"width\";i:800;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441951;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:33:\"Untitled-800-x-800-px-800x671.png\";s:5:\"width\";i:800;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(108,41,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d.png'),(109,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d.png\";s:8:\"filesize\";i:1269731;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29179;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:579383;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14570;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:722216;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:722216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(110,42,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1.png'),(111,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1.png\";s:8:\"filesize\";i:1551295;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:697389;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16902;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:939568;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:939568;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(112,43,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c.png'),(113,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c.png\";s:8:\"filesize\";i:1480524;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33693;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:691715;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16104;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:920362;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:920362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(114,44,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738.png'),(115,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738.png\";s:8:\"filesize\";i:1426522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126184;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:688494;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18979;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:979040;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:979040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,45,'_wp_attached_file','2024/01/2.jpg'),(117,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2024/01/2.jpg\";s:8:\"filesize\";i:37186;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26062;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"2-100x40.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2859;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(118,46,'_wp_attached_file','2024/01/1.jpg'),(119,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2024/01/1.jpg\";s:8:\"filesize\";i:30280;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5408;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20749;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"1-100x40.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(120,47,'_wp_attached_file','2024/01/4.jpg'),(121,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2024/01/4.jpg\";s:8:\"filesize\";i:30366;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5066;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22374;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"4-100x40.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2847;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(122,48,'_wp_attached_file','2024/01/3.jpg'),(123,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2024/01/3.jpg\";s:8:\"filesize\";i:42234;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30258;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"3-100x40.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(124,49,'_wp_page_template','template-blank-4.php'),(125,49,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(126,49,'_cornerstone_data','[]'),(127,50,'_cornerstone_data','[]'),(128,50,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(129,49,'_cs_states_cache','Draft'),(130,14,'_wp_trash_meta_status','draft'),(131,14,'_wp_trash_meta_time','1706030054'),(132,14,'_wp_desired_post_slug',''),(133,49,'_wp_trash_meta_status','draft'),(134,49,'_wp_trash_meta_time','1706030057'),(135,49,'_wp_desired_post_slug',''),(136,51,'_wp_page_template','template-blank-4.php'),(137,51,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(138,51,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bottom_separator\":true,\"section_bottom_separator_height\":\"63px\",\"section_bottom_separator_inset\":\"1px\",\"section_padding\":\"65px 0px 0px 0px\",\"section_top_separator_angle_point\":\"10\",\"section_top_separator_color\":\"rgb(0, 0, 0)\",\"section_top_separator_height\":\"91px\",\"section_top_separator_inset\":\"1px\",\"section_top_separator_type\":\"curve-out\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"2.5em 1fr 2.5em\",\"3em 1fr 3em\",null,null,null],\"layout_grid_template_rows\":[\"20vmin auto 7em auto 20vmin\",\"15vmin auto 6em auto 15vmin\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_lower_image\":\"109:full\",\"bg_lower_type\":\"image\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_lg\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_md\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_sm\":\"3em 1fr 3em\",\"layout_grid_template_columns_xl\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_xs\":\"2.5em 1fr 2.5em\",\"layout_grid_template_rows\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_lg\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_md\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_sm\":\"15vmin auto 6em auto 15vmin\",\"layout_grid_template_rows_xl\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_xs\":\"20vmin auto 7em auto 20vmin\",\"layout_grid_width\":\"100%\",\"layout_grid_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,2,null,null,null],\"layout_cell_column_end\":[null,3,null,null,null],\"layout_cell_row_start\":[null,2,null,null,null],\"layout_cell_row_end\":[null,4,null,null,null]},\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_mix_blend_mode\":\"screen\",\"layout_cell_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":3,\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":3,\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":2,\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":2,\"layout_cell_flexbox\":true,\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":4,\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":4,\"layout_cell_row_start\":\"3\",\"layout_cell_row_start_lg\":\"3\",\"layout_cell_row_start_md\":\"3\",\"layout_cell_row_start_sm\":2,\"layout_cell_row_start_xl\":\"3\",\"layout_cell_row_start_xs\":2,\"layout_cell_z_index\":\"3\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"400ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"12px\",\"text_content\":\"What\'s your Desire?\",\"text_font_family\":\"google:mulish\",\"text_font_weight\":\"fw-bold\",\"text_letter_spacing\":\"0.64em\",\"text_line_height\":\"3\",\"text_max_width\":\"13em\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"1000ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"calc(24px + 8.5vmin)\",\"text_content\":\"Where you can have your cake and eat it too...\",\"text_font_family\":\"google:cormorant\",\"text_font_weight\":\"700\",\"text_letter_spacing\":\"0.02em\",\"text_line_height\":\"1.1\",\"text_margin\":\"0.327em 0em 0em 0em\",\"text_max_width\":\"9em\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"capitalize\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,1,null,null,null],\"layout_cell_column_end\":[null,4,null,null,null],\"layout_cell_row_start\":[null,3,null,null,null],\"layout_cell_row_end\":[null,7,null,null,null]},\"_label\":\"Hero\",\"_m\":{\"e\":1},\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1, 1, 1) rotateZ(7deg)\",\"effects_transform_exit\":\"scale3d(1.05, 1.05, 1) rotateZ(0deg)\",\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#000000\",\"layout_cell_border_color_alt\":\"#000000\",\"layout_cell_border_width\":\"!1em\",\"layout_cell_box_shadow_color\":\"#454545\",\"layout_cell_box_shadow_dimensions\":\"0px 0px 0px 1px\",\"layout_cell_column_end\":5,\"layout_cell_column_end_lg\":5,\"layout_cell_column_end_md\":5,\"layout_cell_column_end_sm\":4,\"layout_cell_column_end_xl\":5,\"layout_cell_column_end_xs\":4,\"layout_cell_column_start\":3,\"layout_cell_column_start_lg\":3,\"layout_cell_column_start_md\":3,\"layout_cell_column_start_sm\":1,\"layout_cell_column_start_xl\":3,\"layout_cell_column_start_xs\":1,\"layout_cell_height\":\"100vh\",\"layout_cell_min_height\":\"720px\",\"layout_cell_padding\":\"calc(0.5em + 2vmin)\",\"layout_cell_row_end\":6,\"layout_cell_row_end_lg\":6,\"layout_cell_row_end_md\":6,\"layout_cell_row_end_sm\":7,\"layout_cell_row_end_xl\":6,\"layout_cell_row_end_xs\":7,\"layout_cell_row_start\":1,\"layout_cell_row_start_lg\":1,\"layout_cell_row_start_md\":1,\"layout_cell_row_start_sm\":3,\"layout_cell_row_start_xl\":1,\"layout_cell_row_start_xs\":3,\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_display\":\"block\",\"image_height\":3512,\"image_inner_border_radius\":\"!1px\",\"image_object_fit\":\"cover\",\"image_outer_border_radius\":\"!1px\",\"image_src\":\"98:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":2800,\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"130:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"129:full\",\"_modules\":[]}]}]}]}]'),(139,52,'_cornerstone_data','[]'),(140,52,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(141,51,'_cs_states_cache','Front Page'),(142,53,'_wp_attached_file','2024/01/fresh-pricing-bg-section-1.jpg'),(143,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:2100;s:4:\"file\";s:38:\"2024/01/fresh-pricing-bg-section-1.jpg\";s:8:\"filesize\";i:83677;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"fresh-pricing-bg-section-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10268;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-section-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"fresh-pricing-bg-section-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:5335;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-section-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85455;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-section-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133272;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-section-1-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204684;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"fresh-pricing-bg-section-1-100x150.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3942;}s:5:\"entry\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-section-1-1200x1800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169264;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-section-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79218;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-section-1-1200x1800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169264;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-section-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79218;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(144,53,'_cs_attachment_import','2b1e80894f55ae0af1a275550dbeb3fb'),(145,54,'_wp_attached_file','2024/01/fresh-pricing-bg-column-1-1.jpg'),(146,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2024/01/fresh-pricing-bg-column-1-1.jpg\";s:8:\"filesize\";i:83006;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-1-1-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10449;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-1-1-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-1-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:6063;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-1-1-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46991;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"fresh-pricing-bg-column-1-1-100x43.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2751;}s:5:\"entry\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-1-1-1200x514.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102161;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-1-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121737;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-1-1-1200x514.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102161;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-1-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,54,'_cs_attachment_import','0bdc305550c0648225159898858ea665'),(148,55,'_wp_attached_file','2024/01/fresh-pricing-bg-column-2-1.jpg'),(149,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2024/01/fresh-pricing-bg-column-2-1.jpg\";s:8:\"filesize\";i:119015;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-2-1-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12402;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-2-1-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92793;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-2-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:8991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-2-1-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57326;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"fresh-pricing-bg-column-2-1-100x43.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2938;}s:5:\"entry\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-2-1-1200x514.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120699;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-2-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153967;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-2-1-1200x514.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120699;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-2-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153967;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(150,55,'_cs_attachment_import','51a54ca9bd678baa9357c39b2d5f6062'),(151,56,'_wp_attached_file','2024/01/fresh-pricing-bg-column-3-1.jpg'),(152,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2024/01/fresh-pricing-bg-column-3-1.jpg\";s:8:\"filesize\";i:63415;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-3-1-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5118;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-3-1-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36375;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-3-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:3881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"fresh-pricing-bg-column-3-1-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20586;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"fresh-pricing-bg-column-3-1-100x43.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2037;}s:5:\"entry\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-3-1-1200x514.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50983;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-3-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69946;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-3-1-1200x514.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50983;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:40:\"fresh-pricing-bg-column-3-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69946;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,56,'_cs_attachment_import','fce05bc60c97b331ba95f2e302df611a'),(154,57,'_wp_attached_file','2024/01/split-menu-get-going.png'),(155,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:2400;s:4:\"file\";s:32:\"2024/01/split-menu-get-going.png\";s:8:\"filesize\";i:11582;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"split-menu-get-going-50x300.png\";s:5:\"width\";i:50;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4858;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"split-menu-get-going-171x1024.png\";s:5:\"width\";i:171;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"split-menu-get-going-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4000;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"split-menu-get-going-256x1536.png\";s:5:\"width\";i:256;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26318;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"split-menu-get-going-341x2048.png\";s:5:\"width\";i:341;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35710;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"split-menu-get-going-100x600.png\";s:5:\"width\";i:100;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9897;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:32:\"split-menu-get-going-400x671.png\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12104;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:32:\"split-menu-get-going-400x671.png\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(156,57,'_cs_attachment_import','755650e94ff05bd1d7a1300aa5736c49'),(157,58,'_wp_attached_file','2024/01/split-menu-wind-down.png'),(158,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:2655;s:4:\"file\";s:32:\"2024/01/split-menu-wind-down.png\";s:8:\"filesize\";i:11548;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"split-menu-wind-down-45x300.png\";s:5:\"width\";i:45;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3980;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"split-menu-wind-down-154x1024.png\";s:5:\"width\";i:154;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"split-menu-wind-down-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1398;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"split-menu-wind-down-231x1536.png\";s:5:\"width\";i:231;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22887;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"split-menu-wind-down-309x2048.png\";s:5:\"width\";i:309;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31297;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"split-menu-wind-down-100x664.png\";s:5:\"width\";i:100;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8347;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:32:\"split-menu-wind-down-400x671.png\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5881;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:32:\"split-menu-wind-down-400x671.png\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5881;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,58,'_cs_attachment_import','090066b4f4b65fe4a7efd4e4f025e71d'),(160,59,'_wp_attached_file','2024/01/4-1.jpg'),(161,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2024/01/4-1.jpg\";s:8:\"filesize\";i:31913;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"4-1-150x300.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-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:5613;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"4-1-100x200.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5936;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"4-1-400x671.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26503;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"4-1-400x671.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26503;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(162,60,'_wp_attached_file','2024/01/3-1.jpg'),(163,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2024/01/3-1.jpg\";s:8:\"filesize\";i:31993;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"3-1-150x300.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"3-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:5738;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"3-1-100x200.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6163;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"3-1-400x671.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26660;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"3-1-400x671.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(164,22,'_wp_page_template','template-blank-4.php'),(165,22,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(166,22,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadent Desserts\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Heavenly Raspberry Rose Bliss</strong>s.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Delight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Succumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Beneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"rgb(0, 0, 0)\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Elevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$14\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Immerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"137:full\",\"_modules\":[]}]}]}]}]'),(167,61,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadence\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Mimosa Madness<span>$3</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Yogi Mogi<span>$6</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Daytime Delight<span>$9</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Filling Flapjacks<span>$12</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Skip\'s Scramble<span>$30</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Moscow Mule<span>$7</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Duck Fat Fries<span>$6</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"TV Dinner<span>$14</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Fuji Apple Salad<span>$18</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Wagyu Steak<span>$64</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]}]'),(168,61,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(171,30,'menu-item-anchor_graphic_menu_item_display','on'),(172,30,'menu-item-anchor_graphic_icon','l-hand-pointer'),(173,30,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(174,29,'menu-item-anchor_graphic_menu_item_display','on'),(175,29,'menu-item-anchor_graphic_icon','l-hand-pointer'),(176,29,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(177,31,'menu-item-anchor_graphic_menu_item_display','on'),(178,31,'menu-item-anchor_graphic_icon','l-hand-pointer'),(179,31,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(180,28,'menu-item-anchor_graphic_menu_item_display','on'),(181,28,'menu-item-anchor_graphic_icon','l-hand-pointer'),(182,28,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(183,62,'_cs_states_cache',''),(184,62,'_wp_trash_meta_status','tco-data'),(185,62,'_wp_trash_meta_time','1706046420'),(186,62,'_wp_desired_post_slug','untitled-header-2'),(187,63,'_cs_states_cache',''),(188,64,'_wp_attached_file','2024/01/adventure-ten-logo.png'),(189,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:286;s:6:\"height\";i:156;s:4:\"file\";s:30:\"2024/01/adventure-ten-logo.png\";s:8:\"filesize\";i:3239;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"adventure-ten-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5715;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"adventure-ten-logo-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,64,'_cs_attachment_import','9298f75694d2a6cf9928bbc95e381ac0'),(191,65,'_wp_attached_file','2024/01/adventure-ten-bg.jpg'),(192,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2024/01/adventure-ten-bg.jpg\";s:8:\"filesize\";i:186242;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"adventure-ten-bg-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9227;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"adventure-ten-bg-1024x462.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79814;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"adventure-ten-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6083;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"adventure-ten-bg-768x347.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48364;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"adventure-ten-bg-100x45.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1660;}s:5:\"entry\";a:5:{s:4:\"file\";s:29:\"adventure-ten-bg-1200x542.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104705;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:29:\"adventure-ten-bg-1200x650.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155139;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:29:\"adventure-ten-bg-1200x542.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104705;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:29:\"adventure-ten-bg-1200x650.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155139;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(193,65,'_cs_attachment_import','b57e547037f34ffecf8082ada281d3f3'),(194,66,'_wp_attached_file','2024/01/bridgers-logo.png'),(195,66,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:230;s:6:\"height\";i:68;s:4:\"file\";s:25:\"2024/01/bridgers-logo.png\";s:8:\"filesize\";i:2021;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"bridgers-logo-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1444;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"bridgers-logo-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(196,66,'_cs_attachment_import','10c998fce081b96cac1e77c0c407e7b0'),(197,67,'_wp_attached_file','2024/01/bridgers-bg.jpg'),(198,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:880;s:4:\"file\";s:23:\"2024/01/bridgers-bg.jpg\";s:8:\"filesize\";i:213104;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"bridgers-bg-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13837;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"bridgers-bg-1024x626.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"bridgers-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"bridgers-bg-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77405;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"bridgers-bg-100x61.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2853;}s:5:\"entry\";a:5:{s:4:\"file\";s:24:\"bridgers-bg-1200x733.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178744;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:24:\"bridgers-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164437;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:24:\"bridgers-bg-1200x733.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178744;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:24:\"bridgers-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,67,'_cs_attachment_import','06b9ef8e3048ab464183d54bc1b1edbd'),(200,68,'_cs_template_identifier','element|container'),(201,68,'_cs_template_data','{\"atts\":{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"47:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_direction\":\"h\",\"bg_lower_type\":\"image\",\"bg_upper_type\":\"image\",\"container_bg_advanced\":true,\"container_bg_color\":\"#000000\",\"container_flex\":\"1 0 auto\",\"container_row_flex_justify\":\"center\",\"container_text_align\":\"center\",\"container_z_index\":\"1\",\"effects_opacity\":\"0.975\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_transform\":\"scale(1)\",\"image_object_fit\":\"contain\",\"image_retina\":false,\"image_src\":\"40:full\",\"image_type\":\"scaling\",\"_modules\":[]}]}}'),(202,69,'_wp_attached_file','2024/01/el-rey-bg-lower.jpg'),(203,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1067;s:4:\"file\";s:27:\"2024/01/el-rey-bg-lower.jpg\";s:8:\"filesize\";i:137169;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"el-rey-bg-lower-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5897;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-lower-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77767;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"el-rey-bg-lower-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3646;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"el-rey-bg-lower-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41407;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-lower-1536x854.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171887;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"el-rey-bg-lower-100x56.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1672;}s:5:\"entry\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-lower-1200x667.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108007;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-lower-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108556;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-lower-1200x667.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108007;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-lower-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108556;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(204,69,'_cs_attachment_import','6725ff38ab61126cbf2ce6fb0e182098'),(205,70,'_wp_attached_file','2024/01/el-rey-bg-upper.png'),(206,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2880;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"2024/01/el-rey-bg-upper.png\";s:8:\"filesize\";i:98876;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"el-rey-bg-upper-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8195;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-upper-1024x711.png\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"el-rey-bg-upper-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4631;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"el-rey-bg-upper-768x533.png\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24906;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"el-rey-bg-upper-1536x1067.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1067;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88613;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"el-rey-bg-upper-2048x1422.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1422;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178221;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"el-rey-bg-upper-100x69.png\";s:5:\"width\";i:100;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1916;}s:5:\"entry\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-upper-1200x833.png\";s:5:\"width\";i:1200;s:6:\"height\";i:833;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48555;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-upper-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47431;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-upper-1200x833.png\";s:5:\"width\";i:1200;s:6:\"height\";i:833;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48555;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:28:\"el-rey-bg-upper-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,70,'_cs_attachment_import','71a8bd3929349781a14c20fba7885bd7'),(208,71,'_wp_attached_file','2024/01/kesclin-mckleskin-logo.png'),(209,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:418;s:6:\"height\";i:46;s:4:\"file\";s:34:\"2024/01/kesclin-mckleskin-logo.png\";s:8:\"filesize\";i:3436;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-logo-300x33.png\";s:5:\"width\";i:300;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-logo-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2067;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-logo-100x11.png\";s:5:\"width\";i:100;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,71,'_cs_attachment_import','f1cfda13a8d12048ed3dcb5ce10b8de8'),(211,72,'_wp_attached_file','2024/01/kesclin-mckleskin-bg.jpg'),(212,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:896;s:4:\"file\";s:32:\"2024/01/kesclin-mckleskin-bg.jpg\";s:8:\"filesize\";i:190219;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"kesclin-mckleskin-bg-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9841;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1024x459.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"kesclin-mckleskin-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6084;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"kesclin-mckleskin-bg-768x344.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56174;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1536x688.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247702;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"kesclin-mckleskin-bg-100x45.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2359;}s:5:\"entry\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x538.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153011;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200115;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x538.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153011;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200115;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,72,'_cs_attachment_import','a373e32cf7cc87c7d2675bd0cb901ab1'),(214,73,'_wp_attached_file','2024/01/kesclin-mckleskin-tagline.png'),(215,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:260;s:4:\"file\";s:37:\"2024/01/kesclin-mckleskin-tagline.png\";s:8:\"filesize\";i:24569;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"kesclin-mckleskin-tagline-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15111;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1024x216.png\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"kesclin-mckleskin-tagline-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9410;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"kesclin-mckleskin-tagline-768x162.png\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44236;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"kesclin-mckleskin-tagline-100x21.png\";s:5:\"width\";i:100;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3123;}s:5:\"entry\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x253.png\";s:5:\"width\";i:1200;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72484;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x260.png\";s:5:\"width\";i:1200;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65525;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x253.png\";s:5:\"width\";i:1200;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72484;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x260.png\";s:5:\"width\";i:1200;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(216,73,'_cs_attachment_import','4d5350ce04d316cfc22a07291aab1dac'),(217,74,'_wp_attached_file','2024/01/wanderlust-logo.png'),(218,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:27:\"2024/01/wanderlust-logo.png\";s:8:\"filesize\";i:1607;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,74,'_cs_attachment_import','3d8413f55fceea429a30abc2e0fc2178'),(220,75,'_wp_attached_file','2024/01/wanderlust-nw.jpg'),(221,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:724;s:6:\"height\";i:832;s:4:\"file\";s:25:\"2024/01/wanderlust-nw.jpg\";s:8:\"filesize\";i:29150;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"wanderlust-nw-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"wanderlust-nw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4534;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"wanderlust-nw-100x115.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2695;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:25:\"wanderlust-nw-724x671.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31473;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:25:\"wanderlust-nw-724x671.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31473;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(222,75,'_cs_attachment_import','e595934e7bb02f2c18d6acb5b17f30a8'),(223,76,'_wp_attached_file','2024/01/wanderlust-sw.jpg'),(224,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:724;s:6:\"height\";i:576;s:4:\"file\";s:25:\"2024/01/wanderlust-sw.jpg\";s:8:\"filesize\";i:39541;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"wanderlust-sw-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"wanderlust-sw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6208;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"wanderlust-sw-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(225,76,'_cs_attachment_import','5986c37195af648836795b70f7bcf7cc'),(226,77,'_wp_attached_file','2024/01/wanderlust-c.jpg'),(227,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1160;s:6:\"height\";i:1792;s:4:\"file\";s:24:\"2024/01/wanderlust-c.jpg\";s:8:\"filesize\";i:185797;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"wanderlust-c-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10011;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"wanderlust-c-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"wanderlust-c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"wanderlust-c-768x1186.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132702;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"wanderlust-c-994x1536.jpg\";s:5:\"width\";i:994;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211871;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"wanderlust-c-100x154.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3452;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:25:\"wanderlust-c-1160x671.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83524;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:25:\"wanderlust-c-1160x671.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,77,'_cs_attachment_import','e6bceb4d57abbe6844cb1c6e1e2087b8'),(229,78,'_wp_attached_file','2024/01/wanderlust-ne.jpg'),(230,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:724;s:6:\"height\";i:576;s:4:\"file\";s:25:\"2024/01/wanderlust-ne.jpg\";s:8:\"filesize\";i:48266;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"wanderlust-ne-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"wanderlust-ne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5908;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"wanderlust-ne-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(231,78,'_cs_attachment_import','69753dad7b421e2a6ed5361053072f8e'),(232,79,'_wp_attached_file','2024/01/wanderlust-se.jpg'),(233,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:724;s:6:\"height\";i:832;s:4:\"file\";s:25:\"2024/01/wanderlust-se.jpg\";s:8:\"filesize\";i:59102;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"wanderlust-se-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"wanderlust-se-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5295;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"wanderlust-se-100x115.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3228;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:25:\"wanderlust-se-724x671.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58349;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:25:\"wanderlust-se-724x671.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58349;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,79,'_cs_attachment_import','abcb2d78cd39f587acaba7dbc9fb1492'),(235,80,'_wp_attached_file','2024/01/wanderlust-arrow.png'),(236,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:16;s:6:\"height\";i:181;s:4:\"file\";s:28:\"2024/01/wanderlust-arrow.png\";s:8:\"filesize\";i:265;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"wanderlust-arrow-16x150.png\";s:5:\"width\";i:16;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,80,'_cs_attachment_import','7ece90ff860c55fe671eb3b896cae399'),(238,81,'_wp_attached_file','2024/01/tophat-security-logo-sm.png'),(239,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:54;s:4:\"file\";s:35:\"2024/01/tophat-security-logo-sm.png\";s:8:\"filesize\";i:659;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(240,81,'_cs_attachment_import','d685ed20f18e99c324380749229874d1'),(241,82,'_wp_attached_file','2024/01/tophat-security-logo-lg.png'),(242,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:424;s:6:\"height\";i:54;s:4:\"file\";s:35:\"2024/01/tophat-security-logo-lg.png\";s:8:\"filesize\";i:2859;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"tophat-security-logo-lg-300x38.png\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"tophat-security-logo-lg-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2729;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"tophat-security-logo-lg-100x13.png\";s:5:\"width\";i:100;s:6:\"height\";i:13;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(243,82,'_cs_attachment_import','6dff3852ff753b6416be3e78c8ab3e12'),(244,83,'_wp_attached_file','2024/01/osborne-optics-bg.jpg'),(245,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:880;s:4:\"file\";s:29:\"2024/01/osborne-optics-bg.jpg\";s:8:\"filesize\";i:262962;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"osborne-optics-bg-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12739;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"osborne-optics-bg-1024x626.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89293;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"osborne-optics-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6720;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"osborne-optics-bg-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55332;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"osborne-optics-bg-100x61.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2324;}s:5:\"entry\";a:5:{s:4:\"file\";s:30:\"osborne-optics-bg-1200x733.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116712;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:30:\"osborne-optics-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106745;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:30:\"osborne-optics-bg-1200x733.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116712;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:30:\"osborne-optics-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106745;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(246,83,'_cs_attachment_import','c240417e108a04dff131b0a63b53a78d'),(247,84,'_wp_attached_file','2024/01/osborne-optics-logo.png'),(248,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:688;s:6:\"height\";i:460;s:4:\"file\";s:31:\"2024/01/osborne-optics-logo.png\";s:8:\"filesize\";i:13318;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"osborne-optics-logo-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"osborne-optics-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7279;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"osborne-optics-logo-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,84,'_cs_attachment_import','189ee3e7d19cc1d575108a09a1eaf302'),(250,85,'_wp_attached_file','2024/01/like-you-mean-it-logo.png'),(251,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:92;s:6:\"height\";i:76;s:4:\"file\";s:33:\"2024/01/like-you-mean-it-logo.png\";s:8:\"filesize\";i:1158;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(252,85,'_cs_attachment_import','4956f676d38b0b53cb1d2cd408b65901'),(253,86,'_wp_attached_file','2024/01/fashionista-bg-pattern.png'),(254,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:199;s:4:\"file\";s:34:\"2024/01/fashionista-bg-pattern.png\";s:8:\"filesize\";i:706;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"fashionista-bg-pattern-100x150.png\";s:5:\"width\";i:100;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:837;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,86,'_cs_attachment_import','712c867bed5e64f9a21189bbcd1f7b4f'),(256,87,'_wp_attached_file','2024/01/fashionista-hero-scaled-1.jpg'),(257,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2041;s:6:\"height\";i:2560;s:4:\"file\";s:37:\"2024/01/fashionista-hero-scaled-1.jpg\";s:8:\"filesize\";i:385992;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"fashionista-hero-scaled-1-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12201;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"fashionista-hero-scaled-1-816x1024.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"fashionista-hero-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5413;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"fashionista-hero-scaled-1-768x963.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78940;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"fashionista-hero-scaled-1-1225x1536.jpg\";s:5:\"width\";i:1225;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167851;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:39:\"fashionista-hero-scaled-1-1633x2048.jpg\";s:5:\"width\";i:1633;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262252;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"fashionista-hero-scaled-1-100x125.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3782;}s:5:\"entry\";a:5:{s:4:\"file\";s:39:\"fashionista-hero-scaled-1-1200x1505.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1505;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161997;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:38:\"fashionista-hero-scaled-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77212;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:39:\"fashionista-hero-scaled-1-1200x1505.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1505;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161997;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:38:\"fashionista-hero-scaled-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77212;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(258,87,'_cs_attachment_import','6336698e6601b8c2edc913a5c6b32fa0'),(259,88,'_wp_attached_file','2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1.png'),(260,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:114:\"2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1.png\";s:8:\"filesize\";i:1639074;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42135;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:805007;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20229;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:115:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115014;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:115:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115014;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(261,89,'_wp_attached_file','2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1.png'),(262,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:116:\"2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1.png\";s:8:\"filesize\";i:1639074;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:116:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:116:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42135;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:116:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:805007;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:116:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20229;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:117:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115014;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:117:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115014;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,90,'_wp_attached_file','2024/01/eatcake.mp4'),(264,90,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:2534960;s:8:\"filesize\";i:1590100;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:5;s:16:\"length_formatted\";s:4:\"0:05\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(265,91,'_wp_attached_file','2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04.png'),(266,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04.png\";s:8:\"filesize\";i:1639074;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42135;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:805007;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20229;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115014;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115014;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(267,92,'_wp_attached_file','2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1.png'),(268,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:114:\"2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1.png\";s:8:\"filesize\";i:1636156;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139290;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39565;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:790763;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:114:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19006;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:115:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1093002;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:115:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1093002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(269,93,'_wp_attached_file','2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e.png'),(270,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e.png\";s:8:\"filesize\";i:1636156;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139290;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39565;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:790763;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19006;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1093002;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1093002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(271,94,'_wp_attached_file','2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b.png'),(272,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b.png\";s:8:\"filesize\";i:1637446;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39557;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:790360;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19021;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1096198;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1096198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(273,95,'_wp_attached_file','2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7.png'),(274,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7.png\";s:8:\"filesize\";i:1671244;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44071;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:821560;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21285;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1072619;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1072619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,96,'_wp_attached_file','2024/01/Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f.png'),(276,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f.png\";s:8:\"filesize\";i:1561327;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:770208;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20613;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1075416;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1075416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(277,97,'_wp_attached_file','2024/01/cake1.jpg'),(278,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2024/01/cake1.jpg\";s:8:\"filesize\";i:193191;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"cake1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27234;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"cake1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171917;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"cake1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11143;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"cake1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109913;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"cake1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7651;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:18:\"cake1-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133519;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:18:\"cake1-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133519;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(279,98,'_wp_attached_file','2024/01/cake2.jpg'),(280,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2024/01/cake2.jpg\";s:8:\"filesize\";i:160646;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"cake2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21548;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"cake2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143897;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"cake2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7999;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"cake2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90885;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"cake2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4983;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:18:\"cake2-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118772;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:18:\"cake2-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118772;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(283,99,'_cs_template_identifier','element|bar'),(284,99,'_cs_template_data','{\"atts\":{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"bar_base_font_size\":\"16px\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"#000000\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"0em\",\"bar_padding\":\"!0em\",\"bar_scroll_allowed\":false,\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bar_z_index\":\"9998\",\"bg_lower_image\":\"https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fashionista-bg-pattern.png\",\"bg_lower_image_position\":\"calc(0% - 1px) 50%\",\"bg_lower_image_repeat\":\"repeat\",\"bg_lower_image_size\":\"100px 199px\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(0, 0, 0, 0.66)\",\"bg_upper_type\":\"color\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_label\":\"Container\",\"_m\":{\"e\":2},\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 1 auto\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"2.5em 1fr 2.5em\",\"3em 1fr 3em\",null,null,null],\"layout_grid_template_rows\":[\"20vmin auto 7em auto 20vmin\",\"15vmin auto 6em auto 15vmin\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_lg\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_md\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_sm\":\"3em 1fr 3em\",\"layout_grid_template_columns_xl\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_xs\":\"2.5em 1fr 2.5em\",\"layout_grid_template_rows\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_lg\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_md\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_sm\":\"15vmin auto 6em auto 15vmin\",\"layout_grid_template_rows_xl\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_xs\":\"20vmin auto 7em auto 20vmin\",\"layout_grid_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,2,null,null,null],\"layout_cell_column_end\":[null,3,null,null,null],\"layout_cell_row_start\":[null,2,null,null,null],\"layout_cell_row_end\":[null,4,null,null,null]},\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_mix_blend_mode\":\"screen\",\"layout_cell_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":3,\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":3,\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":2,\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":2,\"layout_cell_flexbox\":true,\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":4,\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":4,\"layout_cell_row_start\":\"3\",\"layout_cell_row_start_lg\":\"3\",\"layout_cell_row_start_md\":\"3\",\"layout_cell_row_start_sm\":2,\"layout_cell_row_start_xl\":\"3\",\"layout_cell_row_start_xs\":2,\"layout_cell_z_index\":\"3\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"400ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"12px\",\"text_content\":\"What\'s your Desire?\",\"text_font_family\":\"google:mulish\",\"text_font_weight\":\"700\",\"text_letter_spacing\":\"0.64em\",\"text_line_height\":\"3\",\"text_max_width\":\"13em\",\"text_tag\":\"h2\",\"text_text_color\":\"#898989\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"1000ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"calc(24px + 8.5vmin)\",\"text_content\":\"Where you can have your cake and eat it too...\",\"text_font_family\":\"google:cormorant\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.25\",\"text_margin\":\"0.327em 0em 0em 0em\",\"text_max_width\":\"9em\",\"text_text_color\":\"#ffffff\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,1,null,null,null],\"layout_cell_column_end\":[null,4,null,null,null],\"layout_cell_row_start\":[null,3,null,null,null],\"layout_cell_row_end\":[null,7,null,null,null]},\"_label\":\"Hero\",\"_m\":{\"e\":1},\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1, 1, 1) rotateZ(7deg)\",\"effects_transform_exit\":\"scale3d(1.05, 1.05, 1) rotateZ(0deg)\",\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#000000\",\"layout_cell_border_color_alt\":\"#000000\",\"layout_cell_border_width\":\"!1em\",\"layout_cell_box_shadow_color\":\"#454545\",\"layout_cell_box_shadow_dimensions\":\"0px 0px 0px 1px\",\"layout_cell_column_end\":5,\"layout_cell_column_end_lg\":5,\"layout_cell_column_end_md\":5,\"layout_cell_column_end_sm\":4,\"layout_cell_column_end_xl\":5,\"layout_cell_column_end_xs\":4,\"layout_cell_column_start\":3,\"layout_cell_column_start_lg\":3,\"layout_cell_column_start_md\":3,\"layout_cell_column_start_sm\":1,\"layout_cell_column_start_xl\":3,\"layout_cell_column_start_xs\":1,\"layout_cell_height\":\"100vh\",\"layout_cell_min_height\":\"720px\",\"layout_cell_padding\":\"calc(0.5em + 2vmin)\",\"layout_cell_row_end\":6,\"layout_cell_row_end_lg\":6,\"layout_cell_row_end_md\":6,\"layout_cell_row_end_sm\":7,\"layout_cell_row_end_xl\":6,\"layout_cell_row_end_xs\":7,\"layout_cell_row_start\":1,\"layout_cell_row_start_lg\":1,\"layout_cell_row_start_md\":1,\"layout_cell_row_start_sm\":3,\"layout_cell_row_start_xl\":1,\"layout_cell_row_start_xs\":3,\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_display\":\"block\",\"image_height\":3512,\"image_inner_border_radius\":\"!1px\",\"image_object_fit\":\"cover\",\"image_outer_border_radius\":\"!1px\",\"image_src\":\"98:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":2800,\"_modules\":[]}]}]}]}]}}'),(285,63,'_wp_trash_meta_status','tco-data'),(286,63,'_wp_trash_meta_time','1706215678'),(287,63,'_wp_desired_post_slug','untitled-header-2'),(288,100,'_wp_attached_file','2024/01/Sweet-desires-lounge-website-elements-scaled.jpg'),(289,100,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:56:\"2024/01/Sweet-desires-lounge-website-elements-scaled.jpg\";s:8:\"filesize\";i:460122;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Sweet-desires-lounge-website-elements-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16844;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Sweet-desires-lounge-website-elements-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Sweet-desires-lounge-website-elements-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9327;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Sweet-desires-lounge-website-elements-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71252;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Sweet-desires-lounge-website-elements-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211713;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Sweet-desires-lounge-website-elements-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329592;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:48:\"Sweet-desires-lounge-website-elements-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4106;}s:5:\"entry\";a:5:{s:4:\"file\";s:50:\"Sweet-desires-lounge-website-elements-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144936;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:50:\"Sweet-desires-lounge-website-elements-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155849;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:50:\"Sweet-desires-lounge-website-elements-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144936;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:50:\"Sweet-desires-lounge-website-elements-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:41:\"Sweet-desires-lounge-website-elements.jpg\";}'),(290,101,'_wp_attached_file','2024/01/gil-scaled.jpg'),(291,101,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2024/01/gil-scaled.jpg\";s:8:\"filesize\";i:464679;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"gil-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16215;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"gil-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"gil-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"gil-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70459;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"gil-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213183;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"gil-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332310;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"gil-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3962;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"gil-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145398;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"gil-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154270;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"gil-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145398;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"gil-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154270;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"gil.jpg\";}'),(292,102,'_wp_attached_file','2024/01/gg-scaled.jpg'),(293,102,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/01/gg-scaled.jpg\";s:8:\"filesize\";i:187147;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"gg-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8488;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"gg-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53441;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"gg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"gg-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35380;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"gg-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92828;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"gg-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137309;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"gg-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2754;}s:5:\"entry\";a:5:{s:4:\"file\";s:15:\"gg-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66885;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"gg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71800;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:15:\"gg-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66885;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"gg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71800;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:6:\"gg.jpg\";}'),(294,103,'_wp_attached_file','2024/01/gg1-scaled.jpg'),(295,103,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2024/01/gg1-scaled.jpg\";s:8:\"filesize\";i:466037;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"gg1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11509;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"gg1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"gg1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"gg1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59163;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"gg1-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210501;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"gg1-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334360;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"gg1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3273;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"gg1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137699;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"gg1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154584;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137699;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"gg1.jpg\";}'),(296,104,'_cs_template_identifier','element|bar'),(297,104,'_cs_template_data','{\"atts\":{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"bar_base_font_size\":\"16px\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"#000000\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"0em\",\"bar_padding\":\"!0em\",\"bar_scroll_allowed\":false,\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bar_z_index\":\"9998\",\"bg_lower_image\":\"https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fashionista-bg-pattern.png\",\"bg_lower_image_position\":\"calc(0% - 1px) 50%\",\"bg_lower_image_repeat\":\"repeat\",\"bg_lower_image_size\":\"100px 199px\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(0, 0, 0, 0.66)\",\"bg_upper_type\":\"color\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_label\":\"Container\",\"_m\":{\"e\":2},\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 1 auto\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"2.5em 1fr 2.5em\",\"3em 1fr 3em\",null,null,null],\"layout_grid_template_rows\":[\"20vmin auto 7em auto 20vmin\",\"15vmin auto 6em auto 15vmin\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_lg\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_md\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_sm\":\"3em 1fr 3em\",\"layout_grid_template_columns_xl\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_xs\":\"2.5em 1fr 2.5em\",\"layout_grid_template_rows\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_lg\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_md\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_sm\":\"15vmin auto 6em auto 15vmin\",\"layout_grid_template_rows_xl\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_xs\":\"20vmin auto 7em auto 20vmin\",\"layout_grid_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,2,null,null,null],\"layout_cell_column_end\":[null,3,null,null,null],\"layout_cell_row_start\":[null,2,null,null,null],\"layout_cell_row_end\":[null,4,null,null,null]},\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_mix_blend_mode\":\"screen\",\"layout_cell_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":3,\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":3,\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":2,\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":2,\"layout_cell_flexbox\":true,\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":4,\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":4,\"layout_cell_row_start\":\"3\",\"layout_cell_row_start_lg\":\"3\",\"layout_cell_row_start_md\":\"3\",\"layout_cell_row_start_sm\":2,\"layout_cell_row_start_xl\":\"3\",\"layout_cell_row_start_xs\":2,\"layout_cell_z_index\":\"3\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"400ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"12px\",\"text_content\":\"What\'s your Desire?\",\"text_font_family\":\"google:mulish\",\"text_font_weight\":\"700\",\"text_letter_spacing\":\"0.64em\",\"text_line_height\":\"3\",\"text_max_width\":\"13em\",\"text_tag\":\"h2\",\"text_text_color\":\"#898989\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"1000ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"calc(24px + 8.5vmin)\",\"text_content\":\"Where you can have your cake and eat it too...\",\"text_font_family\":\"google:cormorant\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.25\",\"text_margin\":\"0.327em 0em 0em 0em\",\"text_max_width\":\"9em\",\"text_text_color\":\"#ffffff\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,1,null,null,null],\"layout_cell_column_end\":[null,4,null,null,null],\"layout_cell_row_start\":[null,3,null,null,null],\"layout_cell_row_end\":[null,7,null,null,null]},\"_label\":\"Hero\",\"_m\":{\"e\":1},\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1, 1, 1) rotateZ(7deg)\",\"effects_transform_exit\":\"scale3d(1.05, 1.05, 1) rotateZ(0deg)\",\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#000000\",\"layout_cell_border_color_alt\":\"#000000\",\"layout_cell_border_width\":\"!1em\",\"layout_cell_box_shadow_color\":\"#454545\",\"layout_cell_box_shadow_dimensions\":\"0px 0px 0px 1px\",\"layout_cell_column_end\":5,\"layout_cell_column_end_lg\":5,\"layout_cell_column_end_md\":5,\"layout_cell_column_end_sm\":4,\"layout_cell_column_end_xl\":5,\"layout_cell_column_end_xs\":4,\"layout_cell_column_start\":3,\"layout_cell_column_start_lg\":3,\"layout_cell_column_start_md\":3,\"layout_cell_column_start_sm\":1,\"layout_cell_column_start_xl\":3,\"layout_cell_column_start_xs\":1,\"layout_cell_height\":\"100vh\",\"layout_cell_min_height\":\"720px\",\"layout_cell_padding\":\"calc(0.5em + 2vmin)\",\"layout_cell_row_end\":6,\"layout_cell_row_end_lg\":6,\"layout_cell_row_end_md\":6,\"layout_cell_row_end_sm\":7,\"layout_cell_row_end_xl\":6,\"layout_cell_row_end_xs\":7,\"layout_cell_row_start\":1,\"layout_cell_row_start_lg\":1,\"layout_cell_row_start_md\":1,\"layout_cell_row_start_sm\":3,\"layout_cell_row_start_xl\":1,\"layout_cell_row_start_xs\":3,\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_display\":\"block\",\"image_height\":3512,\"image_inner_border_radius\":\"!1px\",\"image_object_fit\":\"cover\",\"image_outer_border_radius\":\"!1px\",\"image_src\":\"98:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":2800,\"_modules\":[]}]}]}]}]}}'),(299,105,'_wp_attached_file','2024/01/gg3-scaled.jpg'),(300,105,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2024/01/gg3-scaled.jpg\";s:8:\"filesize\";i:268146;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"gg3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9700;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"gg3-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"gg3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"gg3-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41348;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"gg3-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127389;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"gg3-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194662;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"gg3-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3075;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"gg3-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87539;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"gg3-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95377;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg3-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87539;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg3-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"gg3.jpg\";}'),(301,106,'_wp_attached_file','2024/01/gg4-scaled.jpg'),(302,106,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2024/01/gg4-scaled.jpg\";s:8:\"filesize\";i:413980;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"gg4-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14807;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"gg4-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"gg4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"gg4-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61848;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"gg4-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185164;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"gg4-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291815;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"gg4-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3864;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"gg4-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125622;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"gg4-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132667;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg4-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125622;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg4-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132667;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"gg4.jpg\";}'),(303,107,'_wp_attached_file','2024/01/gg5-scaled.jpg'),(304,107,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2024/01/gg5-scaled.jpg\";s:8:\"filesize\";i:258251;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"gg5-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6980;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"gg5-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"gg5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"gg5-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31757;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"gg5-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114048;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"gg5-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183348;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"gg5-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2762;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"gg5-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73831;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"gg5-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85480;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg5-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73831;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"gg5-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85480;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"gg5.jpg\";}'),(307,108,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9.png'),(308,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:105:\"2024/01/Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9.png\";s:8:\"filesize\";i:1363648;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:672428;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18494;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:106:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:869109;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:106:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:869109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(309,109,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923.png'),(310,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:105:\"2024/01/Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923.png\";s:8:\"filesize\";i:1496047;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119351;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34929;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:692797;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:105:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17141;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:106:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:949010;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:106:\"Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:949010;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(311,110,'_cornerstone_data','[]'),(312,110,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(313,111,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"2.5em 1fr 2.5em\",\"3em 1fr 3em\",null,null,null],\"layout_grid_template_rows\":[\"20vmin auto 7em auto 20vmin\",\"15vmin auto 6em auto 15vmin\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_lower_image\":\"109:full\",\"bg_lower_type\":\"image\",\"layout_grid_bg_advanced\":true,\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_lg\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_md\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_sm\":\"3em 1fr 3em\",\"layout_grid_template_columns_xl\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_xs\":\"2.5em 1fr 2.5em\",\"layout_grid_template_rows\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_lg\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_md\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_sm\":\"15vmin auto 6em auto 15vmin\",\"layout_grid_template_rows_xl\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_xs\":\"20vmin auto 7em auto 20vmin\",\"layout_grid_width\":\"100%\",\"layout_grid_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,2,null,null,null],\"layout_cell_column_end\":[null,3,null,null,null],\"layout_cell_row_start\":[null,2,null,null,null],\"layout_cell_row_end\":[null,4,null,null,null]},\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_mix_blend_mode\":\"screen\",\"layout_cell_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":3,\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":3,\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":2,\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":2,\"layout_cell_flexbox\":true,\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":4,\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":4,\"layout_cell_row_start\":\"3\",\"layout_cell_row_start_lg\":\"3\",\"layout_cell_row_start_md\":\"3\",\"layout_cell_row_start_sm\":2,\"layout_cell_row_start_xl\":\"3\",\"layout_cell_row_start_xs\":2,\"layout_cell_z_index\":\"3\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"400ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"12px\",\"text_content\":\"What\'s your Desire?\",\"text_font_family\":\"google:mulish\",\"text_font_weight\":\"700\",\"text_letter_spacing\":\"0.64em\",\"text_line_height\":\"3\",\"text_max_width\":\"13em\",\"text_tag\":\"h2\",\"text_text_color\":\"#898989\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"1000ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"calc(24px + 8.5vmin)\",\"text_content\":\"Where you can have your cake and eat it too...\",\"text_font_family\":\"google:cormorant\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.25\",\"text_margin\":\"0.327em 0em 0em 0em\",\"text_max_width\":\"9em\",\"text_text_color\":\"#ffffff\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,1,null,null,null],\"layout_cell_column_end\":[null,4,null,null,null],\"layout_cell_row_start\":[null,3,null,null,null],\"layout_cell_row_end\":[null,7,null,null,null]},\"_label\":\"Hero\",\"_m\":{\"e\":1},\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1, 1, 1) rotateZ(7deg)\",\"effects_transform_exit\":\"scale3d(1.05, 1.05, 1) rotateZ(0deg)\",\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#000000\",\"layout_cell_border_color_alt\":\"#000000\",\"layout_cell_border_width\":\"!1em\",\"layout_cell_box_shadow_color\":\"#454545\",\"layout_cell_box_shadow_dimensions\":\"0px 0px 0px 1px\",\"layout_cell_column_end\":5,\"layout_cell_column_end_lg\":5,\"layout_cell_column_end_md\":5,\"layout_cell_column_end_sm\":4,\"layout_cell_column_end_xl\":5,\"layout_cell_column_end_xs\":4,\"layout_cell_column_start\":3,\"layout_cell_column_start_lg\":3,\"layout_cell_column_start_md\":3,\"layout_cell_column_start_sm\":1,\"layout_cell_column_start_xl\":3,\"layout_cell_column_start_xs\":1,\"layout_cell_height\":\"100vh\",\"layout_cell_min_height\":\"720px\",\"layout_cell_padding\":\"calc(0.5em + 2vmin)\",\"layout_cell_row_end\":6,\"layout_cell_row_end_lg\":6,\"layout_cell_row_end_md\":6,\"layout_cell_row_end_sm\":7,\"layout_cell_row_end_xl\":6,\"layout_cell_row_end_xs\":7,\"layout_cell_row_start\":1,\"layout_cell_row_start_lg\":1,\"layout_cell_row_start_md\":1,\"layout_cell_row_start_sm\":3,\"layout_cell_row_start_xl\":1,\"layout_cell_row_start_xs\":3,\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_display\":\"block\",\"image_height\":3512,\"image_inner_border_radius\":\"!1px\",\"image_object_fit\":\"cover\",\"image_outer_border_radius\":\"!1px\",\"image_src\":\"98:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":2800,\"_modules\":[]}]}]}]}]'),(314,111,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(316,112,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc.png'),(317,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc.png\";s:8:\"filesize\";i:1869315;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:904095;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20076;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1211854;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1211854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(319,51,'_edit_lock','1706287435:2'),(320,51,'_edit_last','2'),(321,30,'_wp_old_date','2024-01-23'),(322,29,'_wp_old_date','2024-01-23'),(323,31,'_wp_old_date','2024-01-23'),(324,28,'_wp_old_date','2024-01-23'),(325,113,'_wp_attached_file','2024/01/motivational-hero-video-bg-1.jpg'),(326,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2024/01/motivational-hero-video-bg-1.jpg\";s:8:\"filesize\";i:120218;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"motivational-hero-video-bg-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7271;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"motivational-hero-video-bg-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"motivational-hero-video-bg-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:3458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"motivational-hero-video-bg-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25583;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"motivational-hero-video-bg-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74662;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"motivational-hero-video-bg-1-100x56.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1729;}s:5:\"entry\";a:5:{s:4:\"file\";s:41:\"motivational-hero-video-bg-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50698;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:41:\"motivational-hero-video-bg-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50206;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:41:\"motivational-hero-video-bg-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50698;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:41:\"motivational-hero-video-bg-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(327,113,'_cs_attachment_import','5a05060d6fb8fe563fd8bdbc09f4306e'),(328,114,'_wp_attached_file','2024/01/easel-and-brush-01.jpg'),(329,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:2400;s:4:\"file\";s:30:\"2024/01/easel-and-brush-01.jpg\";s:8:\"filesize\";i:250222;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"easel-and-brush-01-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18963;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-01-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155127;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"easel-and-brush-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7523;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-01-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155127;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-01-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:310421;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-01-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:493103;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"easel-and-brush-01-100x133.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5321;}s:5:\"entry\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-01-1200x1600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328767;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-01-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155009;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-01-1200x1600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328767;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-01-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155009;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(330,114,'_cs_attachment_import','4214d168eb58ef31e9d981c9e4afd2d2'),(331,115,'_wp_attached_file','2024/01/easel-and-brush-02.jpg'),(332,115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:2400;s:4:\"file\";s:30:\"2024/01/easel-and-brush-02.jpg\";s:8:\"filesize\";i:295996;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"easel-and-brush-02-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17294;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-02-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164419;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"easel-and-brush-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7429;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-02-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164419;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-02-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:354808;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-02-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:580131;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"easel-and-brush-02-100x133.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5074;}s:5:\"entry\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-02-1200x1600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:378567;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-02-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156571;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:32:\"easel-and-brush-02-1200x1600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:378567;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:31:\"easel-and-brush-02-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,115,'_cs_attachment_import','9144ef1151e8ab81320db2657ac157df'),(334,116,'_wp_attached_file','2024/01/bra-scaled.jpg'),(335,116,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2024/01/bra-scaled.jpg\";s:8:\"filesize\";i:233564;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"bra-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10822;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"bra-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63063;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"bra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"bra-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41281;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"bra-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113516;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"bra-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170375;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"bra-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3329;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"bra-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79992;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"bra-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86681;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"bra-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79992;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"bra-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"bra.jpg\";}'),(336,117,'_wp_attached_file','2024/01/pet.jpg'),(337,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2024/01/pet.jpg\";s:8:\"filesize\";i:143734;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"pet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24563;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"pet-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"pet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11205;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"pet-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83536;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"pet-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7911;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"pet-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106701;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"pet-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(338,20,'_wp_page_template','template-blank-4.php'),(339,20,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(340,20,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Galleries\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#000000\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_padding\":\"0.299em 0px 0em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_max_width\":\"9em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"84%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Where\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#e9e9e9\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Luxury\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#6a406f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&amp;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f1f1f1\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Decadance\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f6f6f6\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"meets\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f0f0f0\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Dessert\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#673e6c\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"116:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"120%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(185, 163, 175, 0.35)\",\"bg_upper_type\":\"color\",\"hide_login\":\"\",\"section_bg_advanced\":true,\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0%\",\"section_padding\":\"calc(3em + 7.5%) 5% calc(3em + 7.5%) 5%\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Motivational Hero Video\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"title\":\"\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"116:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"66.66% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.</p>\\n<p><strong>Our Philosophy:</strong> At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.</p>\\n<p><strong>The Sweet Desires Experience:</strong> Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.</p>\\n<p><strong>Special Events:</strong> Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.</p>\\n<p>Welcome to Sweet Desires, where every visit is an affair of the sweetest kind.</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"91:full\",\"_modules\":[]}]}]}]}]'),(341,118,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"116:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"120%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(185, 163, 175, 0.35)\",\"bg_upper_type\":\"color\",\"hide_login\":\"\",\"section_bg_advanced\":true,\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0%\",\"section_padding\":\"calc(3em + 7.5%) 5% calc(3em + 7.5%) 5%\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Motivational Hero Video\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"title\":\"\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"116:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Galleries\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#000000\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_padding\":\"1.25em 0px 0em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_max_width\":\"9em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"84%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Where\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#e9e9e9\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Luxury\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#6a406f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&amp;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f1f1f1\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Decadance\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f6f6f6\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"meets\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f0f0f0\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Dessert\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#673e6c\",\"_modules\":[]}]}]},{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"0em 1fr 0em\",\"0.25em 1fr 0.25em\",\"1em 1fr 1em\",null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"effects_transform\":\"translate3d(0, 0, 0)\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0.2em\",\"layout_grid_gap_row\":\"1em\",\"layout_grid_margin\":\"-0.409em auto -0.8em auto\",\"layout_grid_max_width\":\"13em\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 1fr\",\"layout_grid_template_columns_lg\":\"1fr 1fr\",\"layout_grid_template_columns_md\":\"1em 1fr 1em\",\"layout_grid_template_columns_sm\":\"0.25em 1fr 0.25em\",\"layout_grid_template_columns_xl\":\"1fr 1fr\",\"layout_grid_template_columns_xs\":\"0em 1fr 0em\",\"layout_grid_width\":\"92%\",\"layout_grid_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,null,\"1\",null,null],\"layout_cell_column_end\":[null,null,\"3\",null,null],\"layout_cell_row_start\":[null,null,\"\",null,null],\"layout_cell_row_end\":[null,null,\"\",null,null]},\"_label\":\"Artist 01\",\"_m\":{\"e\":1},\"bg_lower_img_alt\":\"Michelangelo\",\"bg_lower_img_src\":\"https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/easel-and-brush-01.jpg\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"121%\",\"bg_lower_type\":\"img\",\"effects_alt\":true,\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_filter\":\"contrast(106%)\",\"effects_filter_alt\":\"contrast(133%)\",\"effects_filter_enter\":\"contrast(106%)\",\"effects_filter_exit\":\"contrast(106%)\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_opacity\":\"0.77\",\"effects_opacity_enter\":\"0.77\",\"effects_provider\":true,\"effects_provider_targets\":\"effects particles\",\"effects_scroll\":true,\"effects_transform_alt\":\"translate(0, -0.44vmin)\",\"effects_transform_enter\":\"translate(0, 0)\",\"effects_transform_exit\":\"translate(0, -4vmin)\",\"layout_cell_base_font_size\":\"14px\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#161010\",\"layout_cell_border_radius\":\"4px\",\"layout_cell_box_shadow_color\":\"rgba(22, 16, 16, 0.22)\",\"layout_cell_box_shadow_color_alt\":\"rgba(22, 16, 16, 0.33)\",\"layout_cell_box_shadow_dimensions\":\"0em 0.85em 2.35em 0em\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_align\":\"stretch\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flex_wrap\":false,\"layout_cell_flexbox\":true,\"layout_cell_height\":\"88vmin\",\"layout_cell_href\":\"#\",\"layout_cell_max_height\":\"900px\",\"layout_cell_min_height\":\"420px\",\"layout_cell_padding\":\"calc(1em + 2vmin)\",\"layout_cell_row_end\":\"span 4\",\"layout_cell_row_end_lg\":\"span 4\",\"layout_cell_row_end_xl\":\"span 4\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_tag\":\"a\",\"layout_cell_z_index\":\"1\",\"_modules\":[]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,null,\"2\",null,null],\"layout_cell_column_end\":[null,null,\"4\",null,null],\"layout_cell_row_start\":[null,null,\"\",null,null],\"layout_cell_row_end\":[null,null,\"\",null,null]},\"_label\":\"Artist 02\",\"_m\":{\"e\":1},\"bg_lower_img_alt\":\"Walter Langley\",\"bg_lower_img_src\":\"117:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"132%\",\"bg_lower_type\":\"img\",\"effects_alt\":true,\"effects_delay_scroll\":\"888ms\",\"effects_duration\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_filter\":\"contrast(106%)\",\"effects_filter_alt\":\"contrast(133%)\",\"effects_filter_enter\":\"contrast(106%)\",\"effects_filter_exit\":\"contrast(106%)\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_opacity\":\"0.77\",\"effects_opacity_enter\":\"0.77\",\"effects_provider\":true,\"effects_provider_targets\":\"effects particles\",\"effects_scroll\":true,\"effects_transform_alt\":\"translate(0, -0.44vmin)\",\"effects_transform_enter\":\"translate(0, 0)\",\"effects_transform_exit\":\"translate(0, -4vmin)\",\"layout_cell_base_font_size\":\"14px\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#161010\",\"layout_cell_border_color_alt\":\"transparent\",\"layout_cell_border_radius\":\"4px\",\"layout_cell_box_shadow_color\":\"rgba(22, 16, 16, 0.22)\",\"layout_cell_box_shadow_color_alt\":\"rgba(22, 16, 16, 0.33)\",\"layout_cell_box_shadow_dimensions\":\"0em 0.85em 2.35em 0em\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_flex_align\":\"stretch\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flex_wrap\":false,\"layout_cell_flexbox\":true,\"layout_cell_height\":\"88vmin\",\"layout_cell_href\":\"#\",\"layout_cell_max_height\":\"900px\",\"layout_cell_min_height\":\"420px\",\"layout_cell_padding\":\"calc(1em + 2vmin)\",\"layout_cell_row_end\":\"span 4\",\"layout_cell_row_end_lg\":\"span 4\",\"layout_cell_row_end_xl\":\"span 4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_tag\":\"a\",\"layout_cell_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Label\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_duration\":\"555ms\",\"effects_opacity\":\"0\",\"effects_provider\":true,\"effects_provider_targets\":\"colors\",\"effects_transform\":\"perspective(1111px) translateY(33%) rotateX(-77deg)\",\"effects_transform_alt\":\"perspective(1111px) translateY(0) rotateX(0deg)\",\"layout_div_bg_color\":\"#7c7559\",\"layout_div_border_radius\":\"3px\",\"layout_div_box_shadow_color\":\"rgba(36, 25, 25, 0.77)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 2.15em 0em\",\"layout_div_flex_align\":\"baseline\",\"layout_div_flex_direction\":\"row\",\"layout_div_flex_justify\":\"space-between\",\"layout_div_flex_wrap\":false,\"layout_div_flexbox\":true,\"layout_div_href\":\"#\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"calc(1em + 2vmin)\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_duration\":\"555ms\",\"text_content\":\"Walter Langley\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"0.185em\",\"text_line_height\":\"1\",\"text_overflow\":true,\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"effects_duration\":\"555ms\",\"icon\":\"o-arrow-right\",\"icon_color\":\"rgba(255, 255, 255, 0.55)\",\"icon_color_alt\":\"#ffffff\",\"icon_height\":\"1em\",\"icon_margin\":\"0em 0em 0em 1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Tagline\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#161010\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_overflow\":\"hidden\",\"section_padding\":\"calc(1.953em + 0.8em) 0px 1.953em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_base_font_size\":\"0.64em\",\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0.069em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_margin\":\"!0em auto 0em auto\",\"layout_row_max_width\":\"9.5em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"92%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"the\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#4b3b3b\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"earth\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#ffffff\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"without\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#4b3b3b\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"art\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#c8493f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"is\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#4b3b3b\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"just\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#4b3b3b\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 07\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1554ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&ldquo;eh&rdquo;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#4b3b3b\",\"_modules\":[]}]}]}]}]'),(342,118,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(343,119,'_wp_attached_file','2024/01/verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3.png'),(344,119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3.png\";s:8:\"filesize\";i:1508076;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35656;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:716170;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17105;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:952011;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:952011;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(345,120,'_wp_attached_file','2024/01/verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1.png'),(346,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1.png\";s:8:\"filesize\";i:1561495;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:141020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:771512;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20649;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1076056;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1076056;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(347,121,'_wp_attached_file','2024/01/Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9.png'),(348,121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:112:\"2024/01/Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9.png\";s:8:\"filesize\";i:1397853;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:670167;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:112:\"Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17169;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:922879;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:922879;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(349,122,'_wp_attached_file','2024/01/9-scaled.jpg'),(350,122,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/01/9-scaled.jpg\";s:8:\"filesize\";i:363034;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"9-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15334;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"9-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8645;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"9-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58798;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"9-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164643;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:15:\"9-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257519;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"9-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4067;}s:5:\"entry\";a:5:{s:4:\"file\";s:14:\"9-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116699;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:14:\"9-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125663;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:14:\"9-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116699;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:14:\"9-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:5:\"9.jpg\";}'),(351,123,'_wp_attached_file','2024/01/8-scaled.jpg'),(352,123,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/01/8-scaled.jpg\";s:8:\"filesize\";i:362998;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"8-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14547;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"8-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8460;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"8-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58736;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"8-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164810;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:15:\"8-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258669;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"8-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3805;}s:5:\"entry\";a:5:{s:4:\"file\";s:14:\"8-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116666;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:14:\"8-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127104;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:14:\"8-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116666;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:14:\"8-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:5:\"8.jpg\";}'),(353,124,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"2.5em 1fr 2.5em\",\"3em 1fr 3em\",null,null,null],\"layout_grid_template_rows\":[\"20vmin auto 7em auto 20vmin\",\"15vmin auto 6em auto 15vmin\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_lower_image\":\"109:full\",\"bg_lower_type\":\"image\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_lg\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_md\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_sm\":\"3em 1fr 3em\",\"layout_grid_template_columns_xl\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_xs\":\"2.5em 1fr 2.5em\",\"layout_grid_template_rows\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_lg\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_md\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_sm\":\"15vmin auto 6em auto 15vmin\",\"layout_grid_template_rows_xl\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_xs\":\"20vmin auto 7em auto 20vmin\",\"layout_grid_width\":\"100%\",\"layout_grid_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,2,null,null,null],\"layout_cell_column_end\":[null,3,null,null,null],\"layout_cell_row_start\":[null,2,null,null,null],\"layout_cell_row_end\":[null,4,null,null,null]},\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_mix_blend_mode\":\"screen\",\"layout_cell_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":3,\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":3,\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":2,\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":2,\"layout_cell_flexbox\":true,\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":4,\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":4,\"layout_cell_row_start\":\"3\",\"layout_cell_row_start_lg\":\"3\",\"layout_cell_row_start_md\":\"3\",\"layout_cell_row_start_sm\":2,\"layout_cell_row_start_xl\":\"3\",\"layout_cell_row_start_xs\":2,\"layout_cell_z_index\":\"3\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"400ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"12px\",\"text_content\":\"What\'s your Desire?\",\"text_font_family\":\"google:mulish\",\"text_font_weight\":\"fw-bold\",\"text_letter_spacing\":\"0.64em\",\"text_line_height\":\"3\",\"text_max_width\":\"13em\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"1000ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"calc(24px + 8.5vmin)\",\"text_content\":\"Where you can have your cake and eat it too...\",\"text_font_family\":\"google:cormorant\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.25\",\"text_margin\":\"0.327em 0em 0em 0em\",\"text_max_width\":\"9em\",\"text_text_color\":\"#ffffff\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,1,null,null,null],\"layout_cell_column_end\":[null,4,null,null,null],\"layout_cell_row_start\":[null,3,null,null,null],\"layout_cell_row_end\":[null,7,null,null,null]},\"_label\":\"Hero\",\"_m\":{\"e\":1},\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1, 1, 1) rotateZ(7deg)\",\"effects_transform_exit\":\"scale3d(1.05, 1.05, 1) rotateZ(0deg)\",\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#000000\",\"layout_cell_border_color_alt\":\"#000000\",\"layout_cell_border_width\":\"!1em\",\"layout_cell_box_shadow_color\":\"#454545\",\"layout_cell_box_shadow_dimensions\":\"0px 0px 0px 1px\",\"layout_cell_column_end\":5,\"layout_cell_column_end_lg\":5,\"layout_cell_column_end_md\":5,\"layout_cell_column_end_sm\":4,\"layout_cell_column_end_xl\":5,\"layout_cell_column_end_xs\":4,\"layout_cell_column_start\":3,\"layout_cell_column_start_lg\":3,\"layout_cell_column_start_md\":3,\"layout_cell_column_start_sm\":1,\"layout_cell_column_start_xl\":3,\"layout_cell_column_start_xs\":1,\"layout_cell_height\":\"100vh\",\"layout_cell_min_height\":\"720px\",\"layout_cell_padding\":\"calc(0.5em + 2vmin)\",\"layout_cell_row_end\":6,\"layout_cell_row_end_lg\":6,\"layout_cell_row_end_md\":6,\"layout_cell_row_end_sm\":7,\"layout_cell_row_end_xl\":6,\"layout_cell_row_end_xs\":7,\"layout_cell_row_start\":1,\"layout_cell_row_start_lg\":1,\"layout_cell_row_start_md\":1,\"layout_cell_row_start_sm\":3,\"layout_cell_row_start_xl\":1,\"layout_cell_row_start_xs\":3,\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_display\":\"block\",\"image_height\":3512,\"image_inner_border_radius\":\"!1px\",\"image_object_fit\":\"cover\",\"image_outer_border_radius\":\"!1px\",\"image_src\":\"98:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":2800,\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"123:full\",\"_modules\":[]}]}]}]}]'),(354,124,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(355,125,'_wp_attached_file','2024/01/111.jpg'),(356,125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2024/01/111.jpg\";s:8:\"filesize\";i:170561;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22838;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"111-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"111-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96887;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5218;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"111-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128581;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"111-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128581;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(357,126,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"116:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"120%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(185, 163, 175, 0.35)\",\"bg_upper_type\":\"color\",\"hide_login\":\"\",\"section_bg_advanced\":true,\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0%\",\"section_padding\":\"calc(3em + 7.5%) 5% calc(3em + 7.5%) 5%\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Motivational Hero Video\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"title\":\"\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"116:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Galleries\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#000000\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_padding\":\"1.25em 0px 0em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_max_width\":\"9em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"84%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Where\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#e9e9e9\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Luxury\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#6a406f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&amp;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f1f1f1\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Decadance\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f6f6f6\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"meets\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f0f0f0\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Dessert\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#673e6c\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"1rem 1fr 1rem\",\"2rem 1fr 2rem\",null,null,null],\"layout_grid_template_rows\":[null,\"auto 2rem auto\",null,null,null]},\"_m\":{\"e\":1},\"layout_grid_global_container\":true,\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_rows\":\"4rem 1fr 4rem\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_end\":[null,\"4\",null,null,null]},\"_m\":{\"e\":1},\"layout_cell_bg_color\":\"rgba(0, 0, 0, 0.1)\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_start\":\"2\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#6b4171\",\"text_content\":\"<p>Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.</p>\\n<p><strong>Our Philosophy:</strong> At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.</p>\\n<p><strong>The Sweet Desires Experience:</strong> Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.</p>\\n<p><strong>Special Events:</strong> Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.</p>\\n<p>Welcome to Sweet Desires, where every visit is an affair of the sweetest kind.</p>\",\"text_letter_spacing\":\"0.105em\",\"text_margin\":\"!0.949em\",\"text_padding\":\"1.421em\",\"text_text_align\":\"left\",\"text_text_color\":\"#f7f7f7\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_end\":[null,\"3\",null,null,null]},\"_m\":{\"e\":1},\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"rgba(0, 0, 0, 0.1)\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"125:full\",\"_modules\":[]}]}]}]}]}]}]'),(358,126,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(359,127,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadence\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Mimosa Madness<span>$3</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Yogi Mogi<span>$6</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Daytime Delight<span>$9</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Filling Flapjacks<span>$12</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Skip\'s Scramble<span>$30</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Moscow Mule<span>$7</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Duck Fat Fries<span>$6</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"TV Dinner<span>$14</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Fuji Apple Salad<span>$18</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Wagyu Steak<span>$64</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"122:full\",\"_modules\":[]}]}]}]}]'),(360,127,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(367,128,'_wp_attached_file','2024/01/23.jpg'),(368,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/01/23.jpg\";s:8:\"filesize\";i:146266;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20954;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"23-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134473;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8466;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"23-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85406;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"23-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5452;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"23-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120044;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"23-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(369,129,'_wp_attached_file','2024/01/22.jpg'),(370,129,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/01/22.jpg\";s:8:\"filesize\";i:126581;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21185;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"22-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121265;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"22-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79049;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"22-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5597;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"22-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83791;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"22-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(371,130,'_wp_attached_file','2024/01/21.jpg'),(372,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/01/21.jpg\";s:8:\"filesize\";i:161167;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21193;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"21-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7932;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"21-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92101;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5030;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"21-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104401;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"21-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(373,131,'_wp_attached_file','2024/01/20.jpg'),(374,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/01/20.jpg\";s:8:\"filesize\";i:136014;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21788;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"20-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"20-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83533;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5646;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"20-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103265;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"20-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(375,132,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"2.5em 1fr 2.5em\",\"3em 1fr 3em\",null,null,null],\"layout_grid_template_rows\":[\"20vmin auto 7em auto 20vmin\",\"15vmin auto 6em auto 15vmin\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_lower_image\":\"109:full\",\"bg_lower_type\":\"image\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_lg\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_md\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_sm\":\"3em 1fr 3em\",\"layout_grid_template_columns_xl\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_xs\":\"2.5em 1fr 2.5em\",\"layout_grid_template_rows\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_lg\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_md\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_sm\":\"15vmin auto 6em auto 15vmin\",\"layout_grid_template_rows_xl\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_xs\":\"20vmin auto 7em auto 20vmin\",\"layout_grid_width\":\"100%\",\"layout_grid_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,2,null,null,null],\"layout_cell_column_end\":[null,3,null,null,null],\"layout_cell_row_start\":[null,2,null,null,null],\"layout_cell_row_end\":[null,4,null,null,null]},\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_mix_blend_mode\":\"screen\",\"layout_cell_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":3,\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":3,\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":2,\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":2,\"layout_cell_flexbox\":true,\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":4,\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":4,\"layout_cell_row_start\":\"3\",\"layout_cell_row_start_lg\":\"3\",\"layout_cell_row_start_md\":\"3\",\"layout_cell_row_start_sm\":2,\"layout_cell_row_start_xl\":\"3\",\"layout_cell_row_start_xs\":2,\"layout_cell_z_index\":\"3\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"400ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"12px\",\"text_content\":\"What\'s your Desire?\",\"text_font_family\":\"google:mulish\",\"text_font_weight\":\"fw-bold\",\"text_letter_spacing\":\"0.64em\",\"text_line_height\":\"3\",\"text_max_width\":\"13em\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"1000ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"calc(24px + 8.5vmin)\",\"text_content\":\"Where you can have your cake and eat it too...\",\"text_font_family\":\"google:cormorant\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.25\",\"text_margin\":\"0.327em 0em 0em 0em\",\"text_max_width\":\"9em\",\"text_text_color\":\"#ffffff\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,1,null,null,null],\"layout_cell_column_end\":[null,4,null,null,null],\"layout_cell_row_start\":[null,3,null,null,null],\"layout_cell_row_end\":[null,7,null,null,null]},\"_label\":\"Hero\",\"_m\":{\"e\":1},\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1, 1, 1) rotateZ(7deg)\",\"effects_transform_exit\":\"scale3d(1.05, 1.05, 1) rotateZ(0deg)\",\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#000000\",\"layout_cell_border_color_alt\":\"#000000\",\"layout_cell_border_width\":\"!1em\",\"layout_cell_box_shadow_color\":\"#454545\",\"layout_cell_box_shadow_dimensions\":\"0px 0px 0px 1px\",\"layout_cell_column_end\":5,\"layout_cell_column_end_lg\":5,\"layout_cell_column_end_md\":5,\"layout_cell_column_end_sm\":4,\"layout_cell_column_end_xl\":5,\"layout_cell_column_end_xs\":4,\"layout_cell_column_start\":3,\"layout_cell_column_start_lg\":3,\"layout_cell_column_start_md\":3,\"layout_cell_column_start_sm\":1,\"layout_cell_column_start_xl\":3,\"layout_cell_column_start_xs\":1,\"layout_cell_height\":\"100vh\",\"layout_cell_min_height\":\"720px\",\"layout_cell_padding\":\"calc(0.5em + 2vmin)\",\"layout_cell_row_end\":6,\"layout_cell_row_end_lg\":6,\"layout_cell_row_end_md\":6,\"layout_cell_row_end_sm\":7,\"layout_cell_row_end_xl\":6,\"layout_cell_row_end_xs\":7,\"layout_cell_row_start\":1,\"layout_cell_row_start_lg\":1,\"layout_cell_row_start_md\":1,\"layout_cell_row_start_sm\":3,\"layout_cell_row_start_xl\":1,\"layout_cell_row_start_xs\":3,\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_display\":\"block\",\"image_height\":3512,\"image_inner_border_radius\":\"!1px\",\"image_object_fit\":\"cover\",\"image_outer_border_radius\":\"!1px\",\"image_src\":\"98:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":2800,\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"130:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"129:full\",\"_modules\":[]}]}]}]}]'),(376,132,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(377,133,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadence\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Mimosa Madness<span>$3</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Yogi Mogi<span>$6</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Daytime Delight<span>$9</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Filling Flapjacks<span>$12</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Skip\'s Scramble<span>$30</span>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Moscow Mule<span>$7</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Duck Fat Fries<span>$6</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"TV Dinner<span>$14</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Fuji Apple Salad<span>$18</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Wagyu Steak<span>$64</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"131:full\",\"_modules\":[]}]}]}]}]'),(378,133,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(381,134,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadent Desserts\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Heavenly Raspberry Rose Bliss</strong>s.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Delight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Succumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Beneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Moscow Mule<span>$7</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Duck Fat Fries<span>$6</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"TV Dinner<span>$14</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Fuji Apple Salad<span>$18</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Wagyu Steak<span>$64</span>\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"131:full\",\"_modules\":[]}]}]}]}]'),(382,134,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(383,135,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadent Desserts\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Heavenly Raspberry Rose Bliss</strong>s.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Delight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Succumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Beneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Elevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$14\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Immerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Fuji Apple Salad&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; $12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Transport yourself to a tropical paradise with our Caramelized Pineapple Mojito. Freshly muddled mint and lime meld with caramelized pineapple chunks, all infused with light sake rum and topped with soda. Served over crushed ice, it\'s a refreshing twist on a classic favorite.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"131:full\",\"_modules\":[]}]}]}]}]'),(384,135,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(385,136,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadent Desserts\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Heavenly Raspberry Rose Bliss</strong>s.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Delight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Succumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Beneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Elevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$14\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Immerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"131:full\",\"_modules\":[]}]}]}]}]'),(386,136,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(388,137,'_wp_attached_file','2024/01/dr.jpg'),(389,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/01/dr.jpg\";s:8:\"filesize\";i:112147;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"dr-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17772;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"dr-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"dr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"dr-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69027;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"dr-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5020;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"dr-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75089;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"dr-1080x671.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(390,138,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"137:full\",\"_modules\":[]}]}]}]}]'),(391,138,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(393,22,'_edit_lock','1706287400:2'),(394,22,'_edit_last','2'),(395,139,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadent Desserts\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Heavenly Raspberry Rose Bliss</strong>s.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Delight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Succumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Beneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Elevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$14\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Immerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"137:full\",\"_modules\":[]}]}]}]}]'),(396,139,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(398,20,'_edit_last','2'),(399,23,'_wp_page_template','template-blank-4.php'),(400,23,'_edit_last','2'),(401,140,'_cornerstone_data',NULL),(402,140,'_cornerstone_settings',NULL),(403,3,'_edit_last','2'),(404,21,'_wp_page_template','template-blank-4.php'),(405,21,'_edit_last','2'),(409,141,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n$el.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n$el.x-section .x-text-content-text-primary span {\\n  float: right;\\n}\",\"hide_login\":\"\",\"section_base_font_size\":\"1rem\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Split Menu\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(0, 0%, 100%, 0.94)\",\"bg_upper_type\":\"color\",\"column_bg_advanced\":true,\"column_bg_color\":\"#ffffff\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent hsla(214,21%,26%,0.25) transparent\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Decadent Desserts\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Heavenly Raspberry Rose Bliss</strong>s.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Delight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Succumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$15\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Beneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"hsla(214, 21%, 26%, 0.5)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h3\",\"text_text_color\":\"rgb(52, 64, 80)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]},{\"_type\":\"column\",\"_active\":true,\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image_position\":\"-50px -50px\",\"bg_lower_image_size\":\"200px auto\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"hsla(214, 21%, 26%, 0.94)\",\"column_bg_advanced\":true,\"column_bg_color\":\"#6d4273\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_border_style\":\"none\",\"column_border_width\":\"0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_padding\":\"calc(3.5em + 3vmin) calc(1em + 3vmin) calc(3.5em + 3vmin) calc(1em + 3vmin)\",\"column_z_index\":\"1\",\"hide_login\":\"\",\"size\":\"1/2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_order\":0,\"hide_login\":\"\",\"text_base_font_size\":\"calc(1.5rem + 2.5vw)\",\"text_border_color\":\"transparent transparent rgba(255, 255, 255, 0.25) transparent\",\"text_border_color_alt\":\"  rgba(255, 255, 255, 0.25) \",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none none solid none\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Cocktails\",\"text_font_family\":\"google:robotocondensed\",\"text_font_style\":\"italic\",\"text_font_weight\":\"300\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1\",\"text_margin\":\"0em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_padding\":\"0em 0em 0.35em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Elevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$12\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"split-menu-item\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"<strong>Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong>$14\",\"text_font_family\":\"google:robotocondensed\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.065em\",\"text_line_height\":\"1.2\",\"text_margin\":\"2em auto 0em auto\",\"text_max_width\":\"26rem\",\"text_subheadline\":true,\"text_subheadline_content\":\"Immerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"0.85em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_tag\":\"p\",\"text_subheadline_text_color\":\"rgba(255, 255, 255, 0.5)\",\"text_tag\":\"h3\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"128:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"137:full\",\"_modules\":[]}]}]}]}]'),(410,141,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(411,23,'_edit_lock','1706287411:2'),(412,142,'_cornerstone_data',NULL),(413,142,'_cornerstone_settings',NULL),(414,23,'_x_entry_body_css_class',''),(415,23,'_x_entry_alternate_index_title',''),(416,23,'_x_entry_disable_page_title','off'),(417,23,'_x_page_one_page_navigation','Deactivated'),(418,23,'_x_entry_bg_image_full',''),(419,23,'_x_entry_bg_image_full_fade',''),(420,23,'_x_entry_bg_image_full_duration',''),(421,23,'_x_portfolio_category_filters','a:1:{i:0;s:14:\"All Categories\";}'),(422,23,'_x_portfolio_columns','Two'),(423,23,'_x_portfolio_layout','full-width'),(424,23,'_x_portfolio_posts_per_page',''),(425,23,'_x_portfolio_disable_filtering','off'),(426,143,'_cornerstone_data',NULL),(427,143,'_cornerstone_settings',NULL),(428,21,'_edit_lock','1706287429:2'),(429,144,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bottom_separator\":true,\"section_bottom_separator_height\":\"63px\",\"section_bottom_separator_inset\":\"1px\",\"section_padding\":\"65px 0px 0px 0px\",\"section_top_separator_angle_point\":\"10\",\"section_top_separator_color\":\"rgb(0, 0, 0)\",\"section_top_separator_height\":\"91px\",\"section_top_separator_inset\":\"1px\",\"section_top_separator_type\":\"curve-out\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"2.5em 1fr 2.5em\",\"3em 1fr 3em\",null,null,null],\"layout_grid_template_rows\":[\"20vmin auto 7em auto 20vmin\",\"15vmin auto 6em auto 15vmin\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_lower_image\":\"109:full\",\"bg_lower_type\":\"image\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_lg\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_md\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_sm\":\"3em 1fr 3em\",\"layout_grid_template_columns_xl\":\"4em 1fr 1.5fr 4em\",\"layout_grid_template_columns_xs\":\"2.5em 1fr 2.5em\",\"layout_grid_template_rows\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_lg\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_md\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_sm\":\"15vmin auto 6em auto 15vmin\",\"layout_grid_template_rows_xl\":\"4em 1fr auto 1fr 4em\",\"layout_grid_template_rows_xs\":\"20vmin auto 7em auto 20vmin\",\"layout_grid_width\":\"100%\",\"layout_grid_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,2,null,null,null],\"layout_cell_column_end\":[null,3,null,null,null],\"layout_cell_row_start\":[null,2,null,null,null],\"layout_cell_row_end\":[null,4,null,null,null]},\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_mix_blend_mode\":\"screen\",\"layout_cell_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":3,\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":3,\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":2,\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":2,\"layout_cell_flexbox\":true,\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":4,\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":4,\"layout_cell_row_start\":\"3\",\"layout_cell_row_start_lg\":\"3\",\"layout_cell_row_start_md\":\"3\",\"layout_cell_row_start_sm\":2,\"layout_cell_row_start_xl\":\"3\",\"layout_cell_row_start_xs\":2,\"layout_cell_z_index\":\"3\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"400ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"12px\",\"text_content\":\"What\'s your Desire?\",\"text_font_family\":\"google:mulish\",\"text_font_weight\":\"fw-bold\",\"text_letter_spacing\":\"0.64em\",\"text_line_height\":\"3\",\"text_max_width\":\"13em\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_delay_scroll\":\"1000ms\",\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"translate3d(0px, 0px, 0px)\",\"effects_transform_exit\":\"translate3d(0px, 15px, 0px)\",\"text_base_font_size\":\"calc(24px + 8.5vmin)\",\"text_content\":\"Where you can have your cake and eat it too...\",\"text_font_family\":\"google:cormorant\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.25\",\"text_margin\":\"0.327em 0em 0em 0em\",\"text_max_width\":\"9em\",\"text_text_color\":\"#ffffff\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_column_start\":[null,1,null,null,null],\"layout_cell_column_end\":[null,4,null,null,null],\"layout_cell_row_start\":[null,3,null,null,null],\"layout_cell_row_end\":[null,7,null,null,null]},\"_label\":\"Hero\",\"_m\":{\"e\":1},\"effects_duration_scroll\":\"1200ms\",\"effects_offset_bottom\":\"0%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1, 1, 1) rotateZ(7deg)\",\"effects_transform_exit\":\"scale3d(1.05, 1.05, 1) rotateZ(0deg)\",\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#000000\",\"layout_cell_border_color_alt\":\"#000000\",\"layout_cell_border_width\":\"!1em\",\"layout_cell_box_shadow_color\":\"#454545\",\"layout_cell_box_shadow_dimensions\":\"0px 0px 0px 1px\",\"layout_cell_column_end\":5,\"layout_cell_column_end_lg\":5,\"layout_cell_column_end_md\":5,\"layout_cell_column_end_sm\":4,\"layout_cell_column_end_xl\":5,\"layout_cell_column_end_xs\":4,\"layout_cell_column_start\":3,\"layout_cell_column_start_lg\":3,\"layout_cell_column_start_md\":3,\"layout_cell_column_start_sm\":1,\"layout_cell_column_start_xl\":3,\"layout_cell_column_start_xs\":1,\"layout_cell_height\":\"100vh\",\"layout_cell_min_height\":\"720px\",\"layout_cell_padding\":\"calc(0.5em + 2vmin)\",\"layout_cell_row_end\":6,\"layout_cell_row_end_lg\":6,\"layout_cell_row_end_md\":6,\"layout_cell_row_end_sm\":7,\"layout_cell_row_end_xl\":6,\"layout_cell_row_end_xs\":7,\"layout_cell_row_start\":1,\"layout_cell_row_start_lg\":1,\"layout_cell_row_start_md\":1,\"layout_cell_row_start_sm\":3,\"layout_cell_row_start_xl\":1,\"layout_cell_row_start_xs\":3,\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_display\":\"block\",\"image_height\":3512,\"image_inner_border_radius\":\"!1px\",\"image_object_fit\":\"cover\",\"image_outer_border_radius\":\"!1px\",\"image_src\":\"98:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":2800,\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"130:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"129:full\",\"_modules\":[]}]}]}]}]'),(430,144,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(431,145,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"116:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"120%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(185, 163, 175, 0.35)\",\"bg_upper_type\":\"color\",\"hide_login\":\"\",\"section_bg_advanced\":true,\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0%\",\"section_padding\":\"calc(3em + 7.5%) 5% calc(3em + 7.5%) 5%\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Motivational Hero Video\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"title\":\"\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"116:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Galleries\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#000000\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_padding\":\"1.25em 0px 0em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_max_width\":\"9em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"84%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Where\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#e9e9e9\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Luxury\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#6a406f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&amp;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f1f1f1\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Decadance\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f6f6f6\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"meets\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f0f0f0\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Dessert\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#673e6c\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[\"1rem 1fr 1rem\",\"2rem 1fr 2rem\",null,null,null],\"layout_grid_template_rows\":[null,\"auto 2rem auto\",null,null,null]},\"_m\":{\"e\":1},\"layout_grid_global_container\":true,\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_rows\":\"4rem 1fr 4rem\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_end\":[null,\"4\",null,null,null]},\"_m\":{\"e\":1},\"layout_cell_bg_color\":\"rgba(0, 0, 0, 0.1)\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_start\":\"2\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#6b4171\",\"text_content\":\"<p>Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.</p>\\n<p><strong>Our Philosophy:</strong> At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.</p>\\n<p><strong>The Sweet Desires Experience:</strong> Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.</p>\\n<p><strong>Special Events:</strong> Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.</p>\\n<p>Welcome to Sweet Desires, where every visit is an affair of the sweetest kind.</p>\",\"text_letter_spacing\":\"0.105em\",\"text_margin\":\"!0.949em\",\"text_padding\":\"1.421em\",\"text_text_align\":\"left\",\"text_text_color\":\"#f7f7f7\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_end\":[null,\"3\",null,null,null]},\"_m\":{\"e\":1},\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"rgba(0, 0, 0, 0.1)\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"125:full\",\"_modules\":[]}]}]}]}]}]}]'),(432,145,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(433,20,'_edit_lock','1706287442:2'),(434,146,'_cornerstone_data',NULL),(435,146,'_cornerstone_settings',NULL),(436,3,'_edit_lock','1706287452:2'),(437,147,'_menu_item_type','post_type'),(438,147,'_menu_item_menu_item_parent','0'),(439,147,'_menu_item_object_id','23'),(440,147,'_menu_item_object','page'),(441,147,'_menu_item_target',''),(442,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(443,147,'_menu_item_xfn',''),(444,147,'_menu_item_url',''),(446,148,'_menu_item_type','post_type'),(447,148,'_menu_item_menu_item_parent','0'),(448,148,'_menu_item_object_id','22'),(449,148,'_menu_item_object','page'),(450,148,'_menu_item_target',''),(451,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(452,148,'_menu_item_xfn',''),(453,148,'_menu_item_url',''),(455,149,'_menu_item_type','post_type'),(456,149,'_menu_item_menu_item_parent','0'),(457,149,'_menu_item_object_id','21'),(458,149,'_menu_item_object','page'),(459,149,'_menu_item_target',''),(460,149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(461,149,'_menu_item_xfn',''),(462,149,'_menu_item_url',''),(464,150,'_menu_item_type','post_type'),(465,150,'_menu_item_menu_item_parent','0'),(466,150,'_menu_item_object_id','20'),(467,150,'_menu_item_object','page'),(468,150,'_menu_item_target',''),(469,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(470,150,'_menu_item_xfn',''),(471,150,'_menu_item_url',''),(473,149,'menu-item-anchor_graphic_menu_item_display','on'),(474,149,'menu-item-anchor_graphic_icon','l-hand-pointer'),(475,149,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(476,148,'menu-item-anchor_graphic_menu_item_display','on'),(477,148,'menu-item-anchor_graphic_icon','l-hand-pointer'),(478,148,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(479,147,'menu-item-anchor_graphic_menu_item_display','on'),(480,147,'menu-item-anchor_graphic_icon','l-hand-pointer'),(481,147,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(482,150,'menu-item-anchor_graphic_menu_item_display','on'),(483,150,'menu-item-anchor_graphic_icon','l-hand-pointer'),(484,150,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(485,29,'_wp_old_date','2024-01-25'),(486,30,'_wp_old_date','2024-01-25'),(487,31,'_wp_old_date','2024-01-25'),(488,28,'_wp_old_date','2024-01-25'),(491,151,'_menu_item_type','post_type'),(492,151,'_menu_item_menu_item_parent','0'),(493,151,'_menu_item_object_id','51'),(494,151,'_menu_item_object','page'),(495,151,'_menu_item_target',''),(496,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(497,151,'_menu_item_xfn',''),(498,151,'_menu_item_url',''),(500,151,'menu-item-anchor_graphic_menu_item_display','on'),(501,151,'menu-item-anchor_graphic_icon','l-hand-pointer'),(502,151,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(503,152,'_menu_item_type','post_type'),(504,152,'_menu_item_menu_item_parent','0'),(505,152,'_menu_item_object_id','51'),(506,152,'_menu_item_object','page'),(507,152,'_menu_item_target',''),(508,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(509,152,'_menu_item_xfn',''),(510,152,'_menu_item_url',''),(511,152,'_menu_item_orphaned','1706288079'),(512,153,'_menu_item_type','post_type'),(513,153,'_menu_item_menu_item_parent','0'),(514,153,'_menu_item_object_id','51'),(515,153,'_menu_item_object','page'),(516,153,'_menu_item_target',''),(517,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(518,153,'_menu_item_xfn',''),(519,153,'_menu_item_url',''),(521,153,'menu-item-anchor_graphic_menu_item_display','on'),(522,153,'menu-item-anchor_graphic_icon','l-hand-pointer'),(523,153,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(524,154,'_wp_attached_file','2024/01/ravenwood-logo.png'),(525,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:794;s:6:\"height\";i:150;s:4:\"file\";s:26:\"2024/01/ravenwood-logo.png\";s:8:\"filesize\";i:6348;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"ravenwood-logo-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"ravenwood-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1721;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"ravenwood-logo-768x145.png\";s:5:\"width\";i:768;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13929;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"ravenwood-logo-100x19.png\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(526,154,'_cs_attachment_import','79f12420eb28e260e1000399a97fedfe'),(527,155,'_wp_attached_file','2024/01/2.png'),(528,155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:200;s:4:\"file\";s:13:\"2024/01/2.png\";s:8:\"filesize\";i:69360;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29599;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6210;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"2-100x33.png\";s:5:\"width\";i:100;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5485;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(529,156,'_wp_attached_file','2024/01/1.png'),(530,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:200;s:4:\"file\";s:13:\"2024/01/1.png\";s:8:\"filesize\";i:70551;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9868;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:12:\"1-100x33.png\";s:5:\"width\";i:100;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5211;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(531,157,'_wp_attached_file','2024/01/SweetDesiresFINAL-Logo-Landscape-45-×-60-in.png'),(532,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:200;s:4:\"file\";s:56:\"2024/01/SweetDesiresFINAL-Logo-Landscape-45-×-60-in.png\";s:8:\"filesize\";i:93845;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"SweetDesiresFINAL-Logo-Landscape-45-×-60-in-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"SweetDesiresFINAL-Logo-Landscape-45-×-60-in-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8532;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:55:\"SweetDesiresFINAL-Logo-Landscape-45-×-60-in-100x33.png\";s:5:\"width\";i:100;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(533,158,'_wp_attached_file','2024/01/SweetDesiresFINAL-Logo-Landscape-45-×-60-in-1.png'),(534,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:200;s:4:\"file\";s:58:\"2024/01/SweetDesiresFINAL-Logo-Landscape-45-×-60-in-1.png\";s:8:\"filesize\";i:91841;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"SweetDesiresFINAL-Logo-Landscape-45-×-60-in-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"SweetDesiresFINAL-Logo-Landscape-45-×-60-in-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8500;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:57:\"SweetDesiresFINAL-Logo-Landscape-45-×-60-in-1-100x33.png\";s:5:\"width\";i:100;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(538,159,'_wp_page_template','template-blank-4.php'),(539,159,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(540,159,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"\\t[ninja_form id=1]\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"175:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3534.25694484715!2d-80.38364470852447!3d27.647521014894185!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88de5ffc52be3631%3A0x7bc25d6322c465cb!2sSweet%20Desires%20Dessert%20Lounge!5e0!3m2!1sen!2sus!4v1706378963528!5m2!1sen!2sus\\\" width=\\\"600\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"></iframe>\",\"_modules\":[]}]}]}]}]'),(541,160,'_cornerstone_data','[]'),(542,160,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(543,159,'_cs_states_cache','Draft'),(545,161,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Coming Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Get in touch\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#09283a\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]}]'),(546,161,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(547,162,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Coming Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"Feel free to drop us a line below!\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]}]}]}]}]'),(548,162,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(549,163,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"Feel free to drop us a line below!\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]}]}]}]}]'),(550,163,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(551,164,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]}]}]}]}]'),(552,164,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(553,165,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]}]'),(554,165,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(555,166,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]}]'),(556,166,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(557,159,'_edit_last','2'),(558,159,'_edit_lock','1706374449:2'),(559,167,'_menu_item_type','post_type'),(560,167,'_menu_item_menu_item_parent','0'),(561,167,'_menu_item_object_id','159'),(562,167,'_menu_item_object','page'),(563,167,'_menu_item_target',''),(564,167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(565,167,'_menu_item_xfn',''),(566,167,'_menu_item_url',''),(568,153,'_wp_old_date','2024-01-26'),(569,149,'_wp_old_date','2024-01-26'),(570,148,'_wp_old_date','2024-01-26'),(571,147,'_wp_old_date','2024-01-26'),(572,150,'_wp_old_date','2024-01-26'),(573,167,'menu-item-anchor_graphic_menu_item_display','on'),(574,167,'menu-item-anchor_graphic_icon','l-hand-pointer'),(575,167,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(576,168,'_menu_item_type','post_type'),(577,168,'_menu_item_menu_item_parent','0'),(578,168,'_menu_item_object_id','159'),(579,168,'_menu_item_object','page'),(580,168,'_menu_item_target',''),(581,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(582,168,'_menu_item_xfn',''),(583,168,'_menu_item_url',''),(584,168,'_menu_item_orphaned','1706373124'),(585,169,'_menu_item_type','post_type'),(586,169,'_menu_item_menu_item_parent','0'),(587,169,'_menu_item_object_id','159'),(588,169,'_menu_item_object','page'),(589,169,'_menu_item_target',''),(590,169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(591,169,'_menu_item_xfn',''),(592,169,'_menu_item_url',''),(594,151,'_wp_old_date','2024-01-26'),(595,29,'_wp_old_date','2024-01-26'),(596,30,'_wp_old_date','2024-01-26'),(597,31,'_wp_old_date','2024-01-26'),(598,28,'_wp_old_date','2024-01-26'),(599,169,'menu-item-anchor_graphic_menu_item_display','on'),(600,169,'menu-item-anchor_graphic_icon','l-hand-pointer'),(601,169,'menu-item-anchor_graphic_icon_alt','hand-pointer'),(602,170,'_edit_lock','1706373492:2'),(605,171,'_cornerstone_data',NULL),(606,171,'_cornerstone_settings',NULL),(607,170,'_edit_last','2'),(610,170,'_x_entry_body_css_class',''),(611,170,'_x_post_layout','off'),(612,170,'_x_entry_alternate_index_title',''),(613,170,'_x_entry_bg_image_full',''),(614,170,'_x_entry_bg_image_full_fade','750'),(615,170,'_x_entry_bg_image_full_duration','7500'),(616,170,'_x_quote_quote',''),(617,170,'_x_quote_cite',''),(618,170,'_x_link_url',''),(619,170,'_x_video_aspect_ratio','16:9'),(620,170,'_x_video_m4v',''),(621,170,'_x_video_ogv',''),(622,170,'_x_video_embed',''),(623,170,'_x_audio_mp3',''),(624,170,'_x_audio_ogg',''),(625,170,'_x_audio_embed',''),(629,173,'_cornerstone_data',NULL),(630,173,'_cornerstone_settings',NULL),(631,170,'_pingme','1'),(632,170,'_encloseme','1'),(634,174,'_wp_attached_file','2024/01/fea.png'),(635,174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:6912;s:6:\"height\";i:3456;s:4:\"file\";s:15:\"2024/01/fea.png\";s:8:\"filesize\";i:15959569;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"fea-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78141;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"fea-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:713778;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"fea-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52719;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"fea-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:425746;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"fea-1536x768.png\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1440359;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"fea-2048x1024.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2330594;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"fea-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10549;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"fea-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:943310;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"fea-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1144727;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"fea-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:943310;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"fea-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1144727;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(636,175,'_wp_attached_file','2024/01/feat.jpg'),(637,175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2024/01/feat.jpg\";s:8:\"filesize\";i:45314;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"feat-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"feat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9125;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"feat-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(638,176,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"175:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]}]'),(639,176,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(640,177,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"717-300-3049\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"175:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]}]'),(641,177,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(644,170,'_cs_states_cache',''),(646,51,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"section\":[\"m1f-0\",\"m1f-1\"],\"dynamic-content\":[]},\"el:e8\":{\"section\":[\"m1f-0\",\"m1f-2\"],\"dynamic-content\":[]},\"el:e3\":{\"effects\":[\"m1f-3\"],\"layout-cell\":[\"m1f-a\",\"m1f-b\"],\"dynamic-content\":[]},\"el:e4\":{\"effects\":[\"m1f-4\",\"m1f-5\",\"m1f-6\"],\"text-headline\":[\"m1f-d\",\"m1f-e\"],\"dynamic-content\":[]},\"el:e5\":{\"effects\":[\"m1f-5\",\"m1f-6\",\"m1f-7\"],\"text-headline\":[\"m1f-e\",\"m1f-f\"],\"dynamic-content\":[]},\"el:e6\":{\"effects\":[\"m1f-5\",\"m1f-8\"],\"layout-cell\":[\"m1f-b\",\"m1f-c\"],\"dynamic-content\":[]},\"el:e2\":{\"layout-grid\":[\"m1f-9\"],\"dynamic-content\":[]},\"el:e7\":{\"image\":[\"m1f-g\",\"m1f-h\"],\"dynamic-content\":[]},\"el:e11\":{\"image\":[\"m1f-h\"],\"dynamic-content\":[]},\"el:e13\":{\"image\":[\"m1f-h\"],\"dynamic-content\":[]},\"el:e9\":{\"layout-row\":[\"m1f-i\"],\"layout-row-columns\":[\"m1f-j\"],\"dynamic-content\":[]},\"el:e10\":{\"layout-column\":[\"m1f-k\"],\"dynamic-content\":[]},\"el:e12\":{\"layout-column\":[\"m1f-k\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .m1f-0.x-section{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:65px;padding-right:0px;padding-left:0px;} .m1f-1.x-section{padding-bottom:0px;z-index:1;} .m1f-2.x-section{padding-bottom:65px;z-index:auto;} .m1f-3{mix-blend-mode:screen;} :where(body:not(.tco-disable-effects)) .m1f-4:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-delay:400ms;transition-delay:400ms;} :where(body:not(.tco-disable-effects)) .m1f-5:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-duration:1200ms;animation-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);transition-duration:1200ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m1f-5:is(.x-effect-enter){opacity:1;} :where(body:not(.tco-disable-effects)) .m1f-5:is(.x-effect-exit){opacity:0;} .m1f-6:is(.x-effect-enter){transform:translate3d(0px, 0px, 0px);} :where(body:not(.tco-disable-effects)) .m1f-6:is(.x-effect-exit){transform:translate3d(0px, 15px, 0px);} :where(body:not(.tco-disable-effects)) .m1f-7:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-delay:1000ms;transition-delay:1000ms;} :where(body:not(.tco-disable-effects)) .m1f-8:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-delay:0ms;transition-delay:0ms;} .m1f-8:is(.x-effect-enter){transform:scale3d(1, 1, 1) rotateZ(7deg);} :where(body:not(.tco-disable-effects)) .m1f-8:is(.x-effect-exit){transform:scale3d(1.05, 1.05, 1) rotateZ(0deg);} .m1f-9.x-grid{grid-gap:0px 0px;justify-content:center;align-content:start;justify-items:stretch;align-items:stretch;z-index:1;width:100%;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;grid-template-columns:4em 1fr 1.5fr 4em;grid-template-rows:4em 1fr auto 1fr 4em;} .m1f-a.x-cell{grid-column-start:2;grid-column-end:4;grid-row-start:3;grid-row-end:4;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;z-index:3;} .m1f-b.x-cell{justify-self:auto;align-self:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;} .m1f-c.x-cell{grid-column-start:3;grid-column-end:5;grid-row-start:1;grid-row-end:6;z-index:2;height:100vh;min-height:720px;padding-top:calc(0.5em + 2vmin);padding-right:calc(0.5em + 2vmin);padding-bottom:calc(0.5em + 2vmin);padding-left:calc(0.5em + 2vmin);background-color:#000000;box-shadow:0px 0px 0px 1px #454545;} .m1f-d.x-text{max-width:13em;font-size:12px;} .m1f-d.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:mulish%%\\/post%%;font-weight:%%post tss-fw%%google:mulish|fw-bold%%\\/post%%;line-height:3;letter-spacing:0.64em;margin-right:calc(0.64em * -1);text-transform:uppercase;} .m1f-e.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m1f-e.x-text .x-text-content-text-primary{font-size:1em;font-style:normal;color:#ffffff;} .m1f-f.x-text{max-width:9em;margin-top:0.327em;margin-right:0em;margin-bottom:0em;margin-left:0em;font-size:calc(24px + 8.5vmin);} .m1f-f.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:cormorant%%\\/post%%;font-weight:%%post tss-fw%%google:cormorant|700%%\\/post%%;line-height:1.1;letter-spacing:0.02em;margin-right:calc(0.02em * -1);text-transform:capitalize;} .m1f-g.x-image{display:block;width:100%;} .m1f-g.x-image img{width:100%;object-fit:cover;} .m1f-g.x-image,.m1f-g.x-image img{height:100%;} .m1f-h.x-image{font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m1f-i.x-row{z-index:auto;margin-right:auto;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;font-size:1em;} .m1f-i > .x-row-inner{flex-direction:row;justify-content:flex-start;align-items:stretch;align-content:stretch;margin-top:calc(((20px \\/ 2) + 1px) * -1);margin-right:calc(((20px \\/ 2) + 1px) * -1);margin-bottom:calc(((20px \\/ 2) + 1px) * -1);margin-left:calc(((20px \\/ 2) + 1px) * -1);} .m1f-i > .x-row-inner > *{margin-top:calc(20px \\/ 2);margin-bottom:calc(20px \\/ 2);margin-right:calc(20px \\/ 2);margin-left:calc(20px \\/ 2);} .m1f-j{--gap:20px;} .m1f-j > .x-row-inner > *:nth-child(2n - 0) \\/** 65b53b3ad12ef *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .m1f-j > .x-row-inner > *:nth-child(2n - 1) \\/** 65b53b3ad12ef *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .m1f-k.x-col{z-index:1;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;}@media screen and (max-width: 766.98px){ .m1f-a.x-cell{grid-column-end:3;grid-row-start:2;} .m1f-c.x-cell{grid-column-start:1;grid-column-end:4;grid-row-start:3;grid-row-end:7;}}@media screen and (min-width: 480px) and (max-width: 766.98px){ .m1f-9.x-grid{grid-template-columns:3em 1fr 3em;grid-template-rows:15vmin auto 6em auto 15vmin;}}@media screen and (max-width: 479.98px){ .m1f-9.x-grid{grid-template-columns:2.5em 1fr 2.5em;grid-template-rows:20vmin auto 7em auto 20vmin;} .m1f-j > .x-row-inner > *:nth-child(1n - 0) \\/** 65b53b3ad1689 *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));}}\",\"element_css\":\"            \"}}'),(647,22,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"section\":[\"mm-0\",\"mm-1\"],\"dynamic-content\":[]},\"el:e15\":{\"section\":[\"mm-0\",\"mm-2\"],\"dynamic-content\":[]},\"el:e2\":{\"classic-row-v2\":[\"mm-3\"],\"dynamic-content\":[]},\"el:e3\":{\"classic-column-v2\":[\"mm-4\",\"mm-5\"],\"dynamic-content\":[]},\"el:e10\":{\"classic-column-v2\":[\"mm-4\",\"mm-6\"],\"dynamic-content\":[]},\"el:e4\":{\"text-headline\":[\"mm-7\",\"mm-8\",\"mm-9\",\"mm-a\"],\"dynamic-content\":[]},\"el:e5\":{\"text-headline\":[\"mm-7\",\"mm-a\",\"mm-b\",\"mm-c\"],\"dynamic-content\":[]},\"el:e6\":{\"text-headline\":[\"mm-7\",\"mm-a\",\"mm-b\",\"mm-c\"],\"dynamic-content\":[]},\"el:e7\":{\"text-headline\":[\"mm-7\",\"mm-a\",\"mm-b\",\"mm-c\"],\"dynamic-content\":[]},\"el:e8\":{\"text-headline\":[\"mm-7\",\"mm-a\",\"mm-b\",\"mm-c\"],\"dynamic-content\":[]},\"el:e9\":{\"text-headline\":[\"mm-7\",\"mm-a\",\"mm-b\",\"mm-c\"],\"dynamic-content\":[]},\"el:e11\":{\"text-headline\":[\"mm-7\",\"mm-8\",\"mm-d\",\"mm-e\"],\"dynamic-content\":[]},\"el:e12\":{\"text-headline\":[\"mm-7\",\"mm-b\",\"mm-e\",\"mm-f\"],\"dynamic-content\":[]},\"el:e13\":{\"text-headline\":[\"mm-7\",\"mm-b\",\"mm-e\",\"mm-f\"],\"dynamic-content\":[]},\"el:e14\":{\"text-headline\":[\"mm-7\",\"mm-b\",\"mm-e\",\"mm-f\"],\"dynamic-content\":[]},\"el:e16\":{\"layout-row\":[\"mm-g\"],\"layout-row-columns\":[\"mm-h\"],\"dynamic-content\":[]},\"el:e17\":{\"layout-column\":[\"mm-i\"],\"dynamic-content\":[]},\"el:e19\":{\"layout-column\":[\"mm-i\"],\"dynamic-content\":[]},\"el:e18\":{\"image\":[\"mm-j\"],\"dynamic-content\":[]},\"el:e20\":{\"image\":[\"mm-j\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .mm-0.x-section{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-right:0px;padding-left:0px;} .mm-1.x-section{padding-top:0px;padding-bottom:0px;font-size:1rem;z-index:1;} .mm-2.x-section{padding-top:65px;padding-bottom:65px;z-index:auto;} .mm-3.x-container{margin-top:0em;margin-right:auto;margin-bottom:0em;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;box-shadow:none;z-index:1;} .mm-4.x-column{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:calc(3.5em + 3vmin);padding-right:calc(1em + 3vmin);padding-bottom:calc(3.5em + 3vmin);padding-left:calc(1em + 3vmin);box-shadow:none;z-index:1;} .mm-5.x-column{background-color:#ffffff;} .mm-6.x-column{background-color:rgb(0, 0, 0);} .mm-7.x-text{max-width:26rem;margin-right:auto;margin-bottom:0em;margin-left:auto;} .mm-7.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:robotocondensed%%\\/post%%;font-size:1em;letter-spacing:0.065em;margin-right:calc(0.065em * -1);text-transform:uppercase;} .mm-8.x-text{margin-top:0em;border-top-width:0px;border-right-width:0px;border-bottom-width:2px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:solid;border-left-style:none;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;padding-top:0em;padding-right:0em;padding-bottom:0.35em;padding-left:0em;font-size:calc(1.5rem + 2.5vw);} .mm-8.x-text .x-text-content-text-primary{font-style:italic;font-weight:%%post tss-fw%%google:robotocondensed|300%%\\/post%%;line-height:1;} .mm-9.x-text{border-bottom-color:hsla(214,21%,26%,0.25);} .mm-a.x-text .x-text-content-text-primary{color:rgb(52, 64, 80);} .mm-b.x-text{margin-top:2em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1rem;} .mm-b.x-text .x-text-content-text-primary{font-style:normal;font-weight:%%post tss-fw%%google:robotocondensed|700%%\\/post%%;line-height:1.2;} .mm-b.x-text .x-text-content-text-subheadline{margin-top:0.5em;font-family:%%post tss-ff%%google:roboto%%\\/post%%;font-size:0.85em;font-style:normal;font-weight:%%post tss-fw%%google:roboto|400%%\\/post%%;line-height:1.6;letter-spacing:0em;text-transform:none;} .mm-c.x-text .x-text-content-text-subheadline{color:hsla(214, 21%, 26%, 0.5);} .mm-d.x-text{border-bottom-color:rgba(255, 255, 255, 0.25);} .mm-d.x-text:hover,.mm-d.x-text[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .mm-d.x-text{border-top-color:  rgba(255, 255, 255, 0.25) ;border-right-color:  rgba(255, 255, 255, 0.25) ;border-bottom-color:  rgba(255, 255, 255, 0.25) ;border-left-color:  rgba(255, 255, 255, 0.25) ;} .mm-e.x-text .x-text-content-text-primary{color:#ffffff;} .mm-f.x-text .x-text-content-text-subheadline{color:rgba(255, 255, 255, 0.5);} .mm-g.x-row{z-index:auto;margin-right:auto;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;font-size:1em;} .mm-g > .x-row-inner{flex-direction:row;justify-content:flex-start;align-items:stretch;align-content:stretch;margin-top:calc(((20px \\/ 2) + 1px) * -1);margin-right:calc(((20px \\/ 2) + 1px) * -1);margin-bottom:calc(((20px \\/ 2) + 1px) * -1);margin-left:calc(((20px \\/ 2) + 1px) * -1);} .mm-g > .x-row-inner > *{margin-top:calc(20px \\/ 2);margin-bottom:calc(20px \\/ 2);margin-right:calc(20px \\/ 2);margin-left:calc(20px \\/ 2);} .mm-h{--gap:20px;} .mm-h > .x-row-inner > *:nth-child(2n - 0) \\/** 65b53bd2c90a7 *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .mm-h > .x-row-inner > *:nth-child(2n - 1) \\/** 65b53bd2c90a7 *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .mm-i.x-col{z-index:1;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;} .mm-j.x-image{font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;}@media screen and (max-width: 479.98px){ .mm-h > .x-row-inner > *:nth-child(1n - 0) \\/** 65b53bd2c93ed *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));}}\",\"element_css\":\".e22-e1.x-section .x-container {\\n  display: flex;\\n  flex-flow: row wrap;\\n  justify-content: space-between;\\n  align-items: stretch;\\n}\\n\\n.e22-e1.x-section .x-column {\\n  flex: 1 1 450px;\\n  float: none;\\n  width: auto;\\n  margin: 0;\\n}\\n\\n.e22-e1.x-section .x-text-content-text-primary span {\\n  float: right;\\n}                   \"}}'),(648,21,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(649,21,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"layout_column_text_align\":\"left\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"120:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"layout_column_text_align\":\"left\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"rgb(255, 255, 255)\",\"anchor_bg_color_alt\":\"#673e6c\",\"anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none none solid none\",\"anchor_border_width\":\"0px 0px 3px 0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-pointer-o\",\"anchor_graphic_icon_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"4px\",\"anchor_href\":\"#placeholder\",\"anchor_info\":\"\",\"anchor_padding\":\"1em 1.581em 1em 1.389em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_size\":\"1.7em\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.15em\",\"anchor_primary_particle\":true,\"anchor_primary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_location\":\"c_c\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"white\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_secondary_font_size\":\"0.85em\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_secondary_particle_delay\":\"0.25s\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_location\":\"c_c\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"23px\",\"anchor_text_primary_content\":\"Make a Reservation\",\"hide_bp\":\"none\",\"_modules\":[]}]}]}]}]'),(650,178,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"120:full\",\"_modules\":[]}]}]}]}]'),(651,178,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(652,179,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"120:full\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"#0f0920\",\"anchor_bg_color_alt\":\"#673e6c\",\"anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none none solid none\",\"anchor_border_width\":\"0px 0px 3px 0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-pointer-o\",\"anchor_graphic_icon_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"4px\",\"anchor_href\":\"#placeholder\",\"anchor_info\":\"\",\"anchor_padding\":\"1em 1.563em 1em 1.389em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_size\":\"1.7em\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.15em\",\"anchor_primary_particle\":true,\"anchor_primary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_location\":\"c_c\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_color\":\"white\",\"anchor_primary_text_color_alt\":\"white\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_secondary_font_size\":\"0.85em\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_secondary_particle_delay\":\"0.25s\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_location\":\"c_c\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"23px\",\"anchor_text_primary_content\":\"Make a Reservation\",\"hide_bp\":\"none\",\"_modules\":[]}]}]}]}]'),(653,179,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(654,180,'_wp_attached_file','2024/01/385907222_10168646577460647_4146319407795129738_n.jpg'),(655,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:483;s:6:\"height\";i:375;s:4:\"file\";s:61:\"2024/01/385907222_10168646577460647_4146319407795129738_n.jpg\";s:8:\"filesize\";i:41176;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"385907222_10168646577460647_4146319407795129738_n-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13036;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"385907222_10168646577460647_4146319407795129738_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5549;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"385907222_10168646577460647_4146319407795129738_n-100x78.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(656,181,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"116:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"120%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(185, 163, 175, 0.35)\",\"bg_upper_type\":\"color\",\"hide_login\":\"\",\"section_bg_advanced\":true,\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0%\",\"section_padding\":\"calc(3em + 7.5%) 5% calc(3em + 7.5%) 5%\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Motivational Hero Video\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"title\":\"\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"116:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Galleries\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#000000\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_padding\":\"1.25em 0px 0em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_max_width\":\"9em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"84%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Where\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#e9e9e9\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Luxury\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#6a406f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&amp;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f1f1f1\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Decadance\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f6f6f6\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"meets\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f0f0f0\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Dessert\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#673e6c\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"66.66% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.</p>\\n<p><strong>Our Philosophy:</strong> At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.</p>\\n<p><strong>The Sweet Desires Experience:</strong> Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.</p>\\n<p><strong>Special Events:</strong> Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.</p>\\n<p>Welcome to Sweet Desires, where every visit is an affair of the sweetest kind.</p>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"180:full\",\"_modules\":[]}]}]}]}]'),(657,181,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(658,182,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"116:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"120%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(185, 163, 175, 0.35)\",\"bg_upper_type\":\"color\",\"hide_login\":\"\",\"section_bg_advanced\":true,\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0%\",\"section_padding\":\"calc(3em + 7.5%) 5% calc(3em + 7.5%) 5%\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Motivational Hero Video\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"title\":\"\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"116:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Galleries\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#000000\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_padding\":\"1.25em 0px 0em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_max_width\":\"9em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"84%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Where\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#e9e9e9\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Luxury\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#6a406f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&amp;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f1f1f1\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Decadance\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f6f6f6\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"meets\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f0f0f0\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Dessert\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#673e6c\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"66.66% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.</p>\\n<p><strong>Our Philosophy:</strong> At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.</p>\\n<p><strong>The Sweet Desires Experience:</strong> Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.</p>\\n<p><strong>Special Events:</strong> Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.</p>\\n<p>Welcome to Sweet Desires, where every visit is an affair of the sweetest kind.</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"180:full\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"91:full\",\"_modules\":[]}]}]}]}]'),(659,182,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(660,183,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Galleries\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(16px + 10vmin)\",\"section_bg_color\":\"#000000\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0px\",\"section_padding\":\"1.25em 0px 0em 0px\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Headline (Row)\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_flex_align\":\"baseline\",\"layout_row_gap_column\":\"0.327em\",\"layout_row_gap_row\":\"0em\",\"layout_row_layout\":\"auto\",\"layout_row_layout_lg\":\"auto\",\"layout_row_layout_md\":\"auto\",\"layout_row_layout_sm\":\"auto\",\"layout_row_layout_xl\":\"auto\",\"layout_row_layout_xs\":\"auto\",\"layout_row_max_width\":\"9em\",\"layout_row_padding\":\"!0px\",\"layout_row_tag\":\"header\",\"layout_row_width\":\"84%\",\"layout_row_z_index\":\"2\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 01\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"222ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Where\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#e9e9e9\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 02\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"444ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Luxury\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#6a406f\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 03\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"666ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"&amp;\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f1f1f1\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 04\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"888ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Decadance\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f6f6f6\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 05\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1110ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"meets\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"200\",\"text_letter_spacing\":\"-0.035em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#f0f0f0\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Word 06\",\"_m\":{\"e\":2},\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_animation_enter\":\"pulse\",\"effects_animation_exit\":\"pulse\",\"effects_delay_scroll\":\"1332ms\",\"effects_duration\":\"722ms\",\"effects_duration_scroll\":\"1444ms\",\"effects_offset_bottom\":\"-99%\",\"effects_offset_top\":\"0%\",\"effects_scroll\":true,\"effects_transform_enter\":\"perspective(800px) rotateX(0deg)\",\"effects_transform_exit\":\"perspective(800px) rotateX(-33deg)\",\"text_content\":\"Dessert\",\"text_font_family\":\"google:imfellfrenchcanon\",\"text_font_size\":\"1.2em\",\"text_font_style\":\"italic\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.015em\",\"text_line_height\":\"1.1\",\"text_tag\":\"span\",\"text_text_color\":\"#673e6c\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_order\":0,\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"116:full\",\"bg_lower_parallax\":true,\"bg_lower_parallax_size\":\"120%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(185, 163, 175, 0.35)\",\"bg_upper_type\":\"color\",\"hide_login\":\"\",\"section_bg_advanced\":true,\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0%\",\"section_padding\":\"calc(3em + 7.5%) 5% calc(3em + 7.5%) 5%\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"title\":\"Motivational Hero Video\",\"_modules\":[{\"_type\":\"row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"row_border_radius\":\"0px\",\"row_border_style\":\"none\",\"row_border_width\":\"0px\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_z_index\":\"1\",\"title\":\"\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"116:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"66.66% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.</p>\\n<p><strong>Our Philosophy:</strong> At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.</p>\\n<p><strong>The Sweet Desires Experience:</strong> Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.</p>\\n<p><strong>Special Events:</strong> Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.</p>\\n<p>Welcome to Sweet Desires, where every visit is an affair of the sweetest kind.</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"180:full\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"91:full\",\"_modules\":[]}]}]}]}]'),(661,183,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(663,184,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"layout_column_text_align\":\"left\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"120:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_type\":\"image\",\"layout_column_bg_advanced\":true,\"layout_column_text_align\":\"left\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"rgb(255, 255, 255)\",\"anchor_bg_color_alt\":\"#673e6c\",\"anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none none solid none\",\"anchor_border_width\":\"0px 0px 3px 0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-pointer-o\",\"anchor_graphic_icon_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"4px\",\"anchor_href\":\"#placeholder\",\"anchor_info\":\"\",\"anchor_padding\":\"1em 1.581em 1em 1.389em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_size\":\"1.7em\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.15em\",\"anchor_primary_particle\":true,\"anchor_primary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_location\":\"c_c\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"white\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_secondary_font_size\":\"0.85em\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_secondary_particle_delay\":\"0.25s\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_location\":\"c_c\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"23px\",\"anchor_text_primary_content\":\"Make a Reservation\",\"hide_bp\":\"none\",\"_modules\":[]}]}]}]}]'),(664,184,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(668,185,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"form-integration\",\"_bp_base\":\"4_4\",\"form_integration_contact_form_7_id\":\"615\",\"form_integration_type\":\"contact-form-7\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"175:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]}]'),(669,185,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(672,186,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 2\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"112:full\",\"bg_lower_type\":\"image\",\"css\":\".row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 0px;\\n}\\n\\n.row.one-col > div {\\n\\tflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\n\\tflex: 0 1 48%;\\n}\\n\\n@media (max-width:480px) {\\n  .row.two-cols > div {\\n    flex: 1 1 100%;\\n  }\\n}\\n\\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"email\\\"],\\n.wpcf7 input[type=\\\"tel\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  padding: 20px ;\\n  margin-bottom: 10px;\\n  background-color: #fef6eb;\\n}\\n\\n.wpcf7 textarea {\\n  height: 146px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #ed6c42;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: #b7d5bd;\\n}\\n\\n.wpcf7 textarea.wpcf7-not-valid, \\n.wpcf7 input[type=\\\"text\\\"].wpcf7-not-valid, \\n.wpcf7 input[type=\\\"email\\\"].wpcf7-not-valid,\\n.wpcf7 input[type=\\\"tel\\\"].wpcf7-not-valid {\\n  border-bottom-color: #ff0000;\\n}\\n\\n.wpcf7-not-valid-tip {\\n  margin: 10px 0 0;\\n  color: red;\\n}\",\"section_bg_advanced\":true,\"section_bg_color\":\"#6d4273\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"105px 0px 105px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":\"\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",\"33.33% 66.66%\",\"37.69% 62.31%\",null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"bg_lower_color\":\"#6d4273\",\"bg_lower_type\":\"color\",\"css\":\"$el > .x-bg .x-bg-layer-lower-color {\\n  width: 95%;\\n  left: unset;\\n  right: 0;\\n}\\n\\n@media (max-width:767px) {\\n  $el > .x-bg .x-bg-layer-lower-color {\\n\\t  width: 94%;\\n  \\tleft: 3%;\\n  \\tright: 3%;\\n\\t}\\n} \",\"layout_row_bg_advanced\":true,\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"flex-start\",\"layout_row_gap_column\":\"2.5rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 66.66%\",\"layout_row_layout_lg\":\"37.69% 62.31%\",\"layout_row_layout_md\":\"33.33% 66.66%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"33.33% 66.66%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"50px 0px 50px 0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_bg_color\":\"rgb(0, 0, 0)\",\"layout_column_border_radius\":\"2px 2px 2px 2px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_color\":\"rgba(141, 140, 140, 0.39)\",\"layout_column_box_shadow_dimensions\":\"0.1em 0.2em 0.5em 0em\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"30px 40px 20px 40px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Contact Us\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:playfairdisplay\",\"text_font_size\":\"2.2em\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"25px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-map-marked-alt\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"info@sweetdesiresvero.com\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-at\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#f9f9f9\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-phone-volume\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"20px\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Opening Soon!\",\"text_content_margin\":\"0px 0px 0px 15px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"l-clock\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#ffffff\",\"text_graphic_icon_font_size\":\"1.5em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_content\":\"\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"35px\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_flex_align\":\"center\",\"layout_row_flex_justify\":\"center\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"layout_row_width\":\"100%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_flex_align\":\"center\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_justify\":\"center\",\"layout_column_flexbox\":true,\"layout_column_padding\":\"0px 0px 0px 0px\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"facebook-messenger\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"whatsapp\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em 0em 0em 0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"viber\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.44)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_font_size\":\"2em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_margin\":\"0em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text\":false,\"_modules\":[]}]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px 2.5em 0px 2.5em\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message\",\"text_content_margin\":\"0px 0px 5px 0px\",\"text_font_family\":\"system:tahoma\",\"text_font_size\":\"2.5em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!</p>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.3em\",\"text_font_weight\":\"400\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_text_color\":\"#ffffff\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"\\t[ninja_form id=1]\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"gap\",\"_bp_base\":\"4_4\",\"gap_size\":\"10px\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_retina\":false,\"image_src\":\"175:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Creative Contact Forms 1\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"css\":\"$el {\\n  overflow-y: hidden;\\n}\\n\\n.row {\\n  display: flex;\\n  justify-content: space-between;\\n  flex-wrap: wrap;\\n  \\n  margin-top: 20px;\\n}\\n\\n.row.one-col > div {\\nflex: 1 1 100%;\\n}\\n\\n.row.two-cols > div {\\nflex: 0 1 48%;\\n}\\n\\n.wpcf7 select, \\n.wpcf7 textarea, \\n.wpcf7 input[type=\\\"text\\\"], \\n.wpcf7 input[type=\\\"password\\\"], \\n.wpcf7 input[type=\\\"datetime\\\"], \\n.wpcf7 input[type=\\\"datetime-local\\\"], \\n.wpcf7 input[type=\\\"date\\\"], \\n.wpcf7 input[type=\\\"month\\\"], \\n.wpcf7 input[type=\\\"time\\\"], \\n.wpcf7 input[type=\\\"week\\\"], \\n.wpcf7 input[type=\\\"number\\\"], \\n.wpcf7 input[type=\\\"email\\\"], \\n.wpcf7 input[type=\\\"url\\\"], \\n.wpcf7 input[type=\\\"search\\\"], \\n.wpcf7 input[type=\\\"tel\\\"], \\n.wpcf7 input[type=\\\"color\\\"] {\\n  border-radius: 0;\\n  border: 0;\\n  border-bottom: 2px solid #efefef;\\n  box-shadow: none;\\n  margin-bottom: 0;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"] {\\n  border: 0;\\n  box-shadow: none;\\n  text-shadow: none;\\n  background-color: #dac655;\\n  border-radius: 2px;\\n  padding: 10px 25px;\\n}\\n\\n.wpcf7 input[type=\\\"submit\\\"]:hover {\\n  background-color: rgb(42, 42, 39);\\n}\",\"section_bg_color\":\"rgb(42, 42, 39)\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"0px 0px 0px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_grow\":true,\"layout_row_layout_lg\":\"100%\",\"layout_row_layout_md\":\"100%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"100%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"0px\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"_modules\":[{\"_type\":\"map\",\"_bp_base\":\"4_4\",\"css\":\"$el {\\n  overflow: hidden;\\n}\",\"frame_bg_color\":\"#ffffff\",\"frame_border_radius\":\"0em\",\"frame_border_style\":\"none\",\"frame_border_width\":\"0px\",\"frame_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"frame_content_height\":\"450px\",\"frame_content_sizing\":\"fixed-height\",\"frame_margin\":\"0em\",\"frame_padding\":\"0em\",\"map_embed_code\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.914772556!2d-74.11976378380106!3d40.69740344145935!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2smy!4v1577354398691!5m2!1sen!2smy\\\" width=\\\"600\\\" height=\\\"250\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\"></iframe>\",\"_modules\":[]}]}]}]}]'),(673,186,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),(676,11,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"bar\":[\"mb-0\",\"mb-1\",\"mb-2\"],\"dynamic-content\":[]},\"el:e4\":{\"bar\":[\"mb-1\",\"mb-2\",\"mb-3\"],\"dynamic-content\":[]},\"el:e5\":{\"bar\":[\"mb-1\",\"mb-2\",\"mb-4\",\"mb-5\"],\"dynamic-content\":[]},\"el:e6\":{\"bar\":[\"mb-1\",\"mb-5\",\"mb-6\"],\"dynamic-content\":[]},\"el:e2\":{\"effects\":[\"mb-7\"],\"container\":[\"mb-9\",\"mb-a\",\"mb-b\",\"mb-c\"],\"dynamic-content\":[]},\"el:e3\":{\"effects\":[\"mb-8\"],\"image\":[\"mb-g\"],\"dynamic-content\":[]},\"el:e7\":{\"container\":[\"mb-9\",\"mb-a\",\"mb-c\",\"mb-d\"],\"dynamic-content\":[]},\"el:e9\":{\"container\":[\"mb-9\",\"mb-d\",\"mb-e\"],\"dynamic-content\":[]},\"el:e12\":{\"container\":[\"mb-9\",\"mb-c\",\"mb-d\",\"mb-f\"],\"dynamic-content\":[]},\"el:e8\":{\"menu\":[\"mb-h\",\"mb-i\"],\"dropdown\":[\"mb-k\"],\"top-links\":[\"mb-l\",\"mb-m\",\"mb-n\",\"mb-o\",\"mb-p\",\"mb-q\",\"mb-r\",\"mb-s\",\"mb-t\"],\"sub-links\":[\"mb-m\",\"mb-n\",\"mb-o\",\"mb-p\",\"mb-r\",\"mb-t\",\"mb-u\",\"mb-v\",\"mb-w\",\"mb-x\"],\"dynamic-content\":[]},\"el:e14\":{\"menu\":[\"mb-h\",\"mb-j\"],\"top-links\":[\"mb-m\",\"mb-o\",\"mb-p\",\"mb-r\",\"mb-s\",\"mb-u\",\"mb-v\",\"mb-14\"],\"sub-links\":[\"mb-m\",\"mb-n\",\"mb-p\",\"mb-r\",\"mb-t\",\"mb-u\",\"mb-v\",\"mb-w\",\"mb-13\",\"mb-15\"],\"dynamic-content\":[]},\"el:e10\":{\"anchor\":[\"mb-m\",\"mb-n\",\"mb-o\",\"mb-p\",\"mb-q\",\"mb-y\",\"mb-z\",\"mb-10\"],\"dynamic-content\":[]},\"el:e11\":{\"anchor\":[\"mb-m\",\"mb-n\",\"mb-o\",\"mb-p\",\"mb-q\",\"mb-y\",\"mb-10\",\"mb-11\"],\"dynamic-content\":[]},\"el:e13\":{\"anchor\":[\"mb-p\",\"mb-q\",\"mb-u\",\"mb-10\",\"mb-12\",\"mb-13\"],\"off-canvas\":[\"mb-16\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]},\"el:e15\":{\"dynamic-content\":[]},\"el:e16\":{\"dynamic-content\":[]},\"el:e17\":{\"dynamic-content\":[]}},\"tss\":\" .mb-0.x-bar{height:400px;font-size:1em;background-color:#6b4171;box-shadow:0px 3px 25px 0px rgba(0, 0, 0, 0.15);} .mb-0 .x-bar-content{height:400px;} .mb-0.x-bar-outer-spacers:after,.mb-0.x-bar-outer-spacers:before{flex-basis:20px;width:20px!important;height:20px;} .mb-0.x-bar-space{font-size:1em;height:400px;} .mb-1.x-bar{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;z-index:9999;} .mb-1 .x-bar-content{flex-direction:row;align-items:center;} .mb-2 .x-bar-content{justify-content:space-between;flex-grow:0;flex-shrink:1;flex-basis:100%;} .mb-3.x-bar{height:6rem;font-size:16px;} .mb-3 .x-bar-content{height:6rem;} .mb-3.x-bar-outer-spacers:after,.mb-3.x-bar-outer-spacers:before{flex-basis:2rem;width:2rem!important;height:2rem;} .mb-3.x-bar-space{font-size:16px;height:6rem;} .mb-4.x-bar{height:auto;padding-top:0px;padding-right:0px;padding-bottom:25px;padding-left:0px;background-color:#000000;} .mb-4 .x-bar-content{height:auto;} .mb-4.x-bar-outer-spacers:after,.mb-4.x-bar-outer-spacers:before{flex-basis:10px;width:10px!important;height:10px;} .mb-4.x-bar-space{height:auto;} .mb-5.x-bar{font-size:1rem;} .mb-5.x-bar-space{font-size:1rem;} .mb-6.x-bar{height:5em;box-shadow:0em 3px 1em 0px rgb(0, 0, 0);} .mb-6 .x-bar-content{justify-content:space-evenly;height:5em;} .mb-6.x-bar-outer-spacers:after,.mb-6.x-bar-outer-spacers:before{flex-basis:2em;width:2em!important;height:2em;} .mb-6.x-bar-space{height:5em;} .mb-7{opacity:0.975;} .mb-8{transform:scale(1);} .mb-9.x-bar-container{flex-direction:row;align-items:center;flex-basis:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;z-index:1;} .mb-a.x-bar-container{justify-content:center;} .mb-b.x-bar-container{flex-grow:1;flex-shrink:0;text-align:center;background-color:rgba(0, 0, 0, 0.01);} .mb-d.x-bar-container{flex-grow:0;flex-shrink:1;} .mb-e.x-bar-container{justify-content:flex-start;max-width:100%;margin-top:0px;margin-right:0%;margin-bottom:0px;margin-left:20px;} .mb-f.x-bar-container{justify-content:flex-end;} .mb-g.x-image{font-size:1em;} .mb-i{font-size:1rem;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;flex-grow:0;flex-shrink:1;flex-basis:auto;} .mb-i > li,.mb-i > li > a{flex-grow:0;flex-shrink:1;flex-basis:auto;} .mb-j{font-size:1.25em;} .mb-j [data-x-toggle-collapse]{transition-duration:300ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .mb-k .x-dropdown {width:14em;font-size:16px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;box-shadow:0em 0.15em 2em 0em rgba(0, 0, 0, 0.15);transition-duration:500ms,500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .mb-k .x-dropdown:not(.x-active) {transition-delay:0s,0s,500ms;} .mb-l.x-anchor {margin-top:0em;margin-right:0em;margin-bottom:0em;margin-left:1.5em;font-size:1.7rem;} .mb-l.x-anchor .x-anchor-text {margin-right:5px;} .mb-l.x-anchor .x-anchor-text-primary {line-height:inherit;letter-spacing:00.05em;margin-right:calc(00.05em * -1);color:#000000;} .mb-l.x-anchor:hover .x-anchor-text-primary,.mb-l.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .mb-l.x-anchor .x-anchor-text-primary {color:#fafafa;} .mb-l > .is-primary {width:100%;height:1px;color:#6a406f;transform-origin:50% 50%;} .mb-m.x-anchor {border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .mb-o.x-anchor {background-color:transparent;} .mb-p.x-anchor .x-anchor-content {flex-direction:row;justify-content:center;align-items:center;} .mb-r.x-anchor .x-anchor-text {margin-top:5px;margin-bottom:5px;margin-left:5px;} .mb-r.x-anchor .x-anchor-text-primary {font-size:1em;font-style:normal;} .mb-r.x-anchor .x-anchor-sub-indicator {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;font-size:1em;} .mb-s.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:opensans%%\\/post%%;font-weight:%%post tss-fw%%google:opensans|400%%\\/post%%;} .mb-t.x-anchor .x-anchor-sub-indicator {color:rgba(0, 0, 0, 1);} .mb-t.x-anchor:hover .x-anchor-sub-indicator,.mb-t.x-anchor[class*=\\\"active\\\"] .x-anchor-sub-indicator,[data-x-effect-provider*=\\\"colors\\\"]:hover .mb-t.x-anchor .x-anchor-sub-indicator {color:rgba(0, 0, 0, 0.5);} .mb-u.x-anchor {font-size:1em;} .mb-v.x-anchor .x-anchor-content {padding-top:0.75em;padding-right:0.75em;padding-bottom:0.75em;padding-left:0.75em;} .mb-v.x-anchor .x-anchor-text {margin-right:auto;} .mb-v.x-anchor .x-anchor-text-primary {line-height:1;} .mb-w.x-anchor .x-anchor-text-primary {font-family:inherit;color:rgba(0, 0, 0, 1);} .mb-w.x-anchor:hover .x-anchor-text-primary,.mb-w.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .mb-w.x-anchor .x-anchor-text-primary {color:rgba(0, 0, 0, 0.5);} .mb-x.x-anchor .x-anchor-text-primary {font-weight:%%post tss-fw%%inherit|400%%\\/post%%;} .mb-y.x-anchor {width:1em;height:1em;margin-top:0rem;margin-right:0rem;margin-bottom:0rem;margin-left:0.5rem;font-size:3em;} .mb-y.x-anchor .x-graphic-icon {font-size:1em;width:1em;height:1em;line-height:1em;background-color:transparent;} .mb-y.x-anchor:hover .x-graphic-icon,.mb-y.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .mb-y.x-anchor .x-graphic-icon {color:#fafafa;} .mb-z.x-anchor .x-graphic-icon {color:rgb(0, 0, 0);} .mb-10.x-anchor .x-graphic-icon {border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .mb-11.x-anchor .x-graphic-icon {color:hsl(0, 0%, 7%);} .mb-12.x-anchor {width:2.6em;height:2.6em;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(0, 0, 0);border-right-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);border-left-color:rgb(0, 0, 0);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;} .mb-12.x-anchor:hover,.mb-12.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .mb-12.x-anchor {border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);} .mb-12.x-anchor .x-graphic {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;} .mb-12.x-anchor .x-graphic-icon {font-size:1.25em;width:auto;color:rgba(0, 0, 0, 1);} .mb-12.x-anchor:hover .x-graphic-icon,.mb-12.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .mb-12.x-anchor .x-graphic-icon {color:rgba(0, 0, 0, 0.5);} .mb-12.x-anchor .x-toggle {color:rgb(0, 0, 0);} .mb-12.x-anchor .x-toggle-burger {width:10em;margin-top:3em;margin-right:0;margin-bottom:3em;margin-left:0;font-size:2px;} .mb-12.x-anchor .x-toggle-burger-bun-t {transform:translate3d(0, calc(3em * -1), 0);} .mb-12.x-anchor .x-toggle-burger-bun-b {transform:translate3d(0, 3em, 0);} .mb-14.x-anchor {border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;} .mb-14.x-anchor:hover,.mb-14.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .mb-14.x-anchor {background-color:rgba(255, 255, 255, 0.11);} .mb-14.x-anchor .x-anchor-text-primary {color:#030303;} .mb-14.x-anchor .x-anchor-sub-indicator {color:#ffffff;} .mb-14.x-anchor,.mb-14.x-anchor :not([data-x-particle]) {transition-duration:0ms;} .mb-15.x-anchor .x-anchor-text-primary {font-weight:inherit;} .mb-16{font-size:16px;transition-duration:500ms;} .mb-16 .x-off-canvas-bg{background-color:rgba(32, 36, 45, 0.77);transition-duration:500ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .mb-16 .x-off-canvas-close{width:calc(1em * 2);height:calc(1em * 2);font-size:1em;color:rgb(0, 0, 0);transition-duration:0.3s,500ms,500ms;transition-timing-function:ease-in-out,cubic-bezier(0.400, 0.000, 0.200, 1.000),cubic-bezier(0.400, 0.000, 0.200, 1.000);} .mb-16 .x-off-canvas-close:focus,.mb-16 .x-off-canvas-close:hover{color:rgb(255, 255, 255);} .mb-16 .x-off-canvas-content{width:100%;max-width:24em;padding-top:calc(1em * 2);padding-right:calc(1em * 2);padding-bottom:calc(1em * 2);padding-left:calc(1em * 2);border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#6d4273;box-shadow:0em 0em 2em 0em rgba(0, 0, 0, 0.25);transition-duration:500ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);}\",\"element_css\":\"   .e11-e4.x-bar { margin-top: -6rem; }          \"}}'),(677,33,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"bar\":[\"mx-0\",\"mx-1\",\"mx-2\"],\"dynamic-content\":[]},\"el:e5\":{\"bar\":[\"mx-0\",\"mx-2\",\"mx-3\",\"mx-4\",\"mx-5\",\"mx-6\"],\"dynamic-content\":[]},\"el:e8\":{\"bar\":[\"mx-0\",\"mx-5\",\"mx-6\",\"mx-7\",\"mx-8\"],\"dynamic-content\":[]},\"el:e11\":{\"bar\":[\"mx-0\",\"mx-3\",\"mx-6\",\"mx-8\",\"mx-9\"],\"dynamic-content\":[]},\"el:e2\":{\"container\":[\"mx-a\",\"mx-b\",\"mx-c\",\"mx-d\",\"mx-e\"],\"dynamic-content\":[]},\"el:e6\":{\"container\":[\"mx-a\",\"mx-c\",\"mx-d\",\"mx-e\",\"mx-f\"],\"dynamic-content\":[]},\"el:e9\":{\"container\":[\"mx-a\",\"mx-c\",\"mx-d\",\"mx-f\",\"mx-g\",\"mx-h\"],\"dynamic-content\":[]},\"el:e12\":{\"container\":[\"mx-a\",\"mx-d\",\"mx-h\",\"mx-i\"],\"dynamic-content\":[]},\"el:e14\":{\"container\":[\"mx-a\",\"mx-h\",\"mx-i\",\"mx-j\"],\"dynamic-content\":[]},\"el:e3\":{\"image\":[\"mx-k\"],\"dynamic-content\":[]},\"el:e4\":{\"anchor\":[\"mx-l\",\"mx-m\",\"mx-n\",\"mx-o\",\"mx-p\",\"mx-q\",\"mx-r\",\"mx-s\",\"mx-t\",\"mx-u\"],\"dynamic-content\":[]},\"el:e10\":{\"anchor\":[\"mx-l\",\"mx-p\",\"mx-q\",\"mx-r\",\"mx-s\",\"mx-t\",\"mx-v\",\"mx-w\",\"mx-x\",\"mx-y\"],\"dynamic-content\":[]},\"el:e13\":{\"top-links\":[\"mx-l\",\"mx-o\",\"mx-q\",\"mx-r\",\"mx-u\",\"mx-w\",\"mx-x\",\"mx-z\",\"mx-10\",\"mx-11\"],\"sub-links\":[\"mx-l\",\"mx-n\",\"mx-o\",\"mx-p\",\"mx-q\",\"mx-s\",\"mx-u\",\"mx-w\",\"mx-y\",\"mx-z\",\"mx-11\",\"mx-12\"],\"menu\":[\"mx-15\"],\"dropdown\":[\"mx-16\"],\"dynamic-content\":[]},\"el:e15\":{\"anchor\":[\"mx-o\",\"mx-p\",\"mx-q\",\"mx-w\",\"mx-z\",\"mx-13\"],\"dynamic-content\":[]},\"el:e16\":{\"anchor\":[\"mx-o\",\"mx-p\",\"mx-q\",\"mx-w\",\"mx-z\",\"mx-13\"],\"dynamic-content\":[]},\"el:e7\":{\"text-headline\":[\"mx-14\"],\"dynamic-content\":[]},\"el:e17\":{\"text-standard\":[\"mx-17\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .mx-0.x-bar{height:auto;padding-right:0rem;padding-left:0rem;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1rem;z-index:9999;} .mx-0 .x-bar-content{flex-direction:row;justify-content:space-between;flex-grow:0;flex-shrink:1;height:auto;max-width:1200px;} .mx-0.x-bar-outer-spacers:after,.mx-0.x-bar-outer-spacers:before{flex-basis:2rem;width:2rem!important;height:2rem;} .mx-0.x-bar-space{font-size:1rem;} .mx-1.x-bar{padding-top:-0.15rem;padding-bottom:-0.054rem;} .mx-1 .x-bar-content{flex-basis:100%;} .mx-2 .x-bar-content{align-items:center;} .mx-3.x-bar{padding-top:3rem;} .mx-4.x-bar{padding-bottom:0rem;} .mx-5.x-bar{background-color:rgb(0, 0, 0);} .mx-6 .x-bar-content{flex-basis:86%;} .mx-7.x-bar{padding-top:1.5rem;padding-bottom:3.5rem;} .mx-8 .x-bar-content{align-items:stretch;flex-wrap:wrap;align-content:stretch;} .mx-9.x-bar{padding-bottom:3rem;} .mx-a.x-bar-container{flex-direction:row;flex-shrink:0;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;z-index:1;} .mx-b.x-bar-container{justify-content:space-between;text-align:center;} .mx-c.x-bar-container{align-items:center;} .mx-d.x-bar-container{flex-grow:1;} .mx-e.x-bar-container{flex-basis:0%;} .mx-f.x-bar-container{justify-content:center;} .mx-g.x-bar-container{flex-basis:15rem;padding-top:0.25rem;padding-bottom:0.25rem;} .mx-h.x-bar-container{padding-right:0.25rem;padding-left:0.25rem;} .mx-i.x-bar-container{justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;flex-basis:240px;padding-top:1rem;padding-bottom:1rem;} .mx-j.x-bar-container{flex-grow:7;} .mx-k.x-image{display:block;font-size:1em;max-width:75%;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:transparent;} .mx-l.x-anchor .x-anchor-text-primary {font-style:normal;} .mx-m.x-anchor {border-top-width:0px;border-right-width:0px;border-bottom-width:3px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:solid;border-left-style:none;border-top-color:transparent;border-right-color:transparent;border-bottom-color:rgba(0,0,0,0.25);border-left-color:transparent;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#0f0920;box-shadow:0em 0.15em 2em 0em rgba(0, 0, 0, 0.25);} .mx-m.x-anchor .x-anchor-content {padding-top:1em;padding-right:1.563em;padding-bottom:1em;padding-left:1.563em;} .mx-m.x-anchor:hover,.mx-m.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .mx-m.x-anchor {background-color:#673e6c;} .mx-m.x-anchor .x-anchor-text {margin-top:4px;margin-right:4px;margin-bottom:4px;margin-left:4px;} .mx-m.x-anchor .x-anchor-text-primary {letter-spacing:0.15em;margin-right:calc(0.15em * -1);color:white;} .mx-m > .is-primary {width:100%;height:100%;color:rgba(255, 255, 255, 0.15);transform-origin:50% 50%;} .mx-n.x-anchor {font-size:1em;} .mx-o.x-anchor .x-anchor-content {flex-direction:row;} .mx-p.x-anchor .x-anchor-content {justify-content:center;} .mx-q.x-anchor .x-anchor-content {align-items:center;} .mx-r.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:lato%%\\/post%%;} .mx-s.x-anchor .x-anchor-text-primary {font-size:1em;} .mx-t.x-anchor .x-anchor-text-primary {font-weight:%%post tss-fw%%google:lato|700%%\\/post%%;text-transform:uppercase;} .mx-u.x-anchor .x-anchor-text-primary {line-height:1;} .mx-v.x-anchor {width:100%;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;background-color:#6d4273;} .mx-v.x-anchor .x-anchor-content {flex-direction:row-reverse;padding-right:1em;padding-left:1em;} .mx-v.x-anchor:hover,.mx-v.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .mx-v.x-anchor {background-color:#d7af68;} .mx-v.x-anchor .x-anchor-text-primary {line-height:1.4;letter-spacing:0.125em;margin-right:calc(0.125em * -1);color:#ffffff;} .mx-w.x-anchor {border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .mx-x.x-anchor {font-size:1rem;} .mx-y.x-anchor .x-anchor-content {padding-top:0.75em;padding-bottom:0.75em;} .mx-z.x-anchor {background-color:transparent;} .mx-10.x-anchor .x-anchor-content {justify-content:flex-start;padding-top:0.5em;padding-right:0em;padding-bottom:0.5em;padding-left:0em;} .mx-10.x-anchor .x-anchor-text-primary {font-size:1.5em;font-weight:%%post tss-fw%%google:lato|fw-bold%%\\/post%%;color:#0d081c;} .mx-10.x-anchor:hover .x-anchor-text-primary,.mx-10.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .mx-10.x-anchor .x-anchor-text-primary {color:#ffffff;} .mx-11.x-anchor .x-anchor-sub-indicator {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;font-size:1em;color:rgba(0, 0, 0, 1);} .mx-11.x-anchor:hover .x-anchor-sub-indicator,.mx-11.x-anchor[class*=\\\"active\\\"] .x-anchor-sub-indicator,[data-x-effect-provider*=\\\"colors\\\"]:hover .mx-11.x-anchor .x-anchor-sub-indicator {color:rgba(0, 0, 0, 0.5);} .mx-12.x-anchor .x-anchor-content {padding-right:0.75em;padding-left:0.75em;} .mx-12.x-anchor .x-anchor-text {margin-top:5px;margin-right:auto;margin-bottom:5px;margin-left:5px;} .mx-12.x-anchor .x-anchor-text-primary {font-family:inherit;font-weight:%%post tss-fw%%inherit|400%%\\/post%%;color:rgba(0, 0, 0, 1);} .mx-12.x-anchor:hover .x-anchor-text-primary,.mx-12.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .mx-12.x-anchor .x-anchor-text-primary {color:rgba(0, 0, 0, 0.5);} .mx-13.x-anchor {margin-top:0em;margin-right:0.5em;margin-bottom:0.5em;margin-left:0em;font-size:1.75rem;} .mx-13.x-anchor .x-graphic-icon {font-size:1em;width:1em;color:rgb(0, 0, 0);border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;height:1em;line-height:1em;background-color:transparent;} .mx-13.x-anchor:hover .x-graphic-icon,.mx-13.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .mx-13.x-anchor .x-graphic-icon {color:#ffffff;} .mx-14.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1.5rem;} .mx-14.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1em;font-style:normal;font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;line-height:1.4;letter-spacing:0em;text-align:center;text-transform:none;color:#ffffff;} .mx-15{font-size:1rem;flex-direction:column;justify-content:space-around;align-items:stretch;align-self:stretch;flex-grow:1;flex-shrink:0;flex-basis:0%;} .mx-15 > li,.mx-15 > li > a{flex-grow:0;flex-shrink:1;flex-basis:auto;} .mx-16 .x-dropdown {width:14em;font-size:16px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;box-shadow:0em 0.15em 2em 0em rgba(0, 0, 0, 0.15);transition-duration:500ms,500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .mx-16 .x-dropdown:not(.x-active) {transition-delay:0s,0s,500ms;} .mx-17.x-text{width:100%;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1.4rem;font-style:normal;font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;line-height:2.1;letter-spacing:-0.03em;text-transform:none;color:#030303;} .mx-17.x-text > :first-child{margin-top:0;} .mx-17.x-text > :last-child{margin-bottom:0;} .mx-17.x-text:hover,.mx-17.x-text[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .mx-17.x-text{color:rgb(0, 0, 0);}\",\"element_css\":\"                \"}}'),(678,21,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"section\":[\"ml-0\"],\"dynamic-content\":[]},\"el:e2\":{\"layout-row\":[\"ml-1\"],\"layout-row-columns\":[\"ml-2\"],\"dynamic-content\":[]},\"el:e3\":{\"layout-column\":[\"ml-3\"],\"dynamic-content\":[]},\"el:e5\":{\"layout-column\":[\"ml-3\"],\"dynamic-content\":[]},\"el:e4\":{\"image\":[\"ml-4\"],\"dynamic-content\":[]},\"el:e6\":{\"anchor\":[\"ml-5\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .ml-0.x-section{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:65px;padding-right:0px;padding-bottom:65px;padding-left:0px;z-index:1;} .ml-1.x-row{z-index:auto;margin-right:auto;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;font-size:1em;} .ml-1 > .x-row-inner{flex-direction:row;justify-content:flex-start;align-items:stretch;align-content:stretch;margin-top:calc(((20px \\/ 2) + 1px) * -1);margin-right:calc(((20px \\/ 2) + 1px) * -1);margin-bottom:calc(((20px \\/ 2) + 1px) * -1);margin-left:calc(((20px \\/ 2) + 1px) * -1);} .ml-1 > .x-row-inner > *{margin-top:calc(20px \\/ 2);margin-bottom:calc(20px \\/ 2);margin-right:calc(20px \\/ 2);margin-left:calc(20px \\/ 2);} .ml-2{--gap:20px;} .ml-2 > .x-row-inner > *:nth-child(2n - 0) \\/** 65b55ede51255 *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .ml-2 > .x-row-inner > *:nth-child(2n - 1) \\/** 65b55ede51255 *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .ml-3.x-col{z-index:1;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;text-align:left;} .ml-4.x-image{font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .ml-5.x-anchor {border-top-width:0px;border-right-width:0px;border-bottom-width:3px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:solid;border-left-style:none;border-top-color:transparent;border-right-color:transparent;border-bottom-color:rgba(0,0,0,0.25);border-left-color:transparent;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:1em;background-color:rgb(255, 255, 255);box-shadow:0em 0.15em 2em 0em rgba(0, 0, 0, 0.25);} .ml-5.x-anchor .x-anchor-content {flex-direction:row;justify-content:center;align-items:center;padding-top:1em;padding-right:1.581em;padding-bottom:1em;padding-left:1.389em;} .ml-5.x-anchor:hover,.ml-5.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .ml-5.x-anchor {background-color:#673e6c;} .ml-5.x-anchor .x-anchor-text {margin-top:23px;margin-right:23px;margin-bottom:23px;margin-left:23px;} .ml-5.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1.7em;font-style:normal;font-weight:%%post tss-fw%%google:lato|700%%\\/post%%;line-height:1;letter-spacing:0.15em;margin-right:calc(0.15em * -1);text-align:center;text-transform:uppercase;color:rgb(0, 0, 0);} .ml-5.x-anchor:hover .x-anchor-text-primary,.ml-5.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .ml-5.x-anchor .x-anchor-text-primary {color:white;} .ml-5 > .is-primary {width:100%;height:100%;color:rgba(255, 255, 255, 0.15);transform-origin:50% 50%;}\",\"element_css\":\"     \"}}');
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=187 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,'2024-01-11 23:47:03','2024-01-11 23:47:03','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','trash','open','open','','hello-world__trashed','','','2024-01-12 14:56:57','2024-01-12 14:56:57','',0,'http://sweetdesiresdessertlounge.com/?p=1',0,'post','',1),(2,1,'2024-01-11 23:47:03','2024-01-11 23:47:03','<!-- 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://sweetdesiresdessertlounge.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2024-01-12 14:56:47','2024-01-12 14:56:47','',0,'http://sweetdesiresdessertlounge.com/?page_id=2',0,'page','',0),(3,1,'2024-01-11 23:47:03','2024-01-11 23:47:03','<!-- 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://sweetdesiresdessertlounge.com.</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','closed','','privacy-policy','','','2024-01-26 16:44:12','2024-01-26 16:44:12','',0,'http://sweetdesiresdessertlounge.com/?page_id=3',0,'page','',0),(4,0,'2024-01-11 23:47:04','2024-01-11 23:47:04','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-01-11 23:47:04','2024-01-11 23:47:04','',0,'http://sweetdesiresdessertlounge.com/index.php/2024/01/11/navigation/',0,'wp_navigation','',0),(6,1,'2024-01-12 14:56:47','2024-01-12 14:56:47','<!-- 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://sweetdesiresdessertlounge.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2024-01-12 14:56:47','2024-01-12 14:56:47','',2,'https://sweetdesiresdessertlounge.com/?p=6',0,'revision','',0),(7,1,'2024-01-12 14:56:57','2024-01-12 14:56:57','<!-- wp:paragraph -->\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','','','2024-01-12 14:56:57','2024-01-12 14:56:57','',1,'https://sweetdesiresdessertlounge.com/?p=7',0,'revision','',0),(9,2,'2024-01-22 17:05:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-01-22 17:05:36','0000-00-00 00:00:00','',0,'https://sweetdesiresdessertlounge.com/?p=9',0,'post','',0),(10,1,'2024-01-23 15:44:17','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-01-23 15:44:17','0000-00-00 00:00:00','',0,'https://sweetdesiresdessertlounge.com/?p=10',0,'post','',0),(11,1,'2024-01-23 15:48:18','2024-01-23 15:48:18','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[{\"group\":true,\"condition\":\"site:entire-site\",\"value\":\"\"}],\"layout_type\":\"header\",\"assignment_priority\":0,\"multi_region\":false},\"regions\":{\"top\":[{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"#6b4171\",\"bar_height\":\"400px\",\"bg_lower_image\":\"47:full\",\"bg_lower_type\":\"image\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_lower_parallax\":true,\"bg_lower_parallax_direction\":\"h\",\"bg_lower_type\":\"image\",\"bg_upper_type\":\"image\",\"container_bg_advanced\":true,\"container_bg_color\":\"rgba(0, 0, 0, 0.01)\",\"container_flex\":\"1 0 auto\",\"container_row_flex_justify\":\"center\",\"container_text_align\":\"center\",\"container_z_index\":\"1\",\"effects_opacity\":\"0.975\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"effects_transform\":\"scale(1)\",\"image_object_fit\":\"contain\",\"image_retina\":false,\"image_src\":\"40:full\",\"image_type\":\"scaling\",\"_modules\":[]}]}]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_base_font_size\":\"16px\",\"bar_bg_color\":\"transparent\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_height\":\"6rem\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"0em\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"css\":\"$el.x-bar { margin-top: -6rem; }\",\"hide_login\":\"\",\"title\":\"Bar 3\",\"_modules\":[]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_base_font_size\":\"1rem\",\"bar_bg_color\":\"#000000\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"10px\",\"bar_padding\":\"0px 0px 25px 0px\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"title\":\"Bar 2\",\"_modules\":[]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_base_font_size\":\"1rem\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"transparent\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"rgb(0, 0, 0)\",\"bar_box_shadow_dimensions\":\"0em 3px 1em 0px\",\"bar_content_length\":\"auto\",\"bar_height\":\"5em\",\"bar_outer_spacing\":\"2em\",\"bar_padding\":\"0em\",\"bar_row_flex_justify\":\"space-evenly\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_sticky\":true,\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_label\":\"Inline Nav\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_border_radius\":\"0px\",\"container_border_width\":\"0px\",\"container_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"container_margin\":\"0px\",\"container_padding\":\"0px\",\"container_row_flex_justify\":\"center\",\"container_z_index\":\"1\",\"hide_bp\":\" md sm xs\",\"hide_login\":\"\",\"title\":\"Container 2\",\"_modules\":[{\"_type\":\"nav-inline\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_base_font_size\":\"1.7rem\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"#000000\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_margin\":\"0em 0em 0em 1.5em\",\"anchor_padding\":\"0em\",\"anchor_primary_font_family\":\"google:opensans\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_letter_spacing\":\"00.05em\",\"anchor_primary_line_height\":\"inherit\",\"anchor_primary_particle\":true,\"anchor_primary_particle_border_radius\":\"0em\",\"anchor_primary_particle_color\":\"#6a406f\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_height\":\"1px\",\"anchor_primary_particle_location\":\"t_c\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_text_color\":\"#000000\",\"anchor_primary_text_color_alt\":\"#fafafa\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_border_radius\":\"0em\",\"dropdown_border_style\":\"none\",\"dropdown_border_width\":\"0px\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"hide_bp\":\"sm xs\",\"hide_login\":\"\",\"menu\":\"menu:2\",\"menu_base_font_size\":\"1rem\",\"menu_flex\":\"0 1 auto\",\"menu_margin\":\"0em\",\"menu_row_flex_align\":\"center\",\"menu_row_flex_justify\":\"center\",\"sub_anchor_bg_color_alt\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_primary_font_weight\":\"400\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\"}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_label\":\"Social\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_margin\":\"0px 0% 0px 20px\",\"container_max_width\":\"100%\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 2\",\"_modules\":[{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_base_font_size\":\"3em\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_blank\":true,\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"!0em\",\"anchor_border_style\":\"none\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"anchor_graphic_icon\":\"facebook-square\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgb(0, 0, 0)\",\"anchor_graphic_icon_color_alt\":\"#fafafa\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"1em\",\"anchor_href\":\"https://www.facebook.com/profile.php?id=61552075443955\",\"anchor_margin\":\"0rem 0rem 0rem 0.5rem\",\"anchor_nofollow\":true,\"anchor_padding\":\"!0em\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"1em\",\"hide_login\":\"\"},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_base_font_size\":\"3em\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_blank\":true,\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon\":\"instagram\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"hsl(0, 0%, 7%)\",\"anchor_graphic_icon_color_alt\":\"#fafafa\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"1em\",\"anchor_href\":\"https://www.instagram.com/sweetdesires_dessertlounge/\",\"anchor_margin\":\"0rem 0rem 0rem 0.5rem\",\"anchor_nofollow\":true,\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"1em\",\"hide_login\":\"\"}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_label\":\"Hambuger\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-end\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 2\",\"_modules\":[{\"_type\":\"layout-off-canvas\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"hide_bp\":\" lg xl\",\"off_canvas_bg_color\":\"rgba(32, 36, 45, 0.77)\",\"off_canvas_close_color\":\"rgb(0, 0, 0)\",\"off_canvas_close_color_alt\":\"rgb(255, 255, 255)\",\"off_canvas_content_bg_color\":\"#6d4273\",\"toggle_anchor_bg_color\":\"transparent\",\"toggle_anchor_border_color\":\"rgb(0, 0, 0)\",\"toggle_anchor_border_color_alt\":\"rgb(255, 255, 255)\",\"toggle_anchor_border_radius\":\"8px\",\"toggle_anchor_border_width\":\"3px\",\"toggle_anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"toggle_anchor_height\":\"2.6em\",\"toggle_anchor_width\":\"2.6em\",\"toggle_color\":\"rgb(0, 0, 0)\",\"toggle_color_alt\":\"\",\"_modules\":[{\"_type\":\"nav-collapsed\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"anchor_bg_color_alt\":\"rgba(255, 255, 255, 0.11)\",\"anchor_border_radius\":\"4px\",\"anchor_duration\":\"0ms\",\"anchor_primary_font_family\":\"google:opensans\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_text_color\":\"#030303\",\"anchor_primary_text_color_alt\":\"\",\"anchor_sub_indicator_color\":\"#ffffff\",\"anchor_sub_indicator_color_alt\":\"\",\"menu\":\"menu:2\",\"menu_base_font_size\":\"1.25em\",\"_modules\":[]}]}]}]}],\"right\":[],\"bottom\":[],\"left\":[]}}','Header','','tco-data','closed','closed','','untitled-header','','','2024-01-27 18:46:17','2024-01-27 18:46:17','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_header&#038;p=11',0,'cs_header','',0),(12,1,'2024-01-23 15:49:01','2024-01-23 15:49:01','','23-logo-sm','','inherit','open','closed','','23-logo-sm','','','2024-01-23 15:49:01','2024-01-23 15:49:01','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/23-logo-sm.png',0,'attachment','image/png',0),(13,1,'2024-01-23 15:49:01','2024-01-23 15:49:01','','23-logo-lg','','inherit','open','closed','','23-logo-lg','','','2024-01-23 15:49:01','2024-01-23 15:49:01','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/23-logo-lg.png',0,'attachment','image/png',0),(14,2,'2024-01-23 17:14:14','2024-01-23 17:14:14','[cs_content _p=\'14\'][/cs_content]','Untitled Page','','trash','closed','closed','','__trashed','','','2024-01-23 17:14:14','2024-01-23 17:14:14','',0,'https://sweetdesiresdessertlounge.com/?page_id=14',0,'page','',0),(15,2,'2024-01-23 15:57:53','2024-01-23 15:57:53','[cs_content _p=\'14\'][/cs_content]','Untitled Page','','inherit','closed','closed','','14-revision-v1','','','2024-01-23 15:57:53','2024-01-23 15:57:53','',14,'https://sweetdesiresdessertlounge.com/?p=15',0,'revision','',0),(16,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','{\n    \"blogdescription\": {\n        \"value\": \"where decadence meets dessert\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:02:59\"\n    },\n    \"site_icon\": {\n        \"value\": 19,\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:07:59\"\n    },\n    \"pro::nav_menu_locations[primary]\": {\n        \"value\": -8144725945808992000,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:08:59\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            20,\n            21,\n            22,\n            23\n        ],\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:08:59\"\n    },\n    \"nav_menu[-8144725945808992000]\": {\n        \"value\": {\n            \"name\": \"Header\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:08:59\"\n    },\n    \"nav_menu_item[-4346621709163751400]\": {\n        \"value\": {\n            \"object_id\": 20,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"About\",\n            \"url\": \"https://sweetdesiresdessertlounge.com/?page_id=20\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"About\",\n            \"nav_menu_term_id\": -8144725945808992000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:09:11\"\n    },\n    \"nav_menu_item[-1359472649344991200]\": {\n        \"value\": {\n            \"object_id\": 21,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 2,\n            \"type\": \"post_type\",\n            \"title\": \"Reservations\",\n            \"url\": \"https://sweetdesiresdessertlounge.com/?page_id=21\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Reservations\",\n            \"nav_menu_term_id\": -8144725945808992000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:09:11\"\n    },\n    \"nav_menu_item[-1110176082294767600]\": {\n        \"value\": {\n            \"object_id\": 22,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"post_type\",\n            \"title\": \"Menu\",\n            \"url\": \"https://sweetdesiresdessertlounge.com/?page_id=22\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Menu\",\n            \"nav_menu_term_id\": -8144725945808992000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:09:11\"\n    },\n    \"nav_menu_item[-2536463911210817500]\": {\n        \"value\": {\n            \"object_id\": 23,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"Events\",\n            \"url\": \"https://sweetdesiresdessertlounge.com/?page_id=23\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Events\",\n            \"nav_menu_term_id\": -8144725945808992000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:09:11\"\n    },\n    \"pro::nav_menu_locations[footer]\": {\n        \"value\": -8144725945808992000,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2024-01-23 16:09:11\"\n    }\n}','','','trash','closed','closed','','f2dc2087-337a-4305-86e0-797adb9bf944','','','2024-01-23 16:09:11','2024-01-23 16:09:11','',0,'https://sweetdesiresdessertlounge.com/?p=16',0,'customize_changeset','',0),(17,2,'2024-01-23 16:02:59','2024-01-23 16:02:59','','SweetDesiresdessert lounge','','inherit','open','closed','','sweetdesiresfinal-logo-45-x-60-in-1','','','2024-01-23 16:03:41','2024-01-23 16:03:41','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/SweetDesiresFINAL-Logo-45-×-60-in-1.png',0,'attachment','image/png',0),(18,2,'2024-01-23 16:06:33','2024-01-23 16:06:33','','Sweet Desires Dessert Lounge','','inherit','open','closed','','icon','','','2024-01-23 16:06:47','2024-01-23 16:06:47','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/icon.png',0,'attachment','image/png',0),(19,2,'2024-01-23 16:07:01','2024-01-23 16:07:01','https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/cropped-icon.png','cropped-icon.png','','inherit','open','closed','','cropped-icon-png','','','2024-01-23 16:07:01','2024-01-23 16:07:01','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/cropped-icon.png',0,'attachment','image/png',0),(20,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','[cs_content _p=\'20\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Where\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]Luxury\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]&amp;\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]Decadance\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]meets\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"13\" ][cs_element_headline _id=\"14\" ][cs_content_seo]Dessert\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"15\" ][cs_element_row _id=\"16\" ][/cs_element_row][cs_element_layout_row _id=\"17\" ][cs_element_layout_column _id=\"18\" ][cs_element_image _id=\"19\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_layout_row _id=\"21\" ][cs_element_layout_column _id=\"22\" ][cs_element_text _id=\"23\" ][cs_content_seo]Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.\nOur Philosophy: At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.\nThe Sweet Desires Experience: Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.\nSpecial Events: Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.\nWelcome to Sweet Desires, where every visit is an affair of the sweetest kind.\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','ABOUT','','publish','closed','closed','','about','','','2024-01-27 18:02:34','2024-01-27 18:02:34','',0,'https://sweetdesiresdessertlounge.com/?page_id=20',0,'page','',0),(21,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','[cs_content _p=\'21\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_button _id=\"6\" ][cs_content_seo]Make a Reservation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','RESERVATIONS','','publish','closed','closed','','reservations','','','2024-01-27 18:01:50','2024-01-27 18:01:50','',0,'https://sweetdesiresdessertlounge.com/?page_id=21',0,'page','',0),(22,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadent Desserts\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Heavenly Raspberry Rose Blisss.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nDelight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nSuccumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nBeneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $12\\n\\nElevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$12\\n\\nExperience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$14\\n\\nImmerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"15\" ][cs_element_layout_row _id=\"16\" ][cs_element_layout_column _id=\"17\" ][cs_element_image _id=\"18\" ][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_image _id=\"20\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','MENU','','publish','closed','closed','','menu','','','2024-01-27 17:22:17','2024-01-27 17:22:17','',0,'https://sweetdesiresdessertlounge.com/?page_id=22',0,'page','',0),(23,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','','EVENTS','','publish','closed','closed','','events','','','2024-01-26 16:43:30','2024-01-26 16:43:30','',0,'https://sweetdesiresdessertlounge.com/?page_id=23',0,'page','',0),(24,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','','About','','inherit','closed','closed','','20-revision-v1','','','2024-01-23 16:09:11','2024-01-23 16:09:11','',20,'https://sweetdesiresdessertlounge.com/?p=24',0,'revision','',0),(25,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','','Reservations','','inherit','closed','closed','','21-revision-v1','','','2024-01-23 16:09:11','2024-01-23 16:09:11','',21,'https://sweetdesiresdessertlounge.com/?p=25',0,'revision','',0),(26,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-23 16:09:11','2024-01-23 16:09:11','',22,'https://sweetdesiresdessertlounge.com/?p=26',0,'revision','',0),(27,2,'2024-01-23 16:09:11','2024-01-23 16:09:11','','Events','','inherit','closed','closed','','23-revision-v1','','','2024-01-23 16:09:11','2024-01-23 16:09:11','',23,'https://sweetdesiresdessertlounge.com/?p=27',0,'revision','',0),(28,2,'2024-01-27 16:32:24','2024-01-23 16:09:11',' ','','','publish','closed','closed','','28','','','2024-01-27 16:32:24','2024-01-27 16:32:24','',0,'https://sweetdesiresdessertlounge.com/index.php/2024/01/23/28/',5,'nav_menu_item','',0),(29,2,'2024-01-27 16:32:24','2024-01-23 16:09:11',' ','','','publish','closed','closed','','29','','','2024-01-27 16:32:24','2024-01-27 16:32:24','',0,'https://sweetdesiresdessertlounge.com/index.php/2024/01/23/29/',2,'nav_menu_item','',0),(30,2,'2024-01-27 16:32:24','2024-01-23 16:09:11',' ','','','publish','closed','closed','','30','','','2024-01-27 16:32:24','2024-01-27 16:32:24','',0,'https://sweetdesiresdessertlounge.com/index.php/2024/01/23/30/',3,'nav_menu_item','',0),(31,2,'2024-01-27 16:32:24','2024-01-23 16:09:11',' ','','','publish','closed','closed','','31','','','2024-01-27 16:32:24','2024-01-27 16:32:24','',0,'https://sweetdesiresdessertlounge.com/index.php/2024/01/23/31/',4,'nav_menu_item','',0),(32,2,'2024-01-23 16:10:59','2024-01-23 16:10:59','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[],\"layout_type\":\"header\",\"assignment_priority\":0,\"multi_region\":false},\"regions\":[]}','Untitled Header','','trash','closed','closed','','untitled-header-2__trashed','','','2024-01-23 16:11:09','2024-01-23 16:11:09','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_header&#038;p=32',0,'cs_header','',0),(33,2,'2024-01-23 16:11:20','2024-01-23 16:11:20','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[{\"group\":true,\"condition\":\"site:entire-site\",\"value\":\"\"}],\"layout_type\":\"footer\",\"assignment_priority\":0},\"regions\":{\"footer\":[{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"bar_base_font_size\":\"1rem\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"transparent\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_content_max_length\":\"1200px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"-0.15rem 0rem -0.054rem 0rem\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_text_align\":\"center\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"hide_login\":\"\",\"image_alt\":\"Logo\",\"image_bg_color_alt\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_border_width\":\"0px\",\"image_box_shadow_color_alt\":\"transparent\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_display\":\"block\",\"image_height\":150,\"image_href\":\"{{dc:global:home_url}}\",\"image_inner_border_radius\":\"0em\",\"image_link\":true,\"image_margin\":\"0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"158:full\",\"image_styled_max_width\":\"75%\",\"image_width\":794},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_bg_color\":\"#0f0920\",\"anchor_bg_color_alt\":\"#673e6c\",\"anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none none solid none\",\"anchor_border_width\":\"0px 0px 3px 0px\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-pointer-o\",\"anchor_graphic_icon_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"4px\",\"anchor_href\":\"#placeholder\",\"anchor_info\":\"\",\"anchor_padding\":\"1em 1.563em 1em 1.563em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.15em\",\"anchor_primary_particle\":true,\"anchor_primary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_location\":\"c_c\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_text_color\":\"white\",\"anchor_primary_text_color_alt\":\"white\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_secondary_font_size\":\"0.85em\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_color\":\"rgba(255, 255, 255, 0.15)\",\"anchor_secondary_particle_delay\":\"0.25s\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_location\":\"c_c\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"4px\",\"anchor_text_primary_content\":\"Make a Reservation\",\"hide_bp\":\"none\"}]}]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"bar_base_font_size\":\"1rem\",\"bar_bg_color\":\"rgb(0, 0, 0)\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_content_length\":\"86%\",\"bar_content_max_length\":\"1200px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"3rem 0rem 0rem 0rem\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_border_radius\":\"0px\",\"container_border_width\":\"0px\",\"container_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"0px\",\"container_padding\":\"0px\",\"container_row_flex_justify\":\"center\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"hide_login\":\"\",\"text_base_font_size\":\"1.5rem\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>Craving More Than Just Desserts? Subscribe for mouthwatering updates, cheeky anecdotes, and a sprinkle of sweet surprises. Because who said emails can\'t be delicious?</strong>\",\"text_content_margin\":\"0px\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"400\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_align\":\"center\",\"text_text_color\":\"#ffffff\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"}]}]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"bar_base_font_size\":\"1rem\",\"bar_bg_color\":\"rgb(0, 0, 0)\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_content_length\":\"86%\",\"bar_content_max_length\":\"1200px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"1.5rem 0rem 3.5rem 0rem\",\"bar_row_flex_align\":\"stretch\",\"bar_row_flex_wrap\":true,\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"title\":\"Bar 2\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 15rem\",\"container_margin\":\"!0px\",\"container_padding\":\"0.25rem\",\"container_row_flex_justify\":\"center\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1rem\",\"anchor_bg_color\":\"#6d4273\",\"anchor_bg_color_alt\":\"#d7af68\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"2px\",\"anchor_border_style\":\"none\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_graphic_icon\":\"angle-right\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"white\",\"anchor_graphic_icon_color_alt\":\"white\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"0em 0em -1px 0.25em\",\"anchor_href\":\"mailto:info@sweetdesiresvero.com?subject=[SDDL] - Email Signup\",\"anchor_padding\":\"0.75em 1em 0.75em 1em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.125em\",\"anchor_primary_line_height\":\"1.4\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_color\":\"#ffffff\",\"anchor_primary_text_color_alt\":\"#ffffff\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"!0px\",\"anchor_text_primary_content\":\"Sign me up for more decadence!\",\"anchor_width\":\"100%\",\"hide_login\":\"\"}]}]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"bar_base_font_size\":\"1rem\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"transparent\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_content_length\":\"86%\",\"bar_content_max_length\":\"1200px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"3rem 0rem 3rem 0rem\",\"bar_row_flex_align\":\"stretch\",\"bar_row_flex_wrap\":true,\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"103:full\",\"bg_lower_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 3\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 240px\",\"container_margin\":\"!0px\",\"container_padding\":\"1rem 0.25rem 1rem 0.25rem\",\"container_row_flex_align\":\"flex-start\",\"container_row_flex_justify\":\"flex-start\",\"container_row_flex_wrap\":true,\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 2\",\"_modules\":[{\"_type\":\"nav-inline\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1rem\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_style\":\"none\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_flex_justify\":\"flex-start\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_padding\":\"0.5em 0em 0.5em 0em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_size\":\"1.5em\",\"anchor_primary_font_weight\":\"fw-bold\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_color\":\"#0d081c\",\"anchor_primary_text_color_alt\":\"#ffffff\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"anchor_text_margin\":\"!0px\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_border_radius\":\"0em\",\"dropdown_border_style\":\"none\",\"dropdown_border_width\":\"0px\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"hide_login\":\"\",\"menu\":\"menu:4\",\"menu_base_font_size\":\"1rem\",\"menu_flex\":\"1 0 0%\",\"menu_row_flex_direction\":\"column\",\"sub_anchor_bg_color_alt\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_primary_font_weight\":\"400\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\"}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"7 0 240px\",\"container_margin\":\"!0px\",\"container_padding\":\"1rem 0.25rem 1rem 0.25rem\",\"container_row_flex_align\":\"flex-start\",\"container_row_flex_justify\":\"flex-start\",\"container_row_flex_wrap\":true,\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 3\",\"_modules\":[{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1.75rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_blank\":true,\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon\":\"facebook\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgb(0, 0, 0)\",\"anchor_graphic_icon_color_alt\":\"#ffffff\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"auto\",\"anchor_href\":\"https://www.facebook.com/profile.php?id=61552075443955\",\"anchor_margin\":\"0em 0.5em 0.5em 0em\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"auto\",\"hide_login\":\"\"},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1.75rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_blank\":true,\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon\":\"instagram\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgb(0, 0, 0)\",\"anchor_graphic_icon_color_alt\":\"#ffffff\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"auto\",\"anchor_href\":\"https://www.instagram.com/sweetdesires_dessertlounge/\",\"anchor_margin\":\"0em 0.5em 0.5em 0em\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"auto\",\"hide_login\":\"\"},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"hide_login\":\"\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<span>\\u00a9 COPYRIGHT 2024 </span><a style=\\\"color:#000;\\\" title=\\\"Sweet Desires Dessert Lounge\\\" href=\\\"https://sweetdesiresdessertlounge.com/\\\">SWEET DESIRES DESSERT LOUNGE</a><span>. ALL RIGHTS RESERVED WORLDWIDE WEBSITE &amp; MARKETING BY </span><a style=\\\"color:#000;\\\" title=\\\"Vero Beach Marketing\\\" href=\\\"https://verobeachmarketing.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">VERO BEACH MARKETING</a><span>.</span>\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.4rem\",\"text_font_weight\":\"400\",\"text_letter_spacing\":\"-0.03em\",\"text_line_height\":\"2.1\",\"text_margin\":\"!auto 0em 0em 0em\",\"text_text_color\":\"#030303\",\"text_text_color_alt\":\"rgb(0, 0, 0)\",\"text_type\":\"standard\",\"text_width\":\"100%\"}]}]}]}}','Footer','','tco-data','closed','closed','','untitled-footer','','','2024-01-27 18:56:13','2024-01-27 18:56:13','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_footer&#038;p=33',0,'cs_footer','',0),(34,2,'2024-01-23 16:25:30','2024-01-23 16:25:30','','Sweet Desires Dessert Lounge Logo','','inherit','open','closed','','sdlwhite','','','2024-01-23 16:26:14','2024-01-23 16:26:14','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/SDLwhite.png',0,'attachment','image/png',0),(35,2,'2024-01-23 16:29:03','2024-01-23 16:29:03','','Sweet desires dessert Lounge','','inherit','open','closed','','sdlwhite-2','','','2024-01-23 16:29:17','2024-01-23 16:29:17','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/SDLWhite-1.png',0,'attachment','image/png',0),(36,2,'2024-01-23 16:29:53','2024-01-23 16:29:53','','sdlwhite1','','inherit','open','closed','','sdlwhite1','','','2024-01-23 16:29:53','2024-01-23 16:29:53','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/sdlwhite1.png',0,'attachment','image/png',0),(37,2,'2024-01-23 16:31:55','2024-01-23 16:31:55','','Sweet desires dessert Lounge','','inherit','open','closed','','sdlwhite-3','','','2024-01-23 16:32:07','2024-01-23 16:32:07','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/SDLwhite-2.png',0,'attachment','image/png',0),(38,2,'2024-01-23 16:33:57','2024-01-23 16:33:57','','Sweet desires dessert Lounge','','inherit','open','closed','','sdlogo','','','2024-01-23 16:34:11','2024-01-23 16:34:11','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/sdlogo.png',0,'attachment','image/png',0),(39,2,'2024-01-23 16:47:48','2024-01-23 16:47:48','','Sweet desires dessert Lounge','','inherit','open','closed','','untitled-400-x-400-px','','','2024-01-23 16:48:36','2024-01-23 16:48:36','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Untitled-400-x-400-px.png',0,'attachment','image/png',0),(40,2,'2024-01-23 16:50:16','2024-01-23 16:50:16','','Sweet desires dessert Lounge','','inherit','open','closed','','untitled-800-x-800-px','','','2024-01-23 16:50:22','2024-01-23 16:50:22','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Untitled-800-x-800-px.png',0,'attachment','image/png',0),(41,2,'2024-01-23 16:53:08','2024-01-23 16:53:08','','Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d','','inherit','open','closed','','vero_beach_marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d','','','2024-01-23 16:53:08','2024-01-23 16:53:08','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_4214a12c-9307-42ba-b83e-b2175da8509d.png',0,'attachment','image/png',0),(42,2,'2024-01-23 16:53:21','2024-01-23 16:53:21','','Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1','','inherit','open','closed','','vero_beach_marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1','','','2024-01-23 16:53:21','2024-01-23 16:53:21','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_c0546d46-ee90-4897-82e7-8942731a85f1.png',0,'attachment','image/png',0),(43,2,'2024-01-23 17:02:30','2024-01-23 17:02:30','','Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c','','inherit','open','closed','','vero_beach_marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c','','','2024-01-23 17:02:30','2024-01-23 17:02:30','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_04436605-b567-482e-93a9-69a2ac8ce47c.png',0,'attachment','image/png',0),(44,2,'2024-01-23 17:02:40','2024-01-23 17:02:40','','Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738','','inherit','open','closed','','vero_beach_marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738','','','2024-01-23 17:02:40','2024-01-23 17:02:40','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_an_image_1000_px_x_400_px_of_a_grad_bcd8d16a-aa2f-42b5-a6cd-297029e72738.png',0,'attachment','image/png',0),(45,2,'2024-01-23 17:02:46','2024-01-23 17:02:46','','2','','inherit','open','closed','','2','','','2024-01-23 17:02:46','2024-01-23 17:02:46','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/2.jpg',0,'attachment','image/jpeg',0),(46,2,'2024-01-23 17:02:47','2024-01-23 17:02:47','','1','','inherit','open','closed','','1','','','2024-01-23 17:02:47','2024-01-23 17:02:47','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/1.jpg',0,'attachment','image/jpeg',0),(47,2,'2024-01-23 17:05:09','2024-01-23 17:05:09','','4','','inherit','open','closed','','4','','','2024-01-23 17:05:09','2024-01-23 17:05:09','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/4.jpg',0,'attachment','image/jpeg',0),(48,2,'2024-01-23 17:05:10','2024-01-23 17:05:10','','3','','inherit','open','closed','','3','','','2024-01-23 17:05:10','2024-01-23 17:05:10','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/3.jpg',0,'attachment','image/jpeg',0),(49,2,'2024-01-23 17:14:17','2024-01-23 17:14:17','[cs_content _p=\'49\'][/cs_content]','Untitled Page','','trash','closed','closed','','__trashed-2','','','2024-01-23 17:14:17','2024-01-23 17:14:17','',0,'https://sweetdesiresdessertlounge.com/?page_id=49',0,'page','',0),(50,2,'2024-01-23 17:13:53','2024-01-23 17:13:53','[cs_content _p=\'49\'][/cs_content]','Untitled Page','','inherit','closed','closed','','49-revision-v1','','','2024-01-23 17:13:53','2024-01-23 17:13:53','',49,'https://sweetdesiresdessertlounge.com/?p=50',0,'revision','',0),(51,2,'2024-01-25 21:48:59','2024-01-25 21:48:59','[cs_content _p=\'51\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]What\'s your Desire?\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Where you can have your cake and eat it too...\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"6\" ][cs_element_image _id=\"7\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"8\" ][cs_element_layout_row _id=\"9\" ][cs_element_layout_column _id=\"10\" ][cs_element_image _id=\"11\" ][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_image _id=\"13\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','HOME','','publish','closed','closed','','home','','','2024-01-27 17:19:45','2024-01-27 17:19:45','',0,'https://sweetdesiresdessertlounge.com/?page_id=51',0,'page','',0),(52,2,'2024-01-23 17:14:22','2024-01-23 17:14:22','[cs_content _p=\'51\'][/cs_content]','Untitled Page','','inherit','closed','closed','','51-revision-v1','','','2024-01-23 17:14:22','2024-01-23 17:14:22','',51,'https://sweetdesiresdessertlounge.com/?p=52',0,'revision','',0),(53,2,'2024-01-23 17:14:50','2024-01-23 17:14:50','','fresh-pricing-bg-section-1','','inherit','open','closed','','fresh-pricing-bg-section-1','','','2024-01-23 17:14:50','2024-01-23 17:14:50','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fresh-pricing-bg-section-1.jpg',0,'attachment','image/jpeg',0),(54,2,'2024-01-23 17:14:57','2024-01-23 17:14:57','','fresh-pricing-bg-column-1-1','','inherit','open','closed','','fresh-pricing-bg-column-1-1','','','2024-01-23 17:14:57','2024-01-23 17:14:57','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fresh-pricing-bg-column-1-1.jpg',0,'attachment','image/jpeg',0),(55,2,'2024-01-23 17:14:59','2024-01-23 17:14:59','','fresh-pricing-bg-column-2-1','','inherit','open','closed','','fresh-pricing-bg-column-2-1','','','2024-01-23 17:14:59','2024-01-23 17:14:59','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fresh-pricing-bg-column-2-1.jpg',0,'attachment','image/jpeg',0),(56,2,'2024-01-23 17:15:00','2024-01-23 17:15:00','','fresh-pricing-bg-column-3-1','','inherit','open','closed','','fresh-pricing-bg-column-3-1','','','2024-01-23 17:15:00','2024-01-23 17:15:00','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fresh-pricing-bg-column-3-1.jpg',0,'attachment','image/jpeg',0),(57,2,'2024-01-23 17:15:33','2024-01-23 17:15:33','','split-menu-get-going','','inherit','open','closed','','split-menu-get-going','','','2024-01-23 17:15:33','2024-01-23 17:15:33','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/split-menu-get-going.png',0,'attachment','image/png',0),(58,2,'2024-01-23 17:15:35','2024-01-23 17:15:35','','split-menu-wind-down','','inherit','open','closed','','split-menu-wind-down','','','2024-01-23 17:15:35','2024-01-23 17:15:35','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/split-menu-wind-down.png',0,'attachment','image/png',0),(59,2,'2024-01-23 17:20:18','2024-01-23 17:20:18','','4','','inherit','open','closed','','4-2','','','2024-01-23 17:20:18','2024-01-23 17:20:18','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/4-1.jpg',0,'attachment','image/jpeg',0),(60,2,'2024-01-23 17:20:26','2024-01-23 17:20:26','','3','','inherit','open','closed','','3-2','','','2024-01-23 17:20:26','2024-01-23 17:20:26','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/3-1.jpg',0,'attachment','image/jpeg',0),(61,2,'2024-01-23 17:21:30','2024-01-23 17:21:30','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadence\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Mimosa Madness$3\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Yogi Mogi$6\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Daytime Delight$9\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Filling Flapjacks$12\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Skip\'s Scramble$30\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Moscow Mule$7\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Duck Fat Fries$6\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]TV Dinner$14\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"15\" ][cs_content_seo]Fuji Apple Salad$18\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"16\" ][cs_content_seo]Wagyu Steak$64\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-23 17:21:30','2024-01-23 17:21:30','',22,'https://sweetdesiresdessertlounge.com/?p=61',0,'revision','',0),(62,2,'2024-01-23 21:46:35','2024-01-23 21:46:35','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[],\"layout_type\":\"header\",\"assignment_priority\":0,\"multi_region\":false},\"regions\":[]}','Untitled Header','','trash','closed','closed','','untitled-header-2__trashed-2','','','2024-01-23 21:47:00','2024-01-23 21:47:00','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_header&#038;p=62',0,'cs_header','',0),(63,2,'2024-01-23 21:47:24','2024-01-23 21:47:24','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[],\"layout_type\":\"header\",\"assignment_priority\":0,\"multi_region\":false},\"regions\":[]}','Untitled Header','','trash','closed','closed','','untitled-header-2__trashed-3','','','2024-01-25 20:47:58','2024-01-25 20:47:58','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_header&#038;p=63',0,'cs_header','',0),(64,2,'2024-01-23 21:47:43','2024-01-23 21:47:43','','adventure-ten-logo','','inherit','open','closed','','adventure-ten-logo','','','2024-01-23 21:47:43','2024-01-23 21:47:43','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/adventure-ten-logo.png',0,'attachment','image/png',0),(65,2,'2024-01-23 21:47:43','2024-01-23 21:47:43','','adventure-ten-bg','','inherit','open','closed','','adventure-ten-bg','','','2024-01-23 21:47:43','2024-01-23 21:47:43','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/adventure-ten-bg.jpg',0,'attachment','image/jpeg',0),(66,2,'2024-01-23 21:47:51','2024-01-23 21:47:51','','bridgers-logo','','inherit','open','closed','','bridgers-logo','','','2024-01-23 21:47:51','2024-01-23 21:47:51','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/bridgers-logo.png',0,'attachment','image/png',0),(67,2,'2024-01-23 21:47:51','2024-01-23 21:47:51','','bridgers-bg','','inherit','open','closed','','bridgers-bg','','','2024-01-23 21:47:51','2024-01-23 21:47:51','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/bridgers-bg.jpg',0,'attachment','image/jpeg',0),(68,2,'2024-01-23 21:48:16','2024-01-23 21:48:16','{\"identifier\":\"element|container\",\"preview\":\"\"}','sdheader','','tco-data','closed','closed','','sdheader','','','2024-01-23 21:48:16','2024-01-23 21:48:16','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_template&p=68',0,'cs_template','',0),(69,2,'2024-01-23 21:50:22','2024-01-23 21:50:22','','el-rey-bg-lower','','inherit','open','closed','','el-rey-bg-lower','','','2024-01-23 21:50:22','2024-01-23 21:50:22','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/el-rey-bg-lower.jpg',0,'attachment','image/jpeg',0),(70,2,'2024-01-23 21:50:26','2024-01-23 21:50:26','','el-rey-bg-upper','','inherit','open','closed','','el-rey-bg-upper','','','2024-01-23 21:50:26','2024-01-23 21:50:26','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/el-rey-bg-upper.png',0,'attachment','image/png',0),(71,2,'2024-01-23 21:51:52','2024-01-23 21:51:52','','kesclin-mckleskin-logo','','inherit','open','closed','','kesclin-mckleskin-logo','','','2024-01-23 21:51:52','2024-01-23 21:51:52','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/kesclin-mckleskin-logo.png',0,'attachment','image/png',0),(72,2,'2024-01-23 21:51:52','2024-01-23 21:51:52','','kesclin-mckleskin-bg','','inherit','open','closed','','kesclin-mckleskin-bg','','','2024-01-23 21:51:52','2024-01-23 21:51:52','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/kesclin-mckleskin-bg.jpg',0,'attachment','image/jpeg',0),(73,2,'2024-01-23 21:51:53','2024-01-23 21:51:53','','kesclin-mckleskin-tagline','','inherit','open','closed','','kesclin-mckleskin-tagline','','','2024-01-23 21:51:53','2024-01-23 21:51:53','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/kesclin-mckleskin-tagline.png',0,'attachment','image/png',0),(74,2,'2024-01-23 21:52:14','2024-01-23 21:52:14','','wanderlust-logo','','inherit','open','closed','','wanderlust-logo','','','2024-01-23 21:52:14','2024-01-23 21:52:14','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/wanderlust-logo.png',0,'attachment','image/png',0),(75,2,'2024-01-23 21:52:14','2024-01-23 21:52:14','','wanderlust-nw','','inherit','open','closed','','wanderlust-nw','','','2024-01-23 21:52:14','2024-01-23 21:52:14','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/wanderlust-nw.jpg',0,'attachment','image/jpeg',0),(76,2,'2024-01-23 21:52:15','2024-01-23 21:52:15','','wanderlust-sw','','inherit','open','closed','','wanderlust-sw','','','2024-01-23 21:52:15','2024-01-23 21:52:15','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/wanderlust-sw.jpg',0,'attachment','image/jpeg',0),(77,2,'2024-01-23 21:52:15','2024-01-23 21:52:15','','wanderlust-c','','inherit','open','closed','','wanderlust-c','','','2024-01-23 21:52:15','2024-01-23 21:52:15','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/wanderlust-c.jpg',0,'attachment','image/jpeg',0),(78,2,'2024-01-23 21:52:18','2024-01-23 21:52:18','','wanderlust-ne','','inherit','open','closed','','wanderlust-ne','','','2024-01-23 21:52:18','2024-01-23 21:52:18','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/wanderlust-ne.jpg',0,'attachment','image/jpeg',0),(79,2,'2024-01-23 21:52:18','2024-01-23 21:52:18','','wanderlust-se','','inherit','open','closed','','wanderlust-se','','','2024-01-23 21:52:18','2024-01-23 21:52:18','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/wanderlust-se.jpg',0,'attachment','image/jpeg',0),(80,2,'2024-01-23 21:52:19','2024-01-23 21:52:19','','wanderlust-arrow','','inherit','open','closed','','wanderlust-arrow','','','2024-01-23 21:52:19','2024-01-23 21:52:19','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/wanderlust-arrow.png',0,'attachment','image/png',0),(81,2,'2024-01-23 21:52:43','2024-01-23 21:52:43','','tophat-security-logo-sm','','inherit','open','closed','','tophat-security-logo-sm','','','2024-01-23 21:52:43','2024-01-23 21:52:43','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/tophat-security-logo-sm.png',0,'attachment','image/png',0),(82,2,'2024-01-23 21:52:43','2024-01-23 21:52:43','','tophat-security-logo-lg','','inherit','open','closed','','tophat-security-logo-lg','','','2024-01-23 21:52:43','2024-01-23 21:52:43','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/tophat-security-logo-lg.png',0,'attachment','image/png',0),(83,2,'2024-01-23 21:53:26','2024-01-23 21:53:26','','osborne-optics-bg','','inherit','open','closed','','osborne-optics-bg','','','2024-01-23 21:53:26','2024-01-23 21:53:26','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/osborne-optics-bg.jpg',0,'attachment','image/jpeg',0),(84,2,'2024-01-23 21:53:29','2024-01-23 21:53:29','','osborne-optics-logo','','inherit','open','closed','','osborne-optics-logo','','','2024-01-23 21:53:29','2024-01-23 21:53:29','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/osborne-optics-logo.png',0,'attachment','image/png',0),(85,2,'2024-01-23 21:54:30','2024-01-23 21:54:30','','like-you-mean-it-logo','','inherit','open','closed','','like-you-mean-it-logo','','','2024-01-23 21:54:30','2024-01-23 21:54:30','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/like-you-mean-it-logo.png',0,'attachment','image/png',0),(86,2,'2024-01-23 21:56:06','2024-01-23 21:56:06','','fashionista-bg-pattern','','inherit','open','closed','','fashionista-bg-pattern','','','2024-01-23 21:56:06','2024-01-23 21:56:06','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fashionista-bg-pattern.png',0,'attachment','image/png',0),(87,2,'2024-01-23 21:56:06','2024-01-23 21:56:06','','fashionista-hero-scaled','','inherit','open','closed','','fashionista-hero-scaled','','','2024-01-23 21:56:06','2024-01-23 21:56:06','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fashionista-hero-scaled-1.jpg',0,'attachment','image/jpeg',0),(88,2,'2024-01-23 21:57:12','2024-01-23 21:57:12','','Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04 (1)','','inherit','open','closed','','vero_beach_marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1','','','2024-01-23 21:57:12','2024-01-23 21:57:12','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1.png',0,'attachment','image/png',0),(89,2,'2024-01-23 21:57:45','2024-01-23 21:57:45','','Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04 (1)','','inherit','open','closed','','vero_beach_marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-2','','','2024-01-23 21:57:45','2024-01-23 21:57:45','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04-1-1.png',0,'attachment','image/png',0),(90,2,'2024-01-23 21:57:52','2024-01-23 21:57:52','','eatcake','','inherit','open','closed','','eatcake','','','2024-01-23 21:57:52','2024-01-23 21:57:52','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/eatcake.mp4',0,'attachment','video/mp4',0),(91,2,'2024-01-23 21:57:54','2024-01-23 21:57:54','','Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04','','inherit','open','closed','','vero_beach_marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04','','','2024-01-23 21:57:54','2024-01-23 21:57:54','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_woman_in_gown_dreaming_of_decadant_dessert_be34a34c-eeb9-47e9-b06f-5b1e027c0d04.png',0,'attachment','image/png',0),(92,2,'2024-01-23 21:58:00','2024-01-23 21:58:00','','Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e (1)','','inherit','open','closed','','vero_beach_marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1','','','2024-01-23 21:58:00','2024-01-23 21:58:00','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e-1.png',0,'attachment','image/png',0),(93,2,'2024-01-23 21:58:06','2024-01-23 21:58:06','','Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e','','inherit','open','closed','','vero_beach_marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e','','','2024-01-23 21:58:06','2024-01-23 21:58:06','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_dad57068-c492-4d01-b14f-63a0e0e2f45e.png',0,'attachment','image/png',0),(94,2,'2024-01-23 21:58:12','2024-01-23 21:58:12','','Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b','','inherit','open','closed','','vero_beach_marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b','','','2024-01-23 21:58:12','2024-01-23 21:58:12','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_7d79de89-df0f-4cbe-be58-cf68f78abb0b.png',0,'attachment','image/png',0),(95,2,'2024-01-23 21:58:19','2024-01-23 21:58:19','','Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7','','inherit','open','closed','','vero_beach_marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7','','','2024-01-23 21:58:19','2024-01-23 21:58:19','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_woman_in_gown_sitting_amoungst_decadant_de_62ccd8f4-14fc-4fc7-9ef1-3d226da1dae7.png',0,'attachment','image/png',0),(96,2,'2024-01-23 21:58:25','2024-01-23 21:58:25','','Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f','','inherit','open','closed','','vero_beach_marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f','','','2024-01-23 21:58:25','2024-01-23 21:58:25','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_girls_night_out_toasting_crafted_cocktails_6db64408-89b3-4909-8c56-3688014c165f.png',0,'attachment','image/png',0),(97,2,'2024-01-23 21:59:32','2024-01-23 21:59:32','','cake1','','inherit','open','closed','','cake1','','','2024-01-23 21:59:32','2024-01-23 21:59:32','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/cake1.jpg',0,'attachment','image/jpeg',0),(98,2,'2024-01-23 22:01:19','2024-01-23 22:01:19','','eat cake at Sweet Desires Dessert Lounge','','inherit','open','closed','','cake2','','','2024-01-23 22:01:35','2024-01-23 22:01:35','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/cake2.jpg',0,'attachment','image/jpeg',0),(99,2,'2024-01-25 14:04:27','2024-01-25 14:04:27','{\"identifier\":\"element|bar\",\"preview\":\"\"}','Eat Cake','','tco-data','closed','closed','','eat-cake','','','2024-01-25 14:04:27','2024-01-25 14:04:27','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_template&p=99',0,'cs_template','',0),(100,2,'2024-01-25 20:55:01','2024-01-25 20:55:01','','Sweet desires lounge website elements','','inherit','open','closed','','sweet-desires-lounge-website-elements','','','2024-01-25 20:55:01','2024-01-25 20:55:01','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Sweet-desires-lounge-website-elements.jpg',0,'attachment','image/jpeg',0),(101,2,'2024-01-25 20:56:36','2024-01-25 20:56:36','','gil','','inherit','open','closed','','gil','','','2024-01-25 20:56:36','2024-01-25 20:56:36','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/gil.jpg',0,'attachment','image/jpeg',0),(102,2,'2024-01-25 21:00:38','2024-01-25 21:00:38','','gg','','inherit','open','closed','','gg','','','2024-01-25 21:00:38','2024-01-25 21:00:38','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/gg.jpg',0,'attachment','image/jpeg',0),(103,2,'2024-01-25 21:03:28','2024-01-25 21:03:28','','gg1','','inherit','open','closed','','gg1','','','2024-01-25 21:03:28','2024-01-25 21:03:28','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/gg1.jpg',0,'attachment','image/jpeg',0),(104,2,'2024-01-25 21:07:24','2024-01-25 21:07:24','{\"identifier\":\"element|bar\",\"preview\":\"\"}','cake','','tco-data','closed','closed','','cake','','','2024-01-25 21:07:24','2024-01-25 21:07:24','',0,'https://sweetdesiresdessertlounge.com/?post_type=cs_template&p=104',0,'cs_template','',0),(105,2,'2024-01-25 21:12:43','2024-01-25 21:12:43','','gg3','','inherit','open','closed','','gg3','','','2024-01-25 21:12:43','2024-01-25 21:12:43','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/gg3.jpg',0,'attachment','image/jpeg',0),(106,2,'2024-01-25 21:15:40','2024-01-25 21:15:40','','gg4','','inherit','open','closed','','gg4','','','2024-01-25 21:15:40','2024-01-25 21:15:40','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/gg4.jpg',0,'attachment','image/jpeg',0),(107,2,'2024-01-25 21:21:22','2024-01-25 21:21:22','','gg5','','inherit','open','closed','','gg5','','','2024-01-25 21:21:22','2024-01-25 21:21:22','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/gg5.jpg',0,'attachment','image/jpeg',0),(108,2,'2024-01-25 21:41:38','2024-01-25 21:41:38','','Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9','','inherit','open','closed','','vero_beach_marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9','','','2024-01-25 21:41:38','2024-01-25 21:41:38','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_a_black_wallpaper_background_0f00990c-1eb7-491c-954c-09fdf83c4ae9.png',0,'attachment','image/png',0),(109,2,'2024-01-25 21:41:48','2024-01-25 21:41:48','','Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923','','inherit','open','closed','','vero_beach_marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923','','','2024-01-25 21:41:48','2024-01-25 21:41:48','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_a_black_wallpaper_background_8500cced-84a5-43ef-8a39-fd6c15ef6923.png',0,'attachment','image/png',0),(110,2,'2024-01-25 21:42:35','2024-01-25 21:42:35','[cs_content _p=\'51\'][/cs_content]','Home','','inherit','closed','closed','','51-revision-v1','','','2024-01-25 21:42:35','2024-01-25 21:42:35','',51,'https://sweetdesiresdessertlounge.com/?p=110',0,'revision','',0),(111,2,'2024-01-25 21:42:35','2024-01-25 21:42:35','[cs_content _p=\'51\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]What\'s your Desire?\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Where you can have your cake and eat it too...\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"6\" ][cs_element_image _id=\"7\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','51-revision-v1','','','2024-01-25 21:42:35','2024-01-25 21:42:35','',51,'https://sweetdesiresdessertlounge.com/?p=111',0,'revision','',0),(112,2,'2024-01-25 21:45:52','2024-01-25 21:45:52','','Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc','','inherit','open','closed','','vero_beach_marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc','','','2024-01-25 21:45:52','2024-01-25 21:45:52','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_a_black_and_gold_wallpaper_backgrou_267994f0-b8ea-4fd8-aa31-600f1222b2fc.png',0,'attachment','image/png',0),(113,2,'2024-01-25 21:53:19','2024-01-25 21:53:19','','motivational-hero-video-bg-1','','inherit','open','closed','','motivational-hero-video-bg-1','','','2024-01-25 21:53:19','2024-01-25 21:53:19','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/motivational-hero-video-bg-1.jpg',0,'attachment','image/jpeg',0),(114,2,'2024-01-25 21:53:51','2024-01-25 21:53:51','','easel-and-brush-01','','inherit','open','closed','','easel-and-brush-01','','','2024-01-25 21:53:51','2024-01-25 21:53:51','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/easel-and-brush-01.jpg',0,'attachment','image/jpeg',0),(115,2,'2024-01-25 21:53:54','2024-01-25 21:53:54','','easel-and-brush-02','','inherit','open','closed','','easel-and-brush-02','','','2024-01-25 21:53:54','2024-01-25 21:53:54','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/easel-and-brush-02.jpg',0,'attachment','image/jpeg',0),(116,2,'2024-01-25 22:02:33','2024-01-25 22:02:33','','bra','','inherit','open','closed','','bra','','','2024-01-25 22:02:33','2024-01-25 22:02:33','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/bra.jpg',0,'attachment','image/jpeg',0),(117,2,'2024-01-25 22:06:33','2024-01-25 22:06:33','','pet','','inherit','open','closed','','pet','','','2024-01-25 22:06:33','2024-01-25 22:06:33','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/pet.jpg',0,'attachment','image/jpeg',0),(118,2,'2024-01-25 22:06:56','2024-01-25 22:06:56','[cs_content _p=\'20\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][/cs_element_row][cs_element_layout_row _id=\"3\" ][cs_element_layout_column _id=\"4\" ][cs_element_image _id=\"5\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_headline _id=\"9\" ][cs_content_seo]Where\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Luxury\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_headline _id=\"13\" ][cs_content_seo]&amp;\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Decadance\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]meets\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Dessert\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_grid _id=\"20\" ][cs_element_layout_cell _id=\"21\" ][/cs_element_layout_cell][cs_element_layout_cell _id=\"22\" ][cs_element_layout_div _id=\"23\" ][cs_element_headline _id=\"24\" ][cs_content_seo]Walter Langley\\n\\n[/cs_content_seo][cs_element_icon _id=\"25\" ][/cs_element_layout_div][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"26\" ][cs_element_layout_row _id=\"27\" ][cs_element_layout_column _id=\"28\" ][cs_element_headline _id=\"29\" ][cs_content_seo]the\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"30\" ][cs_element_headline _id=\"31\" ][cs_content_seo]earth\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_headline _id=\"33\" ][cs_content_seo]without\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"34\" ][cs_element_headline _id=\"35\" ][cs_content_seo]art\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"36\" ][cs_element_headline _id=\"37\" ][cs_content_seo]is\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"38\" ][cs_element_headline _id=\"39\" ][cs_content_seo]just\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"40\" ][cs_element_headline _id=\"41\" ][cs_content_seo]&ldquo;eh&rdquo;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','About','','inherit','closed','closed','','20-revision-v1','','','2024-01-25 22:06:56','2024-01-25 22:06:56','',20,'https://sweetdesiresdessertlounge.com/?p=118',0,'revision','',0),(119,2,'2024-01-25 22:10:58','2024-01-25 22:10:58','','verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3','','inherit','open','closed','','verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3','','','2024-01-25 22:10:58','2024-01-25 22:10:58','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/verobeachmarketing_create_an_image_of_a_bottle_of_champagne_p_8cb75335-c8d9-4206-b88e-97b599f3b0a2_3.png',0,'attachment','image/png',0),(120,2,'2024-01-25 22:12:56','2024-01-25 22:12:56','','verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1','','inherit','open','closed','','verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1','','','2024-01-25 22:12:56','2024-01-25 22:12:56','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/verobeachmarketing_girls_night_out_toasting_crafted_cocktails_2a08bd85-2b1e-489a-b0e9-4e28f79da99a_1.png',0,'attachment','image/png',0),(121,2,'2024-01-25 22:16:58','2024-01-25 22:16:58','','CakeSweetdeisres','','inherit','open','closed','','vero_beach_marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9','','','2024-01-25 22:17:16','2024-01-25 22:17:16','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/Vero_Beach_Marketing_create_a_gold_white_and_lavender_cake_luxu_d6f89c02-fd46-400b-9e28-ef4d88a880b9.png',0,'attachment','image/png',0),(122,2,'2024-01-25 22:23:09','2024-01-25 22:23:09','','9','','inherit','open','closed','','9','','','2024-01-25 22:23:09','2024-01-25 22:23:09','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/9.jpg',0,'attachment','image/jpeg',0),(123,2,'2024-01-25 22:23:17','2024-01-25 22:23:17','','Sweet Desires Dessert Lounge','','inherit','open','closed','','8','','','2024-01-25 22:23:36','2024-01-25 22:23:36','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/8.jpg',0,'attachment','image/jpeg',0),(124,2,'2024-01-25 22:28:21','2024-01-25 22:28:21','[cs_content _p=\'51\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]What\'s your Desire?\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Where you can have your cake and eat it too...\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"6\" ][cs_element_image _id=\"7\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"8\" ][cs_element_layout_row _id=\"9\" ][cs_element_layout_column _id=\"10\" ][cs_element_image _id=\"11\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','51-revision-v1','','','2024-01-25 22:28:21','2024-01-25 22:28:21','',51,'https://sweetdesiresdessertlounge.com/?p=124',0,'revision','',0),(125,2,'2024-01-25 22:39:29','2024-01-25 22:39:29','','Sweet desires dessert Lounge','','inherit','open','closed','','111','','','2024-01-25 22:39:42','2024-01-25 22:39:42','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/111.jpg',0,'attachment','image/jpeg',0),(126,2,'2024-01-25 22:47:21','2024-01-25 22:47:21','[cs_content _p=\'20\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][/cs_element_row][cs_element_layout_row _id=\"3\" ][cs_element_layout_column _id=\"4\" ][cs_element_image _id=\"5\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_headline _id=\"9\" ][cs_content_seo]Where\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Luxury\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_headline _id=\"13\" ][cs_content_seo]&amp;\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Decadance\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]meets\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Dessert\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_layout_row _id=\"21\" ][cs_element_layout_column _id=\"22\" ][cs_element_layout_grid _id=\"23\" ][cs_element_layout_cell _id=\"24\" ][cs_element_text _id=\"25\" ][cs_content_seo]Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.\nOur Philosophy: At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.\nThe Sweet Desires Experience: Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.\nSpecial Events: Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.\nWelcome to Sweet Desires, where every visit is an affair of the sweetest kind.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"26\" ][cs_element_image _id=\"27\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','About','','inherit','closed','closed','','20-revision-v1','','','2024-01-25 22:47:21','2024-01-25 22:47:21','',20,'https://sweetdesiresdessertlounge.com/?p=126',0,'revision','',0),(127,2,'2024-01-25 22:48:10','2024-01-25 22:48:10','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadence\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Mimosa Madness$3\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Yogi Mogi$6\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Daytime Delight$9\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Filling Flapjacks$12\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Skip\'s Scramble$30\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Moscow Mule$7\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Duck Fat Fries$6\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]TV Dinner$14\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"15\" ][cs_content_seo]Fuji Apple Salad$18\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"16\" ][cs_content_seo]Wagyu Steak$64\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_image _id=\"20\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-25 22:48:10','2024-01-25 22:48:10','',22,'https://sweetdesiresdessertlounge.com/?p=127',0,'revision','',0),(128,2,'2024-01-25 23:06:07','2024-01-25 23:06:07','','Sweet desires dessert Lounge','','inherit','open','closed','','23','','','2024-01-25 23:08:53','2024-01-25 23:08:53','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/23.jpg',0,'attachment','image/jpeg',0),(129,2,'2024-01-25 23:06:10','2024-01-25 23:06:10','','Sweet desires dessert Lounge','','inherit','open','closed','','22','','','2024-01-25 23:06:25','2024-01-25 23:06:25','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/22.jpg',0,'attachment','image/jpeg',0),(130,2,'2024-01-25 23:06:13','2024-01-25 23:06:13','','Sweet desires dessert Lounge','','inherit','open','closed','','21','','','2024-01-25 23:07:54','2024-01-25 23:07:54','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/21.jpg',0,'attachment','image/jpeg',0),(131,2,'2024-01-25 23:06:15','2024-01-25 23:06:15','','Sweet desires dessert Lounge','','inherit','open','closed','','20','','','2024-01-25 23:09:08','2024-01-25 23:09:08','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/20.jpg',0,'attachment','image/jpeg',0),(132,2,'2024-01-25 23:08:07','2024-01-25 23:08:07','[cs_content _p=\'51\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]What\'s your Desire?\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Where you can have your cake and eat it too...\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"6\" ][cs_element_image _id=\"7\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"8\" ][cs_element_layout_row _id=\"9\" ][cs_element_layout_column _id=\"10\" ][cs_element_image _id=\"11\" ][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_image _id=\"13\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','51-revision-v1','','','2024-01-25 23:08:07','2024-01-25 23:08:07','',51,'https://sweetdesiresdessertlounge.com/?p=132',0,'revision','',0),(133,2,'2024-01-25 23:09:10','2024-01-25 23:09:10','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadence\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Mimosa Madness$3\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Yogi Mogi$6\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Daytime Delight$9\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Filling Flapjacks$12\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Skip\'s Scramble$30\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Moscow Mule$7\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Duck Fat Fries$6\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]TV Dinner$14\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"15\" ][cs_content_seo]Fuji Apple Salad$18\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"16\" ][cs_content_seo]Wagyu Steak$64\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_image _id=\"20\" ][/cs_element_layout_column][cs_element_layout_column _id=\"21\" ][cs_element_image _id=\"22\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-25 23:09:10','2024-01-25 23:09:10','',22,'https://sweetdesiresdessertlounge.com/?p=133',0,'revision','',0),(134,2,'2024-01-26 02:47:20','2024-01-26 02:47:20','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadent Desserts\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Heavenly Raspberry Rose Blisss.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nDelight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nSuccumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nBeneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Moscow Mule$7\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Duck Fat Fries$6\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]TV Dinner$14\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"15\" ][cs_content_seo]Fuji Apple Salad$18\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"16\" ][cs_content_seo]Wagyu Steak$64\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_image _id=\"20\" ][/cs_element_layout_column][cs_element_layout_column _id=\"21\" ][cs_element_image _id=\"22\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-26 02:47:20','2024-01-26 02:47:20','',22,'https://sweetdesiresdessertlounge.com/?p=134',0,'revision','',0),(135,2,'2024-01-26 02:51:40','2024-01-26 02:51:40','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadent Desserts\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Heavenly Raspberry Rose Blisss.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nDelight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nSuccumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nBeneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $12\\n\\nElevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$12\\n\\nExperience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$14\\n\\nImmerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\\n\\n[/cs_content_seo][cs_element_headline _id=\"15\" ][cs_content_seo]Fuji Apple Salad&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; $12\\n\\nTransport yourself to a tropical paradise with our Caramelized Pineapple Mojito. Freshly muddled mint and lime meld with caramelized pineapple chunks, all infused with light sake rum and topped with soda. Served over crushed ice, it\'s a refreshing twist on a classic favorite.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"16\" ][cs_element_layout_row _id=\"17\" ][cs_element_layout_column _id=\"18\" ][cs_element_image _id=\"19\" ][/cs_element_layout_column][cs_element_layout_column _id=\"20\" ][cs_element_image _id=\"21\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-26 02:51:40','2024-01-26 02:51:40','',22,'https://sweetdesiresdessertlounge.com/?p=135',0,'revision','',0),(136,2,'2024-01-26 02:52:10','2024-01-26 02:52:10','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadent Desserts\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Heavenly Raspberry Rose Blisss.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nDelight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nSuccumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nBeneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $12\\n\\nElevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$12\\n\\nExperience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$14\\n\\nImmerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"15\" ][cs_element_layout_row _id=\"16\" ][cs_element_layout_column _id=\"17\" ][cs_element_image _id=\"18\" ][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_image _id=\"20\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-26 02:52:10','2024-01-26 02:52:10','',22,'https://sweetdesiresdessertlounge.com/?p=136',0,'revision','',0),(137,2,'2024-01-26 16:16:27','2024-01-26 16:16:27','','Sweet Desires Dessert Cocktail','','inherit','open','closed','','dr','','','2024-01-26 16:16:41','2024-01-26 16:16:41','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/dr.jpg',0,'attachment','image/jpeg',0),(138,2,'2024-01-26 16:20:28','2024-01-26 16:20:28','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_image _id=\"6\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-26 16:20:28','2024-01-26 16:20:28','',22,'https://sweetdesiresdessertlounge.com/?p=138',0,'revision','',0),(139,2,'2024-01-26 16:22:55','2024-01-26 16:22:55','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadent Desserts\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Heavenly Raspberry Rose Blisss.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nDelight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nSuccumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nBeneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $12\\n\\nElevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$12\\n\\nExperience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$14\\n\\nImmerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"15\" ][cs_element_layout_row _id=\"16\" ][cs_element_layout_column _id=\"17\" ][cs_element_image _id=\"18\" ][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_image _id=\"20\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Menu','','inherit','closed','closed','','22-revision-v1','','','2024-01-26 16:22:55','2024-01-26 16:22:55','',22,'https://sweetdesiresdessertlounge.com/?p=139',0,'revision','',0),(140,2,'2024-01-26 16:24:30','2024-01-26 16:24:30','<!-- 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://sweetdesiresdessertlounge.com.</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','','inherit','closed','closed','','3-revision-v1','','','2024-01-26 16:24:30','2024-01-26 16:24:30','',3,'https://sweetdesiresdessertlounge.com/?p=140',0,'revision','',0),(141,2,'2024-01-26 16:43:20','2024-01-26 16:43:20','[cs_content _p=\'22\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][cs_element_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Decadent Desserts\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Heavenly Raspberry Rose Blisss.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nDelight in the heavenly fusion of fresh raspberries and delicate rose-infused cream, nestled between layers of light sponge cake. Finished with a whisper of edible rose petals, this dessert is a journey into sublime sweetness.\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Velvet Red Velvet Indulgence.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nSuccumb to the allure of our Velvet Red Velvet Indulgence &ndash; a symphony of moist red velvet cake, layered with white chocolate cream cheese frosting and crowned with ruby-red raspberry coulis. An indulgence that defines the epitome of red velvet perfection.\\n\\n[/cs_content_seo][cs_element_headline _id=\"7\" ][cs_content_seo]Royal Pistachio Macaron Extravaganza.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"8\" ][cs_content_seo]Raspberry Rosewater Romance Macaron.&nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu.\\n\\n[/cs_content_seo][cs_element_headline _id=\"9\" ][cs_content_seo]Lavish Ube Buttercream Drip Cake.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $15\\n\\nBeneath the silky lavender exterior lies a symphony of moist ube sponge layers, each infused with the essence of purple yams for a distinctive and vibrant flavor profile.\\n\\n[/cs_content_seo][/cs_element_column][cs_element_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Cocktails\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Passion Royale Fizz.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $12\\n\\nElevate your senses with our Passion Royale Fizz. This sparkling sensation combines premium champagne with a burst of passionfruit liqueur and a hint of elderflower. Garnished with fresh mint and a twist of lemon, it\'s a cocktail that exudes effervescence and sophistication.\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Midnight Mocha Martini.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$12\\n\\nExperience the allure of our Midnight Mocha Martini, where rich espresso, velvety chocolate liqueur, and a touch of vanilla vodka converge in a decadent dance. Served in a chilled martini glass and garnished with a cocoa rim, it\'s a dessert in a glass for the true coffee and chocolate aficionado.\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Ginger Lychee Elixir.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$14\\n\\nImmerse your taste buds in the exotic notes of our Ginger Lychee Elixir. This sophisticated cocktail marries the warmth of ginger with the floral sweetness of lychee, harmonized with premium sake gin and a splash of tonic. Garnished with a lychee and a ginger slice, it\'s a fragrant and captivating libation.\\n\\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id=\"15\" ][cs_element_layout_row _id=\"16\" ][cs_element_layout_column _id=\"17\" ][cs_element_image _id=\"18\" ][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_image _id=\"20\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','MENU','','inherit','closed','closed','','22-revision-v1','','','2024-01-26 16:43:20','2024-01-26 16:43:20','',22,'https://sweetdesiresdessertlounge.com/?p=141',0,'revision','',0),(142,2,'2024-01-26 16:43:29','2024-01-26 16:43:29','','EVENTS','','inherit','closed','closed','','23-revision-v1','','','2024-01-26 16:43:29','2024-01-26 16:43:29','',23,'https://sweetdesiresdessertlounge.com/?p=142',0,'revision','',0),(143,2,'2024-01-26 16:43:49','2024-01-26 16:43:49','','RESERVATIONS','','inherit','closed','closed','','21-revision-v1','','','2024-01-26 16:43:49','2024-01-26 16:43:49','',21,'https://sweetdesiresdessertlounge.com/?p=143',0,'revision','',0),(144,2,'2024-01-26 16:43:55','2024-01-26 16:43:55','[cs_content _p=\'51\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]What\'s your Desire?\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Where you can have your cake and eat it too...\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"6\" ][cs_element_image _id=\"7\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"8\" ][cs_element_layout_row _id=\"9\" ][cs_element_layout_column _id=\"10\" ][cs_element_image _id=\"11\" ][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_image _id=\"13\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','HOME','','inherit','closed','closed','','51-revision-v1','','','2024-01-26 16:43:55','2024-01-26 16:43:55','',51,'https://sweetdesiresdessertlounge.com/?p=144',0,'revision','',0),(145,2,'2024-01-26 16:44:02','2024-01-26 16:44:02','[cs_content _p=\'20\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][/cs_element_row][cs_element_layout_row _id=\"3\" ][cs_element_layout_column _id=\"4\" ][cs_element_image _id=\"5\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_headline _id=\"9\" ][cs_content_seo]Where\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Luxury\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_headline _id=\"13\" ][cs_content_seo]&amp;\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Decadance\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]meets\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Dessert\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_layout_row _id=\"21\" ][cs_element_layout_column _id=\"22\" ][cs_element_layout_grid _id=\"23\" ][cs_element_layout_cell _id=\"24\" ][cs_element_text _id=\"25\" ][cs_content_seo]Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.\nOur Philosophy: At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.\nThe Sweet Desires Experience: Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.\nSpecial Events: Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.\nWelcome to Sweet Desires, where every visit is an affair of the sweetest kind.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"26\" ][cs_element_image _id=\"27\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','ABOUT','','inherit','closed','closed','','20-revision-v1','','','2024-01-26 16:44:02','2024-01-26 16:44:02','',20,'https://sweetdesiresdessertlounge.com/?p=145',0,'revision','',0),(146,2,'2024-01-26 16:44:12','2024-01-26 16:44:12','<!-- 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://sweetdesiresdessertlounge.com.</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','','inherit','closed','closed','','3-revision-v1','','','2024-01-26 16:44:12','2024-01-26 16:44:12','',3,'https://sweetdesiresdessertlounge.com/?p=146',0,'revision','',0),(147,2,'2024-01-27 16:31:57','2024-01-26 16:44:54',' ','','','publish','closed','closed','','147','','','2024-01-27 16:31:57','2024-01-27 16:31:57','',0,'https://sweetdesiresdessertlounge.com/?p=147',4,'nav_menu_item','',0),(148,2,'2024-01-27 16:31:57','2024-01-26 16:44:54',' ','','','publish','closed','closed','','148','','','2024-01-27 16:31:57','2024-01-27 16:31:57','',0,'https://sweetdesiresdessertlounge.com/?p=148',3,'nav_menu_item','',0),(149,2,'2024-01-27 16:31:57','2024-01-26 16:44:54',' ','','','publish','closed','closed','','149','','','2024-01-27 16:31:57','2024-01-27 16:31:57','',0,'https://sweetdesiresdessertlounge.com/?p=149',2,'nav_menu_item','',0),(150,2,'2024-01-27 16:31:57','2024-01-26 16:44:54',' ','','','publish','closed','closed','','150','','','2024-01-27 16:31:57','2024-01-27 16:31:57','',0,'https://sweetdesiresdessertlounge.com/?p=150',5,'nav_menu_item','',0),(151,2,'2024-01-27 16:32:24','2024-01-26 16:54:30',' ','','','publish','closed','closed','','151','','','2024-01-27 16:32:24','2024-01-27 16:32:24','',0,'https://sweetdesiresdessertlounge.com/?p=151',1,'nav_menu_item','',0),(152,2,'2024-01-26 16:54:39','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2024-01-26 16:54:39','0000-00-00 00:00:00','',0,'https://sweetdesiresdessertlounge.com/?p=152',1,'nav_menu_item','',0),(153,2,'2024-01-27 16:31:57','2024-01-26 16:54:54',' ','','','publish','closed','closed','','153','','','2024-01-27 16:31:57','2024-01-27 16:31:57','',0,'https://sweetdesiresdessertlounge.com/?p=153',1,'nav_menu_item','',0),(154,2,'2024-01-26 16:55:47','2024-01-26 16:55:47','','ravenwood-logo','','inherit','open','closed','','ravenwood-logo','','','2024-01-26 16:55:47','2024-01-26 16:55:47','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/ravenwood-logo.png',0,'attachment','image/png',0),(155,2,'2024-01-26 17:05:03','2024-01-26 17:05:03','','2','','inherit','open','closed','','2-2','','','2024-01-26 17:05:03','2024-01-26 17:05:03','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/2.png',0,'attachment','image/png',0),(156,2,'2024-01-26 17:05:04','2024-01-26 17:05:04','','1','','inherit','open','closed','','1-2','','','2024-01-26 17:05:04','2024-01-26 17:05:04','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/1.png',0,'attachment','image/png',0),(157,2,'2024-01-26 17:07:31','2024-01-26 17:07:31','','SweetDesiresFINAL Logo Landscape (45 × 60 in)','','inherit','open','closed','','sweetdesiresfinal-logo-landscape-45-x-60-in','','','2024-01-26 17:07:31','2024-01-26 17:07:31','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/SweetDesiresFINAL-Logo-Landscape-45-×-60-in.png',0,'attachment','image/png',0),(158,2,'2024-01-26 17:10:59','2024-01-26 17:10:59','','SweetDesiresFINAL Logo Landscape (45 × 60 in)','','inherit','open','closed','','sweetdesiresfinal-logo-landscape-45-x-60-in-2','','','2024-01-26 17:10:59','2024-01-26 17:10:59','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/SweetDesiresFINAL-Logo-Landscape-45-×-60-in-1.png',0,'attachment','image/png',0),(159,2,'2024-01-27 16:31:40','2024-01-27 16:31:40','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_layout_row_2 _id=\"14\" ][cs_element_layout_column_2 _id=\"15\" ][cs_element_button _id=\"16\" ][cs_element_button _id=\"17\" ][cs_element_button _id=\"18\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_headline _id=\"20\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"21\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_text _id=\"22\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][cs_element_gap _id=\"23\" ][cs_element_gap _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"26\" ][cs_element_layout_row _id=\"27\" ][cs_element_layout_column _id=\"28\" ][cs_element_map _id=\"29\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','CONTACT','','draft','closed','closed','','','','','2024-01-27 18:09:50','2024-01-27 18:09:50','',0,'https://sweetdesiresdessertlounge.com/?page_id=159',0,'page','',0),(160,2,'2024-01-27 16:17:19','2024-01-27 16:17:19','[cs_content _p=\'159\'][/cs_content]','Untitled Page','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:17:19','2024-01-27 16:17:19','',159,'https://sweetdesiresdessertlounge.com/?p=160',0,'revision','',0),(161,2,'2024-01-27 16:24:01','2024-01-27 16:24:01','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_map _id=\"4\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_headline _id=\"14\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"15\" ][cs_element_headline _id=\"16\" ][cs_content_seo]Coming Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"17\" ][cs_element_layout_row_2 _id=\"18\" ][cs_element_layout_column_2 _id=\"19\" ][cs_element_button _id=\"20\" ][cs_element_button _id=\"21\" ][cs_element_button _id=\"22\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_headline _id=\"24\" ][cs_content_seo]Get in touch\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Untitled Page','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:24:01','2024-01-27 16:24:01','',159,'https://sweetdesiresdessertlounge.com/?p=161',0,'revision','',0),(162,2,'2024-01-27 16:28:11','2024-01-27 16:28:11','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_map _id=\"4\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_headline _id=\"14\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"15\" ][cs_element_headline _id=\"16\" ][cs_content_seo]Coming Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"17\" ][cs_element_layout_row_2 _id=\"18\" ][cs_element_layout_column_2 _id=\"19\" ][cs_element_button _id=\"20\" ][cs_element_button _id=\"21\" ][cs_element_button _id=\"22\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_headline _id=\"24\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"25\" ][cs_content_seo]Feel free to drop us a line below!\\n\\n[/cs_content_seo][cs_element_gap _id=\"26\" ][cs_element_form_integration _id=\"27\" ][cs_element_gap _id=\"28\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Untitled Page','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:28:11','2024-01-27 16:28:11','',159,'https://sweetdesiresdessertlounge.com/?p=162',0,'revision','',0),(163,2,'2024-01-27 16:28:24','2024-01-27 16:28:24','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_map _id=\"4\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_headline _id=\"14\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"15\" ][cs_element_headline _id=\"16\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"17\" ][cs_element_layout_row_2 _id=\"18\" ][cs_element_layout_column_2 _id=\"19\" ][cs_element_button _id=\"20\" ][cs_element_button _id=\"21\" ][cs_element_button _id=\"22\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_headline _id=\"24\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"25\" ][cs_content_seo]Feel free to drop us a line below!\\n\\n[/cs_content_seo][cs_element_gap _id=\"26\" ][cs_element_form_integration _id=\"27\" ][cs_element_gap _id=\"28\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Untitled Page','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:28:24','2024-01-27 16:28:24','',159,'https://sweetdesiresdessertlounge.com/?p=163',0,'revision','',0),(164,2,'2024-01-27 16:30:10','2024-01-27 16:30:10','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_map _id=\"4\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_headline _id=\"14\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"15\" ][cs_element_headline _id=\"16\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"17\" ][cs_element_layout_row_2 _id=\"18\" ][cs_element_layout_column_2 _id=\"19\" ][cs_element_button _id=\"20\" ][cs_element_button _id=\"21\" ][cs_element_button _id=\"22\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_headline _id=\"24\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"25\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_gap _id=\"26\" ][cs_element_form_integration _id=\"27\" ][cs_element_gap _id=\"28\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Untitled Page','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:30:10','2024-01-27 16:30:10','',159,'https://sweetdesiresdessertlounge.com/?p=164',0,'revision','',0),(165,2,'2024-01-27 16:30:28','2024-01-27 16:30:28','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_layout_row_2 _id=\"14\" ][cs_element_layout_column_2 _id=\"15\" ][cs_element_button _id=\"16\" ][cs_element_button _id=\"17\" ][cs_element_button _id=\"18\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_headline _id=\"20\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"21\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_gap _id=\"22\" ][cs_element_form_integration _id=\"23\" ][cs_element_gap _id=\"24\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_map _id=\"28\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Untitled Page','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:30:28','2024-01-27 16:30:28','',159,'https://sweetdesiresdessertlounge.com/?p=165',0,'revision','',0),(166,2,'2024-01-27 16:31:01','2024-01-27 16:31:01','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_layout_row_2 _id=\"14\" ][cs_element_layout_column_2 _id=\"15\" ][cs_element_button _id=\"16\" ][cs_element_button _id=\"17\" ][cs_element_button _id=\"18\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_headline _id=\"20\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"21\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_gap _id=\"22\" ][cs_element_form_integration _id=\"23\" ][cs_element_gap _id=\"24\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_map _id=\"28\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:31:01','2024-01-27 16:31:01','',159,'https://sweetdesiresdessertlounge.com/?p=166',0,'revision','',0),(167,2,'2024-01-27 16:31:57','2024-01-27 16:31:57',' ','','','publish','closed','closed','','167','','','2024-01-27 16:31:57','2024-01-27 16:31:57','',0,'https://sweetdesiresdessertlounge.com/?p=167',6,'nav_menu_item','',0),(168,2,'2024-01-27 16:32:04','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2024-01-27 16:32:04','0000-00-00 00:00:00','',0,'https://sweetdesiresdessertlounge.com/?p=168',1,'nav_menu_item','',0),(169,2,'2024-01-27 16:32:24','2024-01-27 16:32:19',' ','','','publish','closed','closed','','169','','','2024-01-27 16:32:24','2024-01-27 16:32:24','',0,'https://sweetdesiresdessertlounge.com/?p=169',6,'nav_menu_item','',0),(170,2,'2024-01-27 16:33:13','2024-01-27 16:33:13','<!-- wp:paragraph -->\n<p>🌟 Exciting News Unveiled! 🌟 Sweet Desires Dessert Lounge is thrilled to announce our much-anticipated Soft Opening tentatively scheduled for Feb 23, 2024, at 44 Royal Palm Pointe, Vero Beach, FL, 32960. 🍰✨</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get ready to indulge in our Menu of cocktails crafted by internationally award-winning Mixologist, experience decadence like never before with our sensuous desserts, and savor curated charcuterie boards. Owned by the visionary Brandy Buckner, Sweet Desires is set to redefine dessert sophistication in Vero Beach. 🍹🎂</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mark your calendars, gather your sweetest cravings, and join us for a tantalizing preview of what\'s to come! Stay tuned for more updates as we sweeten up Royal Palm Pointe. 🌈🥂 #SweetDesiresVeroBeach #SoftOpening #DecadenceAwaits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":97,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/cake1-1024x1024.jpg\" alt=\"\" class=\"wp-image-97\"/></figure>\n<!-- /wp:image -->','Soft opening of Sweet Desires Dessert Lounge!','','publish','open','open','','soft-opening-of-sweet-desires-dessert-lounge','','','2024-01-27 16:38:11','2024-01-27 16:38:11','',0,'https://sweetdesiresdessertlounge.com/?p=170',0,'post','',0),(171,2,'2024-01-27 16:33:13','2024-01-27 16:33:13','','Soft opening of Sweet Desires Dessert Lounge!','','inherit','closed','closed','','170-revision-v1','','','2024-01-27 16:33:13','2024-01-27 16:33:13','',170,'https://sweetdesiresdessertlounge.com/?p=171',0,'revision','',0),(173,2,'2024-01-27 16:38:08','2024-01-27 16:38:08','<!-- wp:paragraph -->\n<p>🌟 Exciting News Unveiled! 🌟 Sweet Desires Dessert Lounge is thrilled to announce our much-anticipated Soft Opening tentatively scheduled for Feb 23, 2024, at 44 Royal Palm Pointe, Vero Beach, FL, 32960. 🍰✨</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get ready to indulge in our Menu of cocktails crafted by internationally award-winning Mixologist, experience decadence like never before with our sensuous desserts, and savor curated charcuterie boards. Owned by the visionary Brandy Buckner, Sweet Desires is set to redefine dessert sophistication in Vero Beach. 🍹🎂</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mark your calendars, gather your sweetest cravings, and join us for a tantalizing preview of what\'s to come! Stay tuned for more updates as we sweeten up Royal Palm Pointe. 🌈🥂 #SweetDesiresVeroBeach #SoftOpening #DecadenceAwaits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":97,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/cake1-1024x1024.jpg\" alt=\"\" class=\"wp-image-97\"/></figure>\n<!-- /wp:image -->','Soft opening of Sweet Desires Dessert Lounge!','','inherit','closed','closed','','170-revision-v1','','','2024-01-27 16:38:08','2024-01-27 16:38:08','',170,'https://sweetdesiresdessertlounge.com/?p=173',0,'revision','',0),(174,2,'2024-01-27 16:50:57','2024-01-27 16:50:57','','Sweet desires dessert Lounge','','inherit','open','closed','','fea','','','2024-01-27 16:51:31','2024-01-27 16:51:31','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/fea.png',0,'attachment','image/png',0),(175,2,'2024-01-27 16:52:59','2024-01-27 16:52:59','','Sweet desires dessert Lounge','','inherit','open','closed','','feat','','','2024-01-27 16:53:08','2024-01-27 16:53:08','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/feat.jpg',0,'attachment','image/jpeg',0),(176,2,'2024-01-27 16:53:19','2024-01-27 16:53:19','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_layout_row_2 _id=\"14\" ][cs_element_layout_column_2 _id=\"15\" ][cs_element_button _id=\"16\" ][cs_element_button _id=\"17\" ][cs_element_button _id=\"18\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_headline _id=\"20\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"21\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_gap _id=\"22\" ][cs_element_form_integration _id=\"23\" ][cs_element_gap _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"26\" ][cs_element_layout_row _id=\"27\" ][cs_element_layout_column _id=\"28\" ][cs_element_map _id=\"29\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:53:19','2024-01-27 16:53:19','',159,'https://sweetdesiresdessertlounge.com/?p=176',0,'revision','',0),(177,2,'2024-01-27 16:54:09','2024-01-27 16:54:09','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]717-300-3049\\n\\n[/cs_content_seo][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_layout_row_2 _id=\"14\" ][cs_element_layout_column_2 _id=\"15\" ][cs_element_button _id=\"16\" ][cs_element_button _id=\"17\" ][cs_element_button _id=\"18\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_headline _id=\"20\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"21\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_gap _id=\"22\" ][cs_element_form_integration _id=\"23\" ][cs_element_gap _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"26\" ][cs_element_layout_row _id=\"27\" ][cs_element_layout_column _id=\"28\" ][cs_element_map _id=\"29\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','CONTACT','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 16:54:09','2024-01-27 16:54:09','',159,'https://sweetdesiresdessertlounge.com/?p=177',0,'revision','',0),(178,2,'2024-01-27 17:26:09','2024-01-27 17:26:09','[cs_content _p=\'21\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','RESERVATIONS','','inherit','closed','closed','','21-revision-v1','','','2024-01-27 17:26:09','2024-01-27 17:26:09','',21,'https://sweetdesiresdessertlounge.com/?p=178',0,'revision','',0),(179,2,'2024-01-27 17:29:27','2024-01-27 17:29:27','[cs_content _p=\'21\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][cs_element_button _id=\"5\" ][cs_content_seo]Make a Reservation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','RESERVATIONS','','inherit','closed','closed','','21-revision-v1','','','2024-01-27 17:29:27','2024-01-27 17:29:27','',21,'https://sweetdesiresdessertlounge.com/?p=179',0,'revision','',0),(180,2,'2024-01-27 17:45:31','2024-01-27 17:45:31','','Sweet desires dessert Lounge','','inherit','open','closed','','385907222_10168646577460647_4146319407795129738_n','','','2024-01-27 17:45:37','2024-01-27 17:45:37','',0,'https://sweetdesiresdessertlounge.com/wp-content/uploads/2024/01/385907222_10168646577460647_4146319407795129738_n.jpg',0,'attachment','image/jpeg',0),(181,2,'2024-01-27 17:48:39','2024-01-27 17:48:39','[cs_content _p=\'20\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][/cs_element_row][cs_element_layout_row _id=\"3\" ][cs_element_layout_column _id=\"4\" ][cs_element_image _id=\"5\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_headline _id=\"9\" ][cs_content_seo]Where\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Luxury\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_headline _id=\"13\" ][cs_content_seo]&amp;\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Decadance\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]meets\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Dessert\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_layout_row _id=\"21\" ][cs_element_layout_column _id=\"22\" ][cs_element_text _id=\"23\" ][cs_content_seo]Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.\nOur Philosophy: At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.\nThe Sweet Desires Experience: Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.\nSpecial Events: Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.\nWelcome to Sweet Desires, where every visit is an affair of the sweetest kind.\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','ABOUT','','inherit','closed','closed','','20-revision-v1','','','2024-01-27 17:48:39','2024-01-27 17:48:39','',20,'https://sweetdesiresdessertlounge.com/?p=181',0,'revision','',0),(182,2,'2024-01-27 17:50:01','2024-01-27 17:50:01','[cs_content _p=\'20\'][cs_element_section _id=\"1\" ][cs_element_row _id=\"2\" ][/cs_element_row][cs_element_layout_row _id=\"3\" ][cs_element_layout_column _id=\"4\" ][cs_element_image _id=\"5\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_headline _id=\"9\" ][cs_content_seo]Where\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]Luxury\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"12\" ][cs_element_headline _id=\"13\" ][cs_content_seo]&amp;\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Decadance\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]meets\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Dessert\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_layout_row _id=\"21\" ][cs_element_layout_column _id=\"22\" ][cs_element_text _id=\"23\" ][cs_content_seo]Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.\nOur Philosophy: At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.\nThe Sweet Desires Experience: Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.\nSpecial Events: Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.\nWelcome to Sweet Desires, where every visit is an affair of the sweetest kind.\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','ABOUT','','inherit','closed','closed','','20-revision-v1','','','2024-01-27 17:50:01','2024-01-27 17:50:01','',20,'https://sweetdesiresdessertlounge.com/?p=182',0,'revision','',0),(183,2,'2024-01-27 17:50:27','2024-01-27 17:50:27','[cs_content _p=\'20\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Where\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]Luxury\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]&amp;\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_content_seo]Decadance\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]meets\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"13\" ][cs_element_headline _id=\"14\" ][cs_content_seo]Dessert\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"15\" ][cs_element_row _id=\"16\" ][/cs_element_row][cs_element_layout_row _id=\"17\" ][cs_element_layout_column _id=\"18\" ][cs_element_image _id=\"19\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_layout_row _id=\"21\" ][cs_element_layout_column _id=\"22\" ][cs_element_text _id=\"23\" ][cs_content_seo]Welcome to Sweet Desires Dessert Lounge, where decadence meets desire in every delightful bite. Founded by the visionary Brandy Buckner, our upscale dessert haven is a culmination of passion, creativity, and a profound love for all things sweet.\nOur Philosophy: At Sweet Desires, we believe in elevating the dessert experience to an art form. Our philosophy revolves around the idea that desserts are not just indulgences; they are expressions of desire brought to life through a meticulous blend of premium ingredients, innovative techniques, and a touch of magic.\nThe Sweet Desires Experience: Step into our chic lounge-style ambiance, where every detail is designed to enhance your journey into decadence. From the carefully crafted desserts to the hand-picked selection of cocktails, each element contributes to an atmosphere where desires are not only met but exceeded.\nSpecial Events: Sweet Desires is not just a dessert destination; it\'s a venue for special moments. Whether it\'s a celebration, a date night, or a casual indulgence, our lounge is the perfect setting for creating unforgettable memories. Join us for themed events, live music, and exclusive tastings that elevate the Sweet Desires experience.\nWelcome to Sweet Desires, where every visit is an affair of the sweetest kind.\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','ABOUT','','inherit','closed','closed','','20-revision-v1','','','2024-01-27 17:50:27','2024-01-27 17:50:27','',20,'https://sweetdesiresdessertlounge.com/?p=183',0,'revision','',0),(184,2,'2024-01-27 17:56:08','2024-01-27 17:56:08','[cs_content _p=\'21\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_button _id=\"6\" ][cs_content_seo]Make a Reservation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','RESERVATIONS','','inherit','closed','closed','','21-revision-v1','','','2024-01-27 17:56:08','2024-01-27 17:56:08','',21,'https://sweetdesiresdessertlounge.com/?p=184',0,'revision','',0),(185,2,'2024-01-27 17:59:06','2024-01-27 17:59:06','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_layout_row_2 _id=\"14\" ][cs_element_layout_column_2 _id=\"15\" ][cs_element_button _id=\"16\" ][cs_element_button _id=\"17\" ][cs_element_button _id=\"18\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_headline _id=\"20\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"21\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_gap _id=\"22\" ][cs_element_form_integration _id=\"23\" ][cs_element_gap _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"26\" ][cs_element_layout_row _id=\"27\" ][cs_element_layout_column _id=\"28\" ][cs_element_map _id=\"29\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','CONTACT','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 17:59:06','2024-01-27 17:59:06','',159,'https://sweetdesiresdessertlounge.com/?p=185',0,'revision','',0),(186,1,'2024-01-27 18:08:25','2024-01-27 18:08:25','[cs_content _p=\'159\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Contact Us\\n\\n[/cs_content_seo][cs_element_gap _id=\"5\" ][cs_element_headline _id=\"6\" ][cs_content_seo]44 Royal Palm Pointe, Vero Beach, FL, United States, 32960\\n\\n[/cs_content_seo][cs_element_gap _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]info@sweetdesiresvero.com\\n\\n[/cs_content_seo][cs_element_gap _id=\"9\" ][cs_element_headline _id=\"10\" ][cs_element_gap _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Opening Soon!\\n\\n[/cs_content_seo][cs_element_gap _id=\"13\" ][cs_element_layout_row_2 _id=\"14\" ][cs_element_layout_column_2 _id=\"15\" ][cs_element_button _id=\"16\" ][cs_element_button _id=\"17\" ][cs_element_button _id=\"18\" ][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_layout_column][cs_element_layout_column _id=\"19\" ][cs_element_headline _id=\"20\" ][cs_content_seo]Send us a message\\n\\n[/cs_content_seo][cs_element_text _id=\"21\" ][cs_content_seo]Drop us a line, because just like a perfectly crafted cocktail, your words have the power to stir up some serious excitement in our inbox!\\n\\n[/cs_content_seo][cs_element_text _id=\"22\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][cs_element_gap _id=\"23\" ][cs_element_gap _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"26\" ][cs_element_layout_row _id=\"27\" ][cs_element_layout_column _id=\"28\" ][cs_element_map _id=\"29\" ][/cs_element_map][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','CONTACT','','inherit','closed','closed','','159-revision-v1','','','2024-01-27 18:08:25','2024-01-27 18:08:25','',159,'https://sweetdesiresdessertlounge.com/?p=186',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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=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),(28,2,0),(29,2,0),(30,2,0),(31,2,0),(147,4,0),(148,4,0),(149,4,0),(150,4,0),(151,2,0),(153,4,0),(167,4,0),(169,2,0),(170,1,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=5 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,'nav_menu','',0,6),(4,4,'nav_menu','',0,6);
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5 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,'Events','events',0),(2,'Header','header',0),(4,'Footer','footer',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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=76 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','stacy'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"fc663cc3cb280903e24740a3f87206f920b64dde27e58ee3bae7e7eff5db3abd\";a:4:{s:10:\"expiration\";i:1706551430;s:2:\"ip\";s:13:\"69.247.234.90\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1706378630;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','10'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"69.247.234.0\";}'),(19,2,'nickname','tamara'),(20,2,'first_name','Tamara'),(21,2,'last_name','Darress'),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','fresh'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(31,2,'wp_user_level','10'),(32,2,'dismissed_wp_pointers',''),(33,3,'nickname','tiffany'),(34,3,'first_name','Tiffany'),(35,3,'last_name','Bent'),(36,3,'description',''),(37,3,'rich_editing','true'),(38,3,'syntax_highlighting','true'),(39,3,'comment_shortcuts','false'),(40,3,'admin_color','fresh'),(41,3,'use_ssl','0'),(42,3,'show_admin_bar_front','true'),(43,3,'locale',''),(44,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(45,3,'wp_user_level','10'),(46,3,'dismissed_wp_pointers',''),(47,4,'nickname','mojoadmin2'),(48,4,'first_name',''),(49,4,'last_name',''),(50,4,'description',''),(51,4,'rich_editing','true'),(52,4,'syntax_highlighting','true'),(53,4,'comment_shortcuts','false'),(54,4,'admin_color','fresh'),(55,4,'use_ssl','0'),(56,4,'show_admin_bar_front','true'),(57,4,'locale',''),(58,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(59,4,'wp_user_level','10'),(60,4,'dismissed_wp_pointers',''),(61,4,'session_tokens','a:1:{s:64:\"d4213e462fc143f261b835a90443ebf308dc0825ff4e3b2b65059aa24565a41d\";a:4:{s:10:\"expiration\";i:1705262866;s:2:\"ip\";s:14:\"99.192.230.138\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0\";s:5:\"login\";i:1705090066;}}'),(62,2,'session_tokens','a:1:{s:64:\"40fa471630f1f302b3d9a76ae2560ddcee93e2d16ab5310ffadb1a2a9486ac9d\";a:4:{s:10:\"expiration\";i:1706388331;s:2:\"ip\";s:13:\"69.247.234.90\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1706215531;}}'),(63,2,'wp_dashboard_quick_press_last_post_id','9'),(64,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"69.247.234.0\";}'),(66,1,'closedpostboxes_dashboard','a:5:{i:0;s:21:\"dashboard_site_health\";i:1;s:19:\"dashboard_right_now\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";i:4;s:18:\"dashboard_activity\";}'),(67,1,'metaboxhidden_dashboard','a:0:{}'),(68,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:41:\"dashboard_site_health,dashboard_right_now\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:18:\"dashboard_activity\";}'),(69,2,'wp_user-settings','libraryContent=browse&imgsize=full'),(70,2,'wp_user-settings-time','1706026861'),(71,2,'nav_menu_recently_edited','2'),(72,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(73,2,'metaboxhidden_nav-menus','a:5:{i:0;s:25:\"add-post-type-x-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:17:\"add-portfolio-tag\";i:4;s:22:\"add-portfolio-category\";}'),(74,2,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:0;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-01-25T21:48:15.712Z\";}');
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=5 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,'stacy','$P$Bl.YqMm1ex8STGK.QW7INi6s/KuYrr.','stacy','stacy@verovine.com','http://sweetdesiresdessertlounge.com','2024-01-11 23:47:03','',0,'stacy'),(2,'tamara','$P$Bk11Erhd7vb.2HwvrTpdu1pvCC05IO/','tamara','tamara@edit-x.com','http://verovine.com','2024-01-12 14:33:47','',0,'Tamara Darress'),(3,'tiffany','$P$BOdyrYP6cVPaznF5WwU8saAWhUfdJf/','tiffany','tiffany@verovine.com','http://verovine.com','2024-01-12 14:52:33','1705071153:$P$BDVVRUVhPdQw9rL6iS8AvoikFxPrUn.',0,'Tiffany Bent'),(4,'mojoadmin2','$P$BYaMEh92oKyUhxe4TAUvrVc40hmjUw/','mojoadmin2','techs@test.com','','2024-01-12 20:07:26','',0,'mojoadmin2');
/*!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 2024-01-27 15:02:59

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.
Lemmon Lines #129 | Lemmon Lines

Subscribe
  • KIWI ROTATING AD
  • VB OUTLETS AD
  • CHIAZENZA ad
  • Banner Ad 2 – Mr. Oil
  • Banner ad – GHO Homes
  • Banner Ad – Porch Factory

Subscribe
Lemmon Lines - Vero Beach Blog & Newsletter
Lemmon Lines - Vero Beach Blog & Newsletter